This commit is contained in:
Bryan Helmkamp 2026-03-15 12:31:08 -04:00
parent d25fc56b10
commit 891a6db29b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<a href="https://docs.fabro.sh"><img alt="Fabro" src="docs/logo/dark.svg" height="75"></a>
</div>
## The open source dark software factory for expert engineers
## The open source, dark software factory for expert engineers
AI coding agents are powerful but unpredictable. You either babysit every step or review a 50-file diff you don't trust. Fabro gives you a middle path: define the process as a graph, let agents execute it, and intervene only where it matters. [Why Fabro?](https://docs.fabro.sh/getting-started/why-arc)

View file

@ -1,6 +1,6 @@
---
title: "Introduction"
description: "Fabro is the open source dark software factory for small teams of expert engineers"
description: "Fabro is the open source, dark software factory for small teams of expert engineers"
---
Fabro replaces the prompt-wait-review loop with version-controlled workflow graphs that orchestrate AI agents, shell commands, and human decisions into repeatable, long-horizon coding processes.

View file

@ -3,7 +3,7 @@ title: "Why Fabro?"
description: "The problems Fabro solves for AI-assisted software teams"
---
Fabro is the open source dark software factory for small teams of expert engineers. It replaces the prompt-wait-review loop with version-controlled workflow graphs that orchestrate AI agents, shell commands, and human decisions into repeatable, long-horizon coding processes.
Fabro is the open source, dark software factory for small teams of expert engineers. It replaces the prompt-wait-review loop with version-controlled workflow graphs that orchestrate AI agents, shell commands, and human decisions into repeatable, long-horizon coding processes.
## The problem