CLI and local API
cd projects/dev/opencompliance
python3 scripts/verify_fixture.py --fixture-root fixtures/public/issued --check
cd projects/dev/opencompliance
python3 scripts/serve_verify_api.py --port 8788
cd projects/dev/opencompliance
python3 -m http.server 8000
Then open http://127.0.0.1:8000/ui/verify/. The compatibility wrapper still exists for the built-in ExampleCo packs via python3 scripts/verify_example.py --fixture issued --check.