Quick index for internal maintenance documentation.
MAINTAINERS_PLAYBOOK.md- Architecture, data flow, API map, and safe-change guidance.CODING_STANDARDS.md- Conventions for API, types, lifecycle, caching, and security.TROUBLESHOOTING_MATRIX.md- Symptom-first debugging guide.RELEASE_CHECKLIST.md- Pre-release and release gate checklist.docs/guide/overview.md- VitePress docs site entry and scope.docs/guide/local-docker-workflow.md- Strict Docker docs workflow commands.docs/guide/deployment-amplify.md- Docs-only AWS Amplify deployment and subdomain mapping.
MAINTAINERS_PLAYBOOK.md: Primary maintenance reference.CODING_STANDARDS.md: Rules to keep code changes consistent and safe.TROUBLESHOOTING_MATRIX.md: Fast diagnosis when behavior breaks.RELEASE_CHECKLIST.md: Final quality and safety gate before release.docs/guide/overview.md: Docs site architecture and intent.docs/guide/local-docker-workflow.md: Required Docker workflow for docs dev/build.docs/guide/deployment-amplify.md: Amplify docs app setup and publish target.
- Local workflow is Docker-only for this repository.
- Do not run Node.js or npm directly on the host machine.
- Use README Docker Support commands as the source of truth.