turbo-editors/turbo-moonbitpublic Fork 0
cc1f59535e31ad5d5a940f517c7375fbc8c663a0
Commits
Clone
git clone https://git.rickub.com/turbo-editors/turbo-moonbit.git
git clone ssh://git@rickub.com/turbo-editors/turbo-moonbit.git

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

README.md · 11 lines · 759 Bmarkdown Blame HistoryRaw
📦 Turbo MoonBit cc1f595 k33g 22h ago1# .memory
2
3The project's durable record, committed to the repository on purpose.
4
5| File | What it is | How it is maintained |
6| --- | --- | --- |
7| `summary.md` | A snapshot of the present: what this is, how it is built, the decisions in force | **Edited in place.** Only what a session establishes or invalidates changes; the rest is left byte for byte. |
8| `history.md` | One dated entry per session, in order | **Append only.** Never rewritten, never tidied. A history you edit is not a history. |
9| `handoffs/` | One file per session: state, work in flight, next steps, traps | Written at the end of a session. Never overwrite somebody else's. |
10
11`.memory/` is for whoever *continues building* this. `docs/` is for whoever *uses* it. Keep the two apart.