upd lang rules
This commit is contained in:
parent
322b48e25a
commit
370045fe6e
|
|
@ -17,6 +17,7 @@ Regel: Keine Datei in legacy/ wird verändert. Nur lesen.
|
|||
@rules/framework-constraints.md
|
||||
@rules/session-protocol.md
|
||||
@rules/parallel-agents.md
|
||||
@rules/language-conventions.md
|
||||
|
||||
## Aktiver Scope
|
||||
Aktuelle Phase: 1 — Discovery
|
||||
|
|
@ -25,6 +26,7 @@ Schreibrechte: docs/A_discovery/**, docs/B_planning/decisions-log.md
|
|||
Keine Änderungen an: src/**, legacy/**, docs/templates/**
|
||||
|
||||
## Konventionen
|
||||
- Sprache: Deutsch mit dem User, Englisch für technische Artefakte und Quellcode (siehe @rules/language-conventions.md)
|
||||
- Entscheidungen immer in decisions-log.md eintragen (oben anfügen, nie editieren)
|
||||
- Jede Session endet mit aktuellem status.md
|
||||
- Offene Fragen explizit notieren, nicht stillschweigend überspringen
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
- Communication with the user: German
|
||||
- Technical artifacts (tables, class names, identifiers, diagrams, architecture docs): English
|
||||
- Source code comments: English
|
||||
- Commit messages: English
|
||||
- File names for documents: English (kebab-case)
|
||||
- Markdown section headings in technical docs: English
|
||||
- Decision log entries: German prose, English for technical terms
|
||||
Loading…
Reference in New Issue