turbo-editors/turbo-corepublic Fork 0
v0.9.0
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-core.git
git clone ssh://git@rickub.com/turbo-editors/turbo-core.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

2026-09-14-fifth-editor.md · 11 lines · 1.2 KBmarkdown Blame HistoryRaw
🛟 Updated. 28d5985 k33g 13h ago1# 2026-09-14 — Turbo Golo joins the family
2
3A documentation-and-comment change only; nothing in flight here.
4
5**What changed**: the five places that count the editors — `README.md`, `docs/{en,fr}/README.md`, `docs/{en,fr}/how-to/test-without-publishing.md`, `profile/profile.go`'s package comment — plus `.memory/summary.md`'s "State as of" and "Not yet established" lines. All uncommitted, in the working tree on `main` at `v0.5.0`.
6
7**What was checked and needs no change**: the `.go` string sweep for hardcoded language names (`grep -rnE '"[^"]*\b(Go|Rust|golang|cargo|gopls|rust-analyzer|MoonBit|moon|Python)\b[^"]*"' --include='*.go' | grep -v _test.go`). Every hit is innocent; the list is in today's history entry so the next sweep can diff against it instead of re-reading.
8
9**Worth knowing**: Turbo Golo is the first editor with **no root marker at all** (`RootMarkers: nil`), and the library handled it without a line changed — `app.ProjectRoot` falls back to the file's directory. That path is now exercised by a shipped editor, not only by tests.
10
11**Next**: commit this alongside turbo-golo's first commit. No tag needed — the editor pins `v0.5.0`, which already exists.