fix cutoff gen port
Some checks failed
CI and deploy / migration-check (push) Failing after 11s
CI and deploy / deploy (push) Has been skipped

This commit is contained in:
Dusan Vojacek
2026-04-29 12:51:53 +02:00
parent e35110cb87
commit afee62ba4e
4 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
---
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/`.