Skip to content

v1.1.0 - Pi Dev Coding Agent Support & Recursive Memory Discovery

Choose a tag to compare

@GulajavaMinistudio GulajavaMinistudio released this 29 Jun 04:38

🚀 Awesome Copilot Indonesia v1.1.0

Release v1.1.0 introduces official support for the Pi Dev Coding Agent, significantly enhances the memory-manager skill with recursive sub-folder discovery, and synchronizes core guidelines across all platform environments.


🌟 Major Highlights & New Features

🤖 Native Support for Pi Dev Coding Agent (.pi)

We are excited to announce native configuration support for the Pi Dev Coding Agent. A dedicated .pi/ ecosystem directory is now available at the repository root with a complete structural setup:

  • .pi/agents/: Contains all 11 SDLC Agent personas (including @GodModeDev, @ProductManagerPRD, @SpecificationArchitect, etc.).
  • .pi/skills/: Houses all 14 specialized, paired agent skills.
  • .pi/instructions/: Includes global coding standards and independent session memory tracking (memory.instructions.md).

🤹 Enhanced memory-manager (Recursive Sub-folder Discovery)

The memory-manager skill across all platform configurations (.agents, .commandcode, .opencode, .github, .codex, and .pi) has received a major upgrade:

  • Sub-folder Scanning: Now supports recursive scanning for memory.instructions.md files nested within deep feature or module subdirectories.
  • Smart Filtering: Automatically ignores heavy build and vendor directories (node_modules, .git, dist) for optimal search speed.
  • Ecosystem Prioritization: Added .pi/instructions/ as a high-priority discovery root for cross-platform context recovery.

📝 Enhancements & Synchronization

  • Core Directives Update: Updated foundational rules in AGENTS.md and .github/copilot-instructions.md (line 127) to mandate agents to read .pi/instructions/ and .commandcode/instructions/ directories upon task initialization.
  • Documentation Refinements: Updated README.md with comprehensive prerequisites, installation steps, and platform-specific directory guides for the Pi Dev Coding Agent.

📦 Installation & Upgrade Guide

To upgrade your existing project or set up v1.1.0:

  1. Pull the latest changes:
    git pull origin main
  2. Choose your platform configuration:
  • For Pi Dev Coding Agent: Copy the .pi/ directory to your project root.
  • For other platforms (.agents, .commandcode, .opencode, .github, .codex), update the memory-manager/ skill directory in your project.
  1. Ensure the updated AGENTS.md is placed at your project root.

Full Changelog: v1.0.0...v1.1.0