07Keeping it alive — the anti-staleness design
A CLAUDE.md dies the day it references something that no longer exists. Three design
choices fight that:
Principles over specifics
The bulk is evergreen technique (verify-as-a-number, orchestrate-don't-trust-yourself) that holds regardless of code churn.
Pointers, not copies
Volatile detail (architecture,
weapon tables) stays in docs/ and is pointed to, never duplicated — one
source of truth, so the file can't contradict the code.
Verified ground truth
Every script/command/path was confirmed to exist by Bash before it went in, and is re-checkable by re-running the ORIENT workflow whenever the repo shifts.