AGENTS.md@cmd · git:20260807.b7bf6c7 · 2026-08-07 · sha256 c0355e8007efca0b

AGENTS.md@cmd git:20260807.b7bf6c7A

Immutable. This exact content is served forever at /api/v1/blob/c0355e8007efca0b.

# 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`, `agenteval`) | —   |
| cli      | `cli/main.go`        | User CLI (login, hub, pipeline, workflows, …) | —   |
| gateway  | `gateway/main.go`    | Local CLI sidecar (`flowbot-gateway`; claims CapGateway jobs) | —   |

## Testing / build

```bash
go tool task build:cli           # → bin/flowbot-cli
go tool task build:composer      # → bin/composer
go tool task build:gateway       # → bin/flowbot-gateway
```