1
0

chore: add repository guidance and state context files

This commit is contained in:
2026-04-25 23:51:29 +02:00
parent 09d4815a88
commit 9de65f9aa5
2 changed files with 134 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
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`
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.