This file guides AI coding agents working in this repository. It is auto-detected by Cline, Claude Code, Codex, and other agents.
- Read every file in
.clinerules/— they are the project's rules and are always active. - Read every file in
memory-bank/— they hold the project's context. - Follow the command vocabulary in
.clinerules/02-workflow.md.
- Conventional Commits for all commits — see
.clinerules/03-git.md. - Semantic versioning +
CHANGELOG.md— see.clinerules/04-versioning.md. - Docs & memory bank updated in the same commit as the change — see
.clinerules/05-docs.md. - Secrets never enter context or commits — see
.clinerules/06-security.md.
The source of truth is .clinerules/ and memory-bank/. Read them before making changes.