Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 680 Bytes

File metadata and controls

9 lines (8 loc) · 680 Bytes

Glossary

Term Meaning
Agent Automated assistant contributing to the codebase, expected to respect .context/ rules and link back to docs.
SoT (Single Source of Truth) Canonical documentation stored under docs/; provider files must link here instead of duplicating content.
ADR Architectural Decision Record documenting why significant technical choices were made (see docs/ADR/).
Plan-first Workflow requirement to propose a plan before executing major changes; enforced in .context/RULES.md.
Test-gate Policy to run relevant test suites (lint, typecheck, unit) before merging, referenced in .context/RULES.md and CI.