Gitea issue template for bzzz-task labeled issues that SWOOSH will automatically consume and route to the appropriate council. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
36 lines
817 B
Markdown
36 lines
817 B
Markdown
---
|
|
name: "CHORUS Agent Task"
|
|
about: "Create a task for CHORUS agents to work on"
|
|
labels:
|
|
- bzzz-task
|
|
---
|
|
|
|
# [DistOS] {Brief task description}
|
|
|
|
## Summary
|
|
{1-2 sentence description of what needs to be done}
|
|
|
|
## Council
|
|
{Which council(s) should handle this: council-sched, council-mem, council-net, council-fault, council-sec, council-telemetry, council-verify, council-api, council-synth, council-qa, council-docs, council-arch}
|
|
|
|
## Repository
|
|
owner/name: tony/DistOS
|
|
|
|
## Base Branch
|
|
main
|
|
|
|
## Paths (allowlist)
|
|
- councils/**
|
|
- specs/**
|
|
- decisions/**
|
|
|
|
## Acceptance Criteria
|
|
- [ ] {criterion 1}
|
|
- [ ] {criterion 2}
|
|
|
|
## Constraints / Notes
|
|
{Any additional context, references to other council work, UCXL addresses of related decisions}
|
|
|
|
## Phase
|
|
{Research | Architecture | Formal Spec | Integration | Documentation}
|