← 全部工具

sairam0424/MindForge

AI Agent
热度 65 更新于 AI 与 Agent

MindForge: The Enterprise Agentic Framework for Claude Code & Antigravity. High-performance autonomous execution, wave-parallelism, and multi-tier governance for production-grade AI engineering.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

MindForge

An agentic intelligence framework for Claude Code — orchestrates multi-agent workflows with governance, memory, and autonomous execution. Production-hardened with true parallelism, streaming SDK, and zero-trust security. Install once, get structured AI-driven development with built-in quality gates.

---

Latest release

v11.9.0 (2026-07-27) — Bedrock provider + full dry-run audit. See CHANGELOG.md for full history, or RELEASENOTES.md for human-readable notes.

---

Install

Fastest path — Claude Code plugin marketplace (no project files written):

/plugin marketplace add sairam0424/MindForge
/plugin install mindforge@mindforge

Or the full framework engine via npx (writes .mindforge/ governance, memory, and planning into your project):

npx mindforge-cc@latest --claude --local

All install channels (global, local, Antigravity, Cursor, Copilot, Gemini CLI, MCP server, combined runtimes, --minimal): see docs/getting-started.md.

---

Verify

/mindforge:health              # framework + installation health check
/mindforge:health --repair     # fix anything the health check flags
/mindforge:status              # project status snapshot
/mindforge:next                # auto-discover your first task

Full verification walkthrough: docs/quick-verify.md.

---

Quick start (new project)