From 891a6db29bf35007d664b08e511dc52fc62fa879 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 15 Mar 2026 12:31:08 -0400 Subject: [PATCH] commas --- README.md | 2 +- docs/getting-started/introduction.mdx | 2 +- docs/getting-started/why-fabro.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d34c80ab..0425ecaf4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Fabro -## 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) diff --git a/docs/getting-started/introduction.mdx b/docs/getting-started/introduction.mdx index d8f74e30b..ffe3ef533 100644 --- a/docs/getting-started/introduction.mdx +++ b/docs/getting-started/introduction.mdx @@ -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. diff --git a/docs/getting-started/why-fabro.mdx b/docs/getting-started/why-fabro.mdx index d62b6d69b..389f1203b 100644 --- a/docs/getting-started/why-fabro.mdx +++ b/docs/getting-started/why-fabro.mdx @@ -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