Overview of dotcontext configuration files
maindotcontext distinguishes between authored configuration (which should be committed to git) and generated runtime state (which should be gitignored).
Configuration files are located under .context/ and include:
.context/config.json: Configuration for repeatable context scaffolding..context/config/policy.json: Declarative rules for workflow actions and approvals..context/config/sensors.json: A catalog of executable quality checks (sensors).
All files under .context/config/ and .context/config.json must be version-controlled to ensure all team members and agents operate under the same rules and quality gates.