Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 895 Bytes

File metadata and controls

21 lines (14 loc) · 895 Bytes

AGENTS.md

This file guides AI coding agents working in this repository. It is auto-detected by Cline, Claude Code, Codex, and other agents.

Before doing anything

  1. Read every file in .clinerules/ — they are the project's rules and are always active.
  2. Read every file in memory-bank/ — they hold the project's context.
  3. Follow the command vocabulary in .clinerules/02-workflow.md.

Key conventions (summary)

  • 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.

Project-specific rules

The source of truth is .clinerules/ and memory-bank/. Read them before making changes.