2026-09-14 — Turbo Golo joins the family
A documentation-and-comment change only; nothing in flight here.
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.
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.
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.
Next: commit this alongside turbo-golo's first commit. No tag needed — the editor pins v0.5.0, which already exists.
1 2 3 4 5 6 7 8 9 10 11 |
|