# Documentation conventions

## Wiki home

[`docs/README.md`](../README.md) is the index. New pages must be linked from it (or from a section it already links).

## Feature pages

1. Copy [`docs/features/_template.md`](../features/_template.md).
2. Save as `docs/features/{feature}.md` (kebab-case name).
3. Fill every section; mark N/A only when truly not applicable.
4. Link from the Features list in the wiki home.

## When to update

- Adding, changing, or removing a domain
- Changing routes, permissions, models, or boundaries
- Changing architecture or coding/testing norms

## Agent constitution

Non-negotiable agent rules live in [`AGENTS.md`](../../AGENTS.md) and `.cursor/rules/`. Keep those aligned with this wiki when norms change.
