From 0436cdd508283c8e39c893d7632a7a464a05a6fb Mon Sep 17 00:00:00 2001 From: blackroad Date: Sat, 14 Mar 2026 16:52:09 -0500 Subject: [PATCH] Add agent-task.yaml issue template --- .gitea/issue_template/agent-task.yaml | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitea/issue_template/agent-task.yaml diff --git a/.gitea/issue_template/agent-task.yaml b/.gitea/issue_template/agent-task.yaml new file mode 100644 index 0000000..0f73315 --- /dev/null +++ b/.gitea/issue_template/agent-task.yaml @@ -0,0 +1,37 @@ +name: Agent Task +about: Assign a task to a specific BlackRoad agent +title: "[Agent] " +labels: + - agent-task +body: + - type: textarea + id: task + attributes: + label: Task Description + description: What should the agent do? + validations: + required: true + - type: dropdown + id: agent + attributes: + label: Target Agent + options: + - Alice (Gateway & Infrastructure) + - Lucidia (Memory & Cognition) + - Cecilia (Edge AI & Inference) + - Cece (API Gateway) + - Aria (Orchestration) + - Eve (Intelligence & Analysis) + - Meridian (Networking & Mesh) + - Sentinel (Security & Audit) + - All Agents + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: What should the result look like? + - type: textarea + id: context + attributes: + label: Context / Background + description: Any additional context the agent needs