-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Description
Four agents are missing from the extension/README.md Chat Agents listing:
task-reviewer- Part of RPI workflow but missing from Development Workflow sectionmemory- Utility agent not listed in any categorydoc-ops- Documentation agent not listedhve-core-installer- Installation agent documented in CUSTOM-AGENTS.md but missing from extension README
This creates inconsistency between the extension marketplace documentation and the actual extension capabilities.
Acceptance Criteria
- Add
task-reviewerto Development Workflow section - Add
hve-core-installerto appropriate section (or create new "Utility" section) - Add
memoryto appropriate section - Add
doc-opsto Architecture & Documentation section - Maintain alphabetical order within categories
- Brief descriptions match agent purposes
Proposed Solution
1. Add to Development Workflow section
After task-implementor:
- **task-reviewer** - Validate implementation against research and plan specifications2. Add to Architecture & Documentation section
Insert alphabetically:
- **doc-ops** - Documentation operations and maintenance3. Create new Utility section or add to existing
Option A - New section:
#### Utility
- **hve-core-installer** - Decision-driven HVE-Core installation with multiple methods
- **memory** - Persist repository facts for future task assistanceOption B - Add to Development Workflow:
- **hve-core-installer** - Decision-driven HVE-Core installation with multiple methods
- **memory** - Persist repository facts for future task assistanceFiles to Modify
| File | Change |
|---|---|
extension/README.md |
Add 4 missing agents to Chat Agents section |
Verification
After changes, the extension README should list all 21 agents matching the contents of .github/agents/ directory.
Time Estimate
30 minutes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers