chore: scaffold M0 — repo structure, ADRs, dev environment, pre-merge checklist

This commit is contained in:
2026-08-02 10:26:49 +02:00
commit 581191e93a
20 changed files with 781 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
name: Agent proposal
about: Propose a new specialized agent — required before any agent code is written
labels: type:feature, area:agent
---
**Agent name**
**Single clearly defined responsibility**
<!-- What does this agent own, and — just as important — what does it explicitly NOT own? -->
**Interface**
<!-- What does it take as input, what does it return, what does it call -->
**Does it ever perform write/destructive actions?**
<!-- If yes: must go through the Execution Guard. Describe how. -->
**Dependencies** (other agents, integrations, data sources):