AC Framework (v2.3.0) is an agentic coding toolkit that provides multi-assistant configuration templates, spec-driven workflows, persistent memory (SQLite/MCP), and optional collaborative multi-agent runtime (OpenCode/zellij). It supports 24+ AI assistants (Cursor, Claude Code, Copilot, Gemini, etc.) and automates project setup, planning, and memory persistence. Released under MIT license on npm. Key differentiators: template-based assistant install, built-in OpenSpec workflow compatibility, and cross-session memory via MCP.
npm install ac-frameworkNo compatibility data collected yet for this library.
Shows global install, interactive template/assistant selection, spec workflow initialization, memory commands, and framework update.
Upgrade Node.js to 18+ or use nvm to switch.
Remove one of the directories to avoid conflicts. Run 'acfm spec init' to migrate from openspec/ to .acfm/.
Monitor release notes before relying on SynapseGrid in production.
Delete .acfm-template.json and run 'acfm init' again to select a new template.
Check the README for the list of assistants that support MCP; use 'acfm init' and select those assistants.
Update scripts to use .acfm/ or migrate via 'acfm spec init' which preserves legacy structure.
Run 'npm install -g ac-framework' and ensure npm global bin directory is in your PATH (e.g., export PATH="$(npm bin -g):$PATH").
Install as dev dependency: 'npm install --save-dev ac-framework'. Then run 'npx acfm' from the project root.
Remove or rename existing .acfm/ directory if you want to reinitialize, or run other spec subcommands.
Run 'acfm update' to pull the latest framework content from GitHub.
No dependency data recorded yet.