Files
ems/.cursor/rules/documentation-update-discipline.mdc
Dusan Vojacek afee62ba4e
Some checks failed
CI and deploy / migration-check (push) Failing after 11s
CI and deploy / deploy (push) Has been skipped
fix cutoff gen port
2026-04-29 12:51:53 +02:00

16 lines
673 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: When changing implementation, update relevant docs
alwaysApply: true
---
# Documentation update discipline
- When you make an **implementation change** (Python/SQL/frontend), you must also update the **relevant documentation**
in `docs/` (and/or `CLAUDE.md` if its normative guidance) in the same change set.
- The docs update must cover:
- what behavior changed (externally visible / operational impact),
- where it is implemented (file/function names),
- how to verify it (DB table/view, API endpoint, or operational check).
If there is no existing relevant document, add a short section to the closest module doc under `docs/04-modules/`.