Goal
Document how to run Cerebro: the two binary entry points, CLI flags, ports, health endpoint, and startup verification.
Scope
- Create
src/content/docs/cerebro/running.md (EN)
- Create
src/content/docs/es/cerebro/running.md (ES)
- Document
cerebro serve (full CLI with migrate subcommands)
- Document
cerebro-serve (lightweight server-only entry point)
- Cover bind address, port configuration, health check endpoint
- Include quick-start examples
Source Files
modules/cerebro/src/bin/cerebro.rs — full CLI entry point
modules/cerebro/src/main.rs — cerebro-serve binary
modules/cerebro/src/server.rs — Axum HTTP/MCP router, health endpoint
Acceptance Criteria
Goal
Document how to run Cerebro: the two binary entry points, CLI flags, ports, health endpoint, and startup verification.
Scope
src/content/docs/cerebro/running.md(EN)src/content/docs/es/cerebro/running.md(ES)cerebro serve(full CLI with migrate subcommands)cerebro-serve(lightweight server-only entry point)Source Files
modules/cerebro/src/bin/cerebro.rs— full CLI entry pointmodules/cerebro/src/main.rs— cerebro-serve binarymodules/cerebro/src/server.rs— Axum HTTP/MCP router, health endpointAcceptance Criteria
make docs-checkpasses