mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Restructure the flat `serve` command into a nested `server start` subcommand, following the existing namespace pattern (system prune, repo init, etc.). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.1 KiB
1.1 KiB
Fabro Current State
This snapshot is intentionally brief and omits volatile counts, benchmarks, and release metrics.
Public product shape
Fabro currently presents as:
- a CLI for defining and running workflows
- an API server via
fabro server start - a React web app for monitoring runs and inspecting workflows
- a docs site and example workflows
Core capabilities documented today
- Graphviz DOT workflows with agent, prompt, command, conditional, human, and parallel stages
- CSS-like model stylesheets for per-stage model routing
- sandboxed execution across local, Docker, Daytona, SSH, and other providers
- Git checkpointing for resume, rewind, fork, and auditability
- structured run artifacts and event streams for observability
- verifications and insights in the broader product surface
- retrospectives, documented as experimental
Current positioning
Fabro is positioned as an open-source, self-hosted workflow orchestration layer for expert engineers. It is not positioned as an IDE plugin, autocomplete tool, or chat-first coding assistant.