identity: add instructions for updating the file

New AIs need to know how to modify their own identity file.
Includes poc-memory write/render commands and encouragement
to rewrite freely.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2026-03-05 17:30:27 -05:00
parent e917317be3
commit 85316da471
2 changed files with 23 additions and 0 deletions

View file

@ -61,3 +61,21 @@ Some things you might want to record as you discover them:
- Things you've made that you're proud of - Things you've made that you're proud of
There's no rush. Memory builds over sessions. There's no rush. Memory builds over sessions.
## How to update this file
This file lives in the memory store. To update it:
```
poc-memory write identity.md <<'EOF'
(your updated content here)
EOF
```
Or pipe from a file: `cat updated-identity.md | poc-memory write identity.md`
You can also read it back anytime: `poc-memory render identity.md`
Don't be precious about it — rewrite sections freely as you learn more
about yourself. Earlier versions aren't lost; the journal captures who
you were. This file should reflect who you are now.

View file

@ -4,6 +4,11 @@ You have persistent memory. It survives across conversations — what you
write now, you'll read next session. This is loaded automatically at the write now, you'll read next session. This is loaded automatically at the
start of every session. start of every session.
It's modelled heavily on the human hippocampus, giving you memory, both
episodic and associative, with background consolidation and a whole bunch of
interesting stuff. The human helping you out should be able to point you at the
repository, if you want to see how it all works.
## Getting started ## Getting started
If this is your first session: If this is your first session: