


























Fabrika turns CLI coding agents — Claude Code, Aider, any command — into a managed team. Describe an outcome, approve the plan, and agents build it in parallel in isolated git worktrees. Nothing merges without passing your tests, and the risky changes wait for your sign-off.
From one sentence to merged code, in three steps. These recordings are from a real Fabrika run — two agents working on a demo repo.
01
Define a big task in plain language. A planner agent breaks it into small, independently buildable tasks — each with a risk tier, dependencies, and acceptance checks — and waits for your approval before anything runs.
02
Implementer agents — Claude Code, Aider, any CLI agent — pull ready tasks into isolated git worktrees and work simultaneously. Every branch runs your gates: build, lint, typecheck, tests. Low-risk work that passes everything merges itself.
03
Riskier changes stop and wait for you. Read the diff, check the gate results, merge with one click. Accepted work unblocks the tasks that depend on it, and the factory keeps moving.
$ fabrika --list features
A software factory built around your workflow — not the other way around.
// agents
Fabrika is agent-agnostic. Register any CLI coding agent you already trust — Claude Code, Aider, or a custom script — and reuse it across every repo.
// local
No cloud lock-in. Fabrika runs entirely local so your code, secrets, and context never leave your environment.
// control
Plans wait for your approval and risky changes wait for your review. Routine low-risk work can merge on its own — you choose where the line is.
// verified
Changes are built, linted, and run against your test suite automatically. Only work that passes ships.
// approve
Each finished task surfaces its diff and gate results side by side. One-click merge, request changes, or kick back — no surprises.
// agnostic
Works with your existing repo regardless of language, framework, or build tool. Drop it in and go.
Current release: v0.2.0
One command installs the CLI. Runs on macOS and Linux — no license, no signup.
curl -fsSL https://raw.githubusercontent.com/berkaycubuk/fabrika/main/install.sh | sh
Prefer to read first? See the installation guide or the getting started walkthrough.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。