chore: scaffold M0 — repo structure, ADRs, dev environment, pre-merge checklist
This commit is contained in:
@@ -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):
|
||||
@@ -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):
|
||||
@@ -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**
|
||||
@@ -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):
|
||||
Reference in New Issue
Block a user