Skip to content

v1.5.2: Claude Code Native Support & Orchestrator Pattern

Choose a tag to compare

@GulajavaMinistudio GulajavaMinistudio released this 20 Jul 04:02

Release v1.5.2: Claude Code Native Support & Orchestrator Pattern

We are thrilled to announce version 1.5.2 of the Awesome Copilot ID ecosystem! This release brings a massive architectural upgrade to our core agents and officially introduces native support for Claude Code.

🚀 What's New

1. Claude Code Ecosystem Integration (.claude)

Awesome Copilot ID now officially supports Anthropic's Claude Code CLI!

  • Native Directory Structure: Added a full .claude/ ecosystem, complete with agents/, skills/, standards/, and instructions/.
  • YAML Frontmatter Injection: Custom agents (like GodModeDev.md) are now perfectly formatted with the exact name: and description: YAML tags required by Claude Code to register them as custom subagents.
  • Context Isolation: Zero cross-platform leakage. All internal references strictly point to the .claude directory.
  • Installer Support: The interactive install.sh and install.ps1 scripts now feature Claude Code as option 8 in the setup menu.

2. The "Orchestrator-Reference" Agent Architecture

We have completely overhauled the way our top-tier agents (@GodModeDev and @ExpertCodeReviewer) manage their instructions to prevent token bloat and context loss.

  • Skill Orchestration: SKILL.md files have been stripped of heavy text and converted into lightweight orchestrators.
  • Reference Delegation: Heavy instructions (like the SDLC Execution Workflow and Communication Protocols) are now cleanly separated into a references/ subdirectory.
  • Macro/Micro Safeguards: Introduced a strict Three-Point execution mandate:
    1. Tests are Mandatory
    2. No Lazy Placeholders (// ... keep existing code ...)
    3. Strict Traceability

3. Global Ecosystem Synchronization

  • The memory-manager skill across all 8 platforms (GitHub Copilot, OpenCode, CommandCode, Codex, Pi, Omp, Antigravity, and Claude) has been updated to seamlessly track project memories in .claude/instructions/.
  • Updated AGENTS.md, README.md, dan index.html (along with localized translations) to reflect the new expanded multi-platform capabilities.

🛠️ Upgrading

To upgrade your existing project to v1.5.2, you can re-run the interactive installer or manually pull the latest changes and copy your preferred platform folder (e.g., .github, .claude) into your workspace.

# Linux/macOS
curl -fsSL https://raw.githubusercontent.com/GulajavaMinistudio/awesome-copilot-id/main/install.sh | bash

# Windows PowerShell
iwr -useb https://raw.githubusercontent.com/GulajavaMinistudio/awesome-copilot-id/main/install.ps1 | iex

As always, remember to back up your memory.instructions.md before overwriting!