Skill: Platform Verification
Verify behavior on the actual local platform and avoid claims about untested environments.
Workflow
- •Record machine context (OS, architecture, runtime versions).
- •List what can and cannot be validated locally.
- •Execute explicit verification steps.
- •Record expected vs actual outcomes.
Mandatory checks for this repo
- •
docker compose -f docker-compose.demo.yml config - •
docker compose -f docker-compose.demo.yml up -d - •
GET /v1/health - •deterministic behavior checks for
POST /v1/decisionsandPOST /v1/replay
Output
Update runbook evidence in docs/runbooks/local-smoke.md with date-stamped results.