Colosse — deterministic engine

Validate, compile, coverage, impact. No database, no model call, nothing stored.

Endpoints

Try it

curl -s $HOST/validate \
  -H 'content-type: application/json' \
  -d "{\"graph\": $(cat examples/marketplace/.colosse/graph.json)}" | jq .summary

What is not here

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.