v1.1.0 - Pi Dev Coding Agent Support & Recursive Memory Discovery
🚀 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.mdfiles 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.mdand.github/copilot-instructions.md(line 127) to mandate agents to read.pi/instructions/and.commandcode/instructions/directories upon task initialization. - Documentation Refinements: Updated
README.mdwith 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:
- Pull the latest changes:
git pull origin main
- 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 thememory-manager/skill directory in your project.
- Ensure the updated
AGENTS.mdis placed at your project root.
Full Changelog: v1.0.0...v1.1.0