night-market-config-catalog
Installation
SKILL.md
Night Market Config Catalog
Every configuration axis in this repo: where it lives, what the options and defaults are, whether it is production policy or an experimental opt-in, and what guards it. Flags drift, so every axis ends with a one-line re-verification command. Run it before trusting a value stated here.
Terms used once, defined once:
- Axis: one independently tunable configuration surface (a file, a key, or an environment variable).
- Guard: the mechanism that notices when the axis breaks or drifts (a test, a pre-commit hook, a CI job, or a script).
- Shadow mode: a hook that evaluates and warns but does not block. The blocking posture is opt-in.