Changelog
Changelog
Section titled “Changelog”All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Section titled “[Unreleased]”- Multi-agent support for GitHub Copilot, Aider (Claude Code), OpenAI Codex, Gemini CLI, and Google Antigravity
.github/copilot-instructions.mdfor GitHub Copilot configuration.aiderrcfor Aider (Claude Code) configuration.codexrcfor OpenAI Codex configuration.gemini/GEMINI.mdfor Gemini CLI and Antigravity repository intelligence.gemini/settings.jsonfor Gemini CLI configuration (checkpointing, model, MCP servers)standards/shared/core-standards.md- Shared core standards for all agentsstandards/agents/directory structure for agent-specific configurationsmake setup-agentstarget for setting up AI agent configurations- Comprehensive multi-agent setup guide
- Codebase review and improvement plan
- Updated setup and sync scripts to automatically configure all supported agents
Changed
Section titled “Changed”- Updated
scripts/setup.shto detect and configure multiple AI agents (including Gemini CLI and Antigravity) - Updated
scripts/sync-standards.shto sync all agent configurations (including Gemini CLI and Antigravity) - Updated
install.shto show which agent configurations were installed
Improved
Section titled “Improved”- Better collaboration support for non-Cursor users
- Consistent standards across all AI coding assistants
- Enhanced documentation for multi-agent workflows