Validate, compile, coverage, impact. No database, no model call, nothing stored.
GET /health — runs a real validation passGET /rules — the published cataloguePOST /validate — {"graph": {...}}POST /coverage — what the architecture is missingPOST /compile — the eight pack filesPOST /impact — {"graph": {...}, "node": "Reservation"}curl -s $HOST/validate \
-H 'content-type: application/json' \
-d "{\"graph\": $(cat examples/marketplace/.colosse/graph.json)}" | jq .summary
Generation and interrogation call a model, so they are the CLI only
— colosse gen, colosse ask. Accounts, projects and
storage are specified and not built.