| 📦 Turbo JS 91999d1 k33g 11h ago | 1 | # .memory — the project record |
| 2 | |
| 3 | For 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 | |
| 11 | Read all three before doing anything; `summary.md` first, then the tail of `history.md`, then the newest handoff. |