turbo-editors/turbo-corepublic Fork 0
v1.0.1
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.

🛟 Updated. 28d5985 · on v1.0.1 · k33g · 11h ago
2026-09-14-fifth-editor.md · 11 lines · 1.2 KBmarkdown
Blame HistoryOpen raw

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
# 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.