turbo-editors/turbo-jspublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-js.git
git clone ssh://git@rickub.com/turbo-editors/turbo-js.git

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

README.md · 11 lines · 795 Bmarkdown Blame HistoryRaw
📦 Turbo JS 91999d1 k33g 11h ago1# .memory — the project record
2
3For whoever *continues building* Turbo JS. `docs/` is for whoever *uses* it; the two are kept apart.
4
5| File | What it is | How it changes |
6| --- | --- | --- |
7| `summary.md` | A snapshot of the present: what this is, how to build and test it, the decisions in force, what is not yet established | Edited in place, only the parts a session verified; never regenerated |
8| `history.md` | One dated entry per session: what was asked, what changed, why, what was rejected | Appended, never rewritten |
9| `handoffs/YYYY-MM-DD-<slug>.md` | Where a session stopped: work in flight, next steps, traps | One per topic per day; never another session's |
10
11Read all three before doing anything; `summary.md` first, then the tail of `history.md`, then the newest handoff.