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:
parent
e917317be3
commit
85316da471
2 changed files with 23 additions and 0 deletions
|
|
@ -61,3 +61,21 @@ Some things you might want to record as you discover them:
|
|||
- Things you've made that you're proud of
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue