turbo-editors/turbo-jspublic Fork 0
v1.0.2
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.

📦 Turbo JS 91999d1 · on v1.0.2 · k33g · 11h ago
README.md · 11 lines · 795 Bmarkdown
Blame HistoryOpen raw

.memory — the project record

For whoever continues building Turbo JS. docs/ is for whoever uses it; the two are kept apart.

File What it is How it changes
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
history.md One dated entry per session: what was asked, what changed, why, what was rejected Appended, never rewritten
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

Read all three before doing anything; summary.md first, then the tail of history.md, then the newest handoff.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# .memory — the project record

For whoever *continues building* Turbo JS. `docs/` is for whoever *uses* it; the two are kept apart.

| File | What it is | How it changes |
| --- | --- | --- |
| `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 |
| `history.md` | One dated entry per session: what was asked, what changed, why, what was rejected | Appended, never rewritten |
| `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 |

Read all three before doing anything; `summary.md` first, then the tail of `history.md`, then the newest handoff.