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):
+13
View File
@@ -0,0 +1,13 @@
---
name: Bug report
about: Something isn't working as expected
labels: type:bug
---
**What happened**
**What you expected**
**Steps to reproduce**
**Area** (backend / agent / integration / infra):
+14
View File
@@ -0,0 +1,14 @@
---
name: Epic
about: A larger body of work spanning multiple issues
labels: type:epic
---
**Goal**
**Roadmap version this belongs to**
**Child issues**
- [ ]
**Acceptance criteria**
+13
View File
@@ -0,0 +1,13 @@
---
name: Feature request
about: Propose new functionality
labels: type:feature
---
**What problem does this solve**
**Proposed approach**
**Which milestone/roadmap version does this belong to** (see docs/roadmap/roadmap.md):
**Area** (backend / agent / integration / infra):
+12
View File
@@ -0,0 +1,12 @@
## What changed
## Why
## Docs updated?
<!-- Which doc(s), or why none were needed -->
## Tested how?
<!-- Be specific: what did you actually run/click/check -->
## Pre-merge checklist
Ran through `docs/architecture/pre-merge-checklist.md`: yes / no