Spaces:
Runtime error
Runtime error
File size: 705 Bytes
3436bdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"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
}
]
}
|