feat: register all 6 agents from fullsend-ai/agents#97
Conversation
Register code, fix, review, retro, and prioritize agents and update triage to the latest SHA. All agents are pinned to bc7beaa9a57a (the merge of the extraction PR) with sha256 integrity hashes. Signed-off-by: Claude <noreply@anthropic.com> Signed-off-by: Greg Allen <gallen@redhat.com>
PR Summary by QodoRegister extracted Fullsend agents pinned to a single commit with integrity hashes
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
4 rules 1. Docs agent format drift
|
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/triage.yaml#sha256=f56cbb0a3c1cb71563aa1b2fb80ca9ecb922e4c832f886e8154e2e9beb6b56c6 | ||
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/code.yaml#sha256=050382941bb4c4a3dad5f00253de854684c0d22dd8cc1ca0a548079774470aad | ||
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/fix.yaml#sha256=f966f0b8cd9b58289f19b446cfc4fd343c9079d9c9acee0260824b57e896e068 | ||
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/review.yaml#sha256=08456e534c7d1251b3a3b2bc1236643403809ecab27832c273764769f219a45b | ||
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/retro.yaml#sha256=8be74d42aa94ed0083fd1a915f9903435d797b801b3866acd7e8249830388835 | ||
| - source: https://raw.githubusercontent.com/fullsend-ai/agents/bc7beaa9a57aed031c6ef1d9755c1f2cfca516da/harness/prioritize.yaml#sha256=21cf62dce54fce3ae23cf5e3dfe901d03b69bc5e91533288ffa772187b24e95d |
There was a problem hiding this comment.
1. Docs agent format drift 🐞 Bug ⚙ Maintainability
config.yaml now registers agents via agents[].source remote YAML URLs, but internal docs still instruct registering agents by adding explicit role/name/slug entries. This documentation drift can cause future config edits to be made in the wrong format and silently break agent registration.
Agent Prompt
## Issue description
`config.yaml` switched to registering agents via remote `agents[].source` URLs, but docs still describe the older inline registration format (`role`, `name`, `slug`). This mismatch can mislead maintainers and lead to incorrect future edits.
## Issue Context
- The current config uses:
- `agents: - source: https://raw.githubusercontent.com/.../harness/<agent>.yaml#sha256=...`
- Some docs still claim or show examples where `agents:` entries are inline objects with `role/name/slug`.
## Fix Focus Areas
- docs/scribe-agent.md[217-230]
- docs/superpowers/plans/2026-05-01-prioritize-agent.md[967-980]
## Suggested change
- Update the referenced docs to explicitly describe the new `agents[].source` registration method (and optionally note the old inline `role/name/slug` format as deprecated/outdated if it still exists elsewhere).
- Replace the inline YAML example under `agents:` with a `source:` example (mirroring the current `config.yaml`).
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Summary
fullsend-ai/agentsbc7beaa9a57a) matching the other agents#sha256=integrity hashesFollows the extraction in fullsend-ai/agents#12 and plan Step 6 from ADR 0058.
Test plan
fullsend agent listshows all 6 agents resolving correctly🤖 Generated with Claude Code