Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.6 KB

File metadata and controls

38 lines (27 loc) · 2.6 KB

For AI Agents

These pages are written for AI agents contributing to Commitizen. Human contributors may also find them useful as a quick reference. They complement the existing human-facing contributor docs rather than replace them — anything covered by the human docs is linked, not restated.

If you are an AI agent looking to use Commitizen as a tool (validate commit messages, bump versions in a downstream project), see the skill definition at .agents/skills/commitizen/SKILL.md in the repo root. The pages here are for working on Commitizen itself.

When to read what

You want to... Read
Set up a local dev environment Contributing
Look up a poe command Contributing TL;DR
Understand the codebase layout and extension points Architecture Overview
Open a pull request Pull Request Guidelines and the PR template
Pick the right test selector for a change Validation Guide
Recover from a CI failure Validation Guide
Implement a recurring task type Playbooks

The repo-root AGENTS.md is the auto-loaded entry point for most agent tools. It holds the rules an agent needs in every session; this page is the deeper reference.

Playbooks

Recipes for recurring task types. Each playbook is self-contained: trigger, files to read first, ordered steps, verification commands, and known pitfalls. They link out to the human-facing concept docs rather than restating concepts.

If no playbook matches, read the Architecture Overview for the relevant subsystem and follow 1-2 existing examples in the same directory before changing code.

Updating these pages

Treat these pages like any other code change: open a PR, follow the template, run uv run poe doc:build to verify the mkdocs build, and check internal links. If you find yourself restating something that already lives in a human-facing doc, link to it instead and shorten the agent doc.