| 🛟 Updated. 28d5985 k33g 11h ago | 1 | # 2026-09-14 — Turbo Golo joins the family |
| 2 | |
| 3 | A 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. |