chore: rename CLAUDE.md to AGENTS.md, add symlink and docs/templates

Adds tool-agnostic AGENTS.md as canonical context file, CLAUDE.md symlink for
Claude Code compatibility, and docs/templates/ with spec.md + adr.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Robin Choice
2026-04-16 15:24:02 +02:00
parent ccd7ed3a93
commit afcb818dd4
4 changed files with 96 additions and 45 deletions

21
docs/templates/adr.md vendored Normal file
View File

@@ -0,0 +1,21 @@
# ADR-[Nummer]: [Titel]
**Datum:** [YYYY-MM-DD]
**Status:** Proposed | Accepted | Deprecated | Superseded by ADR-[N]
## Kontext
Was war die Situation, warum musste eine Entscheidung getroffen werden?
## Entscheidung
Was wurde entschieden?
## Alternativen die verworfen wurden
- **[Alternative A]** — warum nicht
- **[Alternative B]** — warum nicht
## Konsequenzen
Was wird durch diese Entscheidung einfacher, was schwieriger?

29
docs/templates/spec.md vendored Normal file
View File

@@ -0,0 +1,29 @@
# [Feature- oder Sprint-Name]
**Status:** Draft | Active | Done
**Repo:** [repo]
**Erstellt:** [YYYY-MM-DD]
## Ziel
Ein Satz.
## Warum
Warum jetzt, warum das.
## In Scope
-
## Out of Scope
-
## Erfolgskriterien
- [ ]
## Implementierungsnotizen
<!-- Schlüsselentscheidungen, Constraints, offene Fragen -->