nandi/oripublic Fork 0
main
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

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

forked from bots-garden/ori

README.md · 11 lines · 725 Bmarkdown
Blame HistoryOpen raw

Project memory

This folder is the durable record of the ori project for whoever continues building it (human or agent). It is committed to the repository and maintained at the end of every working session.

File Nature Rule
summary.md Living snapshot of the project's current state Edited in place; only verified facts; never regenerated wholesale
history.md Chronological log of sessions Append-only; past entries are never rewritten
handoffs/ One note per session/topic: where work stopped, traps, next steps New file per topic; never overwrite another session's handoff

.memory/ is for whoever continues building the project; docs/ is for whoever uses it.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
# Project memory

This folder is the durable record of the ori project for whoever continues building it (human or agent). It is committed to the repository and maintained at the end of every working session.

| File | Nature | Rule |
| --- | --- | --- |
| `summary.md` | Living snapshot of the project's current state | Edited in place; only verified facts; never regenerated wholesale |
| `history.md` | Chronological log of sessions | Append-only; past entries are never rewritten |
| `handoffs/` | One note per session/topic: where work stopped, traps, next steps | New file per topic; never overwrite another session's handoff |

`.memory/` is for whoever continues building the project; `docs/` is for whoever uses it.