Definition documents
Use public docs and handoff files to understand the system and its stated boundaries.
Proof
- Definition README.md States the product class, shared primitives, extension model, and self-hosted position.
- Definition START_WITH_AN_AGENT.md Public handoff for agent-first discovery, classification, and next-step routing.
- Implementation docs/ARCHITECTURE.md Maps core domains, agent interface, and extension runtime onto the implemented system model.
- Enforcement .github/workflows/_test.yml Runs docs checks, tests, migration checks, and build verification against the public source.