chore(agents): Move AMMO team to AITemplates-Doco #383 - #384
Open
moizlatif7 wants to merge 1 commit into
Open
Conversation
Removes AMMO team (general-purpose agents) from OpenCode repository. AMMO team now lives in AITemplates-Doco as reusable templates: https://github.com/clouds-anr/AITemplates-Doco/tree/main/Agents/AmmoTeam Changes: - Removed 5 AMMO agent files from .opencode/agent/ - Removed AMMO team configuration from opencode.jsonc - Removed all AMMO team references from documentation - Added ANRCODE_CHANGE markers to all modified files OpenCode now contains only ANR team (ANRCode-specific agents). Fixes #383
21 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes AMMO team (general-purpose agents) from OpenCode repository. AMMO team now lives in AITemplates-Doco as reusable templates.
AMMO Team New Location: https://github.com/clouds-anr/AITemplates-Doco/tree/main/Agents/AmmoTeam
Rationale
Changes
Deleted Files (5):
.opencode/agent/ammo_team_lead.md.opencode/agent/researcher.md.opencode/agent/implementor.md.opencode/agent/tester.md.opencode/agent/documentation.mdModified Files (9):
All modified files include ANRCODE_CHANGE markers:
.opencode/opencode.jsonc- Removed AMMO team configuration (lines 20-52).opencode/agent/truth_teller.md- Removed AMMO team references.opencode/skills/agent-tuning/SKILL.md- Updated to use ANR examples.opencode/truth-teller-consensus.md- Changed to generic "Team Lead"CROSS_PLATFORM_AGENTS.md- Updated agent file referencesCROSS_PLATFORM_IMPLEMENTATION.md- Updated to reference ANR agentsCROSS_PLATFORM_QUICK_REFERENCE.md- Updated agent file listREADME_CROSS_PLATFORM.md- Updated agent pathsSUMMARY_CROSS_PLATFORM_SUPPORT.md- Updated agent referencesWhat Stays in OpenCode
ANR Team (ANRCode-specific agents):
anr_team_lead.mdanr_researcher.mdanr_implementor.mdanr_tester.mdanr_documentarian.mdanr_truth_teller.mdTwo-Repo Migration
This PR is Phase 2 of a two-phase migration:
Phase 1 (Complete): Added AMMO team to AITemplates-Doco
Agents/AmmoTeam/folderPhase 2 (This PR): Remove AMMO team from OpenCode
Testing
✅ All validation passed:
Usage After Migration
Users wanting AMMO team can copy from AITemplates-Doco:
git clone https://github.com/clouds-anr/AITemplates-Doco.git cp -r AITemplates-Doco/Agents/AmmoTeam/* your-project/.opencode/agent/See AITemplates-Doco/Agents/AmmoTeam/README.md for configuration instructions.
ANR Workflow
This migration was implemented using proper ANR workflow:
Fixes #383