This file is the project-level entry point for agent instructions.
For this repository, the canonical project instructions live under:
.agents/rules/.agents/workflows/
When working in this project, read and follow those files first. If this file and a file under .agents/ ever conflict, prefer the more specific file under .agents/.
At the start of work on Clawith, use this order:
.agents/workflows/read_architecture.md- Relevant files under
.agents/rules/
In practice:
- For general design, implementation, or feature questions, read
.agents/rules/design_and_dev.md - For deployment and environment updates, read
.agents/rules/deploy.md - For GitHub-related work, read
.agents/rules/github.md - For versioning and release work, read
.agents/rules/release.md
- The architecture document currently present in this repository is
ARCHITECTURE_SPEC_EN.md - Do not invent alternative instruction filenames when the real rules already exist under
.agents/