Operations
| page | what it covers |
|---|---|
| Runtime configuration | The runtime configuration is the JSON file passed as --runtime, and it holds every setting except the people. |
| Language models | The language model configuration says where each effort tier reaches a model; blueclaw decides nothing about which model that is. |
| Database | The database is one Postgres instance holding the task store, the ledger, connector queues, schedules and memory. |
| HTTP surface | The HTTP surface is every route the daemon serves, defined in internal/httpserver/router.go. |
| Deployment | A deployment is the daemon, Postgres, the setuid helper and, optionally, a capability service and chatd beside it. |
| Development | Development means building and testing the Go daemon and the three TypeScript packages. |