From 99238f12d772316202697b44dac51ced35a3b405 Mon Sep 17 00:00:00 2001 From: anthonyrawlins Date: Thu, 26 Feb 2026 14:17:05 +1100 Subject: [PATCH] Add CHORUS agent task issue template 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 --- .gitea/ISSUE_TEMPLATE/bzzz-task.md | 35 ++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitea/ISSUE_TEMPLATE/bzzz-task.md diff --git a/.gitea/ISSUE_TEMPLATE/bzzz-task.md b/.gitea/ISSUE_TEMPLATE/bzzz-task.md new file mode 100644 index 0000000..6ac3387 --- /dev/null +++ b/.gitea/ISSUE_TEMPLATE/bzzz-task.md @@ -0,0 +1,35 @@ +--- +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}