1
0

chore: rename repository state file to STATE.md

This commit is contained in:
2026-04-26 02:35:38 +02:00
parent c138d9201e
commit 76101e77c9
4 changed files with 139 additions and 166 deletions
+2 -2
View File
@@ -5,10 +5,10 @@ alwaysApply: true
Apply consistent coding standards, preserve existing project conventions, and avoid introducing breaking changes in all files unless explicitly requested.
Also read and consider the repository state file when it exists:
- `state.md`
- `STATE.md`
When this file is present:
- use it as evolving project context,
- keep recommendations aligned with it,
- update suggestions to remain consistent with documented architecture, constraints, and review notes,
- update `state.md` as part of the same task whenever changes materially affect repository behavior, architecture, constraints, or review notes.
- update `STATE.md` as part of the same task whenever changes materially affect repository behavior, architecture, constraints, or review notes.