AGENTS.md@cmd · git:20260724.cb0170c · 2026-07-24 · sha256 65af6c030d291714
AGENTS.md@cmd git:20260724.cb0170cA
Immutable. This exact content is served forever at /api/v1/blob/65af6c030d291714.
# Entry Points Three binaries: | Binary | Main file | Purpose | DI | | -------- | ------------------ | -------------------------------------------- | --- | | server | `main.go` | HTTP API server (Fiber v3) | fx | | composer | `composer/main.go` | Dev tooling (`admin`, `webdoc`, `skills`) | — | | cli | `cli/main.go` | User CLI (login, hub, pipeline, workflows, …) | — | ## Testing / build ```bash go tool task build:cli # → bin/flowbot-cli go tool task build:composer # → bin/composer ```