Spaces:
Runtime error
Runtime error
| { | |
| "version": "v0", | |
| "profiles": [ | |
| { | |
| "id": "bootstrap", | |
| "description": "use bootstrap hotgraph and packets to decide what should be imported next", | |
| "preferred_lane": "memory", | |
| "execution_allowed": false, | |
| "receipt_required": true | |
| }, | |
| { | |
| "id": "operator", | |
| "description": "default active harness mode for user-facing work", | |
| "preferred_lane": "tooling", | |
| "execution_allowed": true, | |
| "receipt_required": true | |
| }, | |
| { | |
| "id": "benchmark", | |
| "description": "evaluation-first mode for scorecards and regression checks", | |
| "preferred_lane": "audit", | |
| "execution_allowed": false, | |
| "receipt_required": true | |
| } | |
| ] | |
| } | |