From 7755373ba48d56441ccb67c8bd2ac4c2892e9d8f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:38:05 +0000 Subject: [PATCH 1/3] Initial plan From 28c98f70b4b3e6e5c1995589893b103789901f42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 14:41:58 +0000 Subject: [PATCH 2/3] Align guide descriptions with agi.prompt.md and reason.prompt.md real behavior Agent-Logs-Url: https://github.com/Bryan-Roe/Aria/sessions/2fd5a298-589f-4f1d-8a56-bf0ee365d28e Co-authored-by: Bryan-Roe <74067792+Bryan-Roe@users.noreply.github.com> --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8a2103e00..ea11236b6 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -308,7 +308,7 @@ Available agents in `.github/agents/`: |-------|---------| | `ai.agent.md` | Primary autonomous agent — task decomposition, multi-step execution | | `my-agent.agent.md` | QAI specialist — quantum-AI/ML development | -| `agi-reasoning.agent.md` | Chain-of-thought reasoning, self-reflection | +| `agi-reasoning.agent.md` | Autonomous multi-step reasoning with internal self-reflection (chain-of-thought is not exposed in output) | | `aria-character.agent.md` | Interactive character commands, animations | | `autonomous-trainer.agent.md` | LoRA training lifecycle, model promotion | | `full-stack-debugger.agent.md` | Cross-stack issue diagnosis | @@ -331,7 +331,7 @@ Available agents in `.github/agents/`: **Prompts** (`.github/prompts/`): - `agi.prompt.md` — Autonomous AGI reasoning with multi-step analysis and self-correction (chain-of-thought is internal, not exposed in output) -- `reason.prompt.md` — Structured analysis +- `reason.prompt.md` — Exposed chain-of-thought analysis with structured reasoning steps and confidence scores - `debug.prompt.md` — Systematic diagnostic protocol - `review.prompt.md` — Code review (correctness, security, performance) - `aria-command.prompt.md` — Natural language → Aria actions From 1a32e4f0eae343c0fd724d6abea387f16f8732d5 Mon Sep 17 00:00:00 2001 From: Bryan <74067792+Bryan-Roe@users.noreply.github.com> Date: Wed, 6 May 2026 10:51:14 -0400 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Bryan <74067792+Bryan-Roe@users.noreply.github.com> --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index ea11236b6..08cf53492 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -308,7 +308,7 @@ Available agents in `.github/agents/`: |-------|---------| | `ai.agent.md` | Primary autonomous agent — task decomposition, multi-step execution | | `my-agent.agent.md` | QAI specialist — quantum-AI/ML development | -| `agi-reasoning.agent.md` | Autonomous multi-step reasoning with internal self-reflection (chain-of-thought is not exposed in output) | +| `agi-reasoning.agent.md` | Autonomous multi-step reasoning with internal self-reflection | | `aria-character.agent.md` | Interactive character commands, animations | | `autonomous-trainer.agent.md` | LoRA training lifecycle, model promotion | | `full-stack-debugger.agent.md` | Cross-stack issue diagnosis |