Record the discovery to the appropriate knowledge file in game/knowledge/.
- •Determine the category: locations, characters, quests, strategies, items, or world
- •Read the current knowledge file to see what's already recorded
- •Edit the file to add or UPDATE the relevant section (don't duplicate — merge with existing entries)
- •Keep entries concise — summaries, not transcripts
- •If the file is getting long (>150 lines), consolidate older entries
Use source scripts/executor.sh && note "<category>" "<text>" for quick appends,
or use the Edit tool for structured updates to existing sections.
Also log significant decisions to the game log:
source scripts/executor.sh && game_log "<text>"