fabro/docs
Bryan Helmkamp af2a1e4f6d Add server daemon management with Unix socket support
Transform `fabro server` from foreground-only TCP into a proper daemon:
- `server start` launches background daemon with flock-based locking
- `server start --foreground` retains current blocking behavior
- `server stop` sends SIGTERM, waits, escalates to SIGKILL
- `server status` reports running/stopped with PID, bind, uptime (--json)
- `--bind` replaces `--host`/`--port`, supporting Unix sockets and TCP
- Default bind is `{storage_dir}/fabro.sock` (Unix socket)
- Hidden `__serve` subcommand for daemon child process lifecycle
- Graceful shutdown via SIGTERM/SIGINT signal handlers

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:40:19 -07:00
..
administration Rename fabro serve to fabro server start 2026-03-30 16:17:38 -04:00
agents Refactor run event envelopes and subagent linking 2026-03-30 17:09:07 -04:00
api-reference Rename FabroSettings to Settings, eliminate FabroSettingsExt 2026-04-02 07:36:44 -07:00
changelog Remove Sprites sandbox provider 2026-03-30 12:23:06 -04:00
core-concepts Rename fabro serve to fabro server start 2026-03-30 16:17:38 -04:00
examples Attractor spec hunks 9-11: edge selection fallback and default_max_retries rename 2026-03-23 14:20:24 -04:00
execution Refactor run event envelopes and subagent linking 2026-03-30 17:09:07 -04:00
getting-started Remove deprecated fabro init command 2026-03-30 16:17:38 -04:00
human-tools Prefix API routes with /api/v1 2026-03-30 16:17:06 -04:00
images Cut over Fabro web app to a server-backed SPA 2026-04-01 21:36:01 -07:00
integrations Cut over Fabro web app to a server-backed SPA 2026-04-01 21:36:01 -07:00
languages Add fabro language for syntax highlighting in docs 2026-03-17 09:43:14 -04:00
logo Fix logo SVG viewBox clipping the right edge of the O 2026-03-14 14:11:36 -04:00
plans Add server daemon management with Unix socket support 2026-04-02 10:40:19 -07:00
reference Cut over Fabro web app to a server-backed SPA 2026-04-01 21:36:01 -07:00
tutorials Attractor spec hunks 14 & 16: remove error_policy and k_of_n/quorum from parallel handler 2026-03-23 14:59:35 -04:00
workflows Update docs for new CLI commands, fast mode, and subagent defaults 2026-03-29 15:02:48 -04:00
.mintignore Fix Mintlify dev server: valid navbar URL and ignore AGENTS.md 2026-03-05 16:29:50 -05:00
docs.json Add fabro completion subcommand for shell completions 2026-03-30 16:17:38 -04:00
dot-highlight.js Remove debug markers from dot-highlight script 2026-03-17 10:23:48 -04:00
favicon.svg Rebrand docs site from Arc to Fabro 2026-03-11 21:27:58 -04:00