sample-input/ holds a tiny fictional corpus (a user called Alex, a companion called Nova, a fictional company called Brightbeam). Use it to see the whole pipeline work before you feed your own data:
cp -r examples/sample-input/* input/
python3 ingest.py
python3 ask.py "purple heron"
python3 generate_canon.py
When you are done playing: empty input/, delete data/brain.db, delete CANON/KERN.md and CANON/LLM-PROMPT.md, and start clean with your own material. Nothing in here is real.