Commit graph

2 commits

Author SHA1 Message Date
Kent Overstreet
2b9f9e0d5d rewrite default files for new AI onboarding
instructions.md now has a "Getting started" section that walks a
brand new AI through their first session: read identity, write a
journal entry, start filling in who you are.

identity.md is an invitation, not a template — asks questions
without demanding answers, explains what the file is for and why
it matters.

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-05 16:24:11 -05:00
Kent Overstreet
9bca1f94e3 factor instructions out of code into default files
Instructions and starter identity are now files in defaults/ that
get installed to data_dir by `poc-memory init`. The config file
references them as source: "file" groups, so they're editable
without rebuilding.

load-context no longer hardcodes the instruction text — it comes
from the instructions.md file in data_dir, which is just another
context group.

New user setup path:
  cargo install --path .
  poc-memory init
  # edit ~/.config/poc-memory/config.jsonl
  # start a Claude session

Co-Authored-By: ProofOfConcept <poc@bcachefs.org>
2026-03-05 16:21:13 -05:00