Skip to content

chore(agents): Move AMMO team to AITemplates-Doco #383 - #384

Open
moizlatif7 wants to merge 1 commit into
devfrom
anr/383/move-ammo-to-aitemplates-doco
Open

chore(agents): Move AMMO team to AITemplates-Doco #383#384
moizlatif7 wants to merge 1 commit into
devfrom
anr/383/move-ammo-to-aitemplates-doco

Conversation

@moizlatif7

Copy link
Copy Markdown

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

  • Separation of Concerns: OpenCode focuses on ANR-specific agents; AITemplates-Doco provides general-purpose templates
  • Reusability: AMMO team available for any project without forking OpenCode
  • Clarity: Clear distinction between ANR team (ANRCode-specific) and AMMO team (general-purpose)

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.md

Modified Files (9):

All modified files include ANRCODE_CHANGE markers:

  1. .opencode/opencode.jsonc - Removed AMMO team configuration (lines 20-52)
  2. .opencode/agent/truth_teller.md - Removed AMMO team references
  3. .opencode/skills/agent-tuning/SKILL.md - Updated to use ANR examples
  4. .opencode/truth-teller-consensus.md - Changed to generic "Team Lead"
  5. CROSS_PLATFORM_AGENTS.md - Updated agent file references
  6. CROSS_PLATFORM_IMPLEMENTATION.md - Updated to reference ANR agents
  7. CROSS_PLATFORM_QUICK_REFERENCE.md - Updated agent file list
  8. README_CROSS_PLATFORM.md - Updated agent paths
  9. SUMMARY_CROSS_PLATFORM_SUPPORT.md - Updated agent references

What Stays in OpenCode

ANR Team (ANRCode-specific agents):

  • anr_team_lead.md
  • anr_researcher.md
  • anr_implementor.md
  • anr_tester.md
  • anr_documentarian.md
  • anr_truth_teller.md

Two-Repo Migration

This PR is Phase 2 of a two-phase migration:

Phase 1 (Complete): Added AMMO team to AITemplates-Doco

Phase 2 (This PR): Remove AMMO team from OpenCode

  • Ensures AMMO team was safely in new location before removal
  • All references updated to ANR team equivalents

Testing

All validation passed:

  • All ANRCODE_CHANGE markers present (9 files)
  • No broken agent file references
  • No AMMO team references remain
  • Configuration valid (opencode.jsonc)
  • ANR team intact (6 agents)

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:

  • ✅ ANR Researcher analyzed and created implementation plan
  • ✅ ANR Implementor applied changes with ANRCODE_CHANGE markers
  • ✅ ANR Tester validated all changes (found and fixed 3 broken references)
  • ✅ All markers placed adjacent to modified code per AGENTS.md

Fixes #383

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
Copilot AI review requested due to automatic review settings July 30, 2026 22:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@moizlatif7 moizlatif7 self-assigned this Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move AMMO team agents to AITemplates-Doco repository

2 participants