This repository follows the shared documentation standard:
This file documents repository-specific documentation rules only.
README.mdmust stay short and act as the main human entry point.AGENTS.mdmust stay operational and tell AI agents which files to read first.- Topic-specific behavior must live in the matching file under
docs/. .github/copilot-instructions.mdmust remain a thin adapter that points back toAGENTS.md.- When runtime, testing, migration, or setup behavior changes, update the corresponding document in the same change.
README.md: human entry point, overview, quick start, and documentation mapAGENTS.md: AI entry point and reading orderarchitecture.md: stable runtime components, entry points, and data flowexamples.md: guided tour of the example API, events, pipelines, context, and plugslocal-development.md: Docker, local mock mode, frontend watch, and environment file usagedeployment.md: runtime configuration and deployment modelcontributing.md: repository-specific development workflowtesting.md: testing strategy and command mappingmigrations.md: migration workflow and migration-specific constraints
When documentation changes, prefer updating the smallest relevant document instead of creating overlapping summary files.