glas-harness/examples/execution-request.json
tegwick 1cd890d871
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
feat: add versioned execution profiles
2026-08-21 00:21:53 +02:00

21 lines
714 B
JSON

{
"harness_profile_ref": "harness.agent-dev-local@1.0.0",
"repo": "/absolute/path/to/target-repo",
"title": "Implement the bounded assignment",
"description": "Apply the approved change, run focused checks, and commit the result.",
"actor": "agt",
"project": "example-domain",
"request_id": "execution-018f",
"correlation_id": "activity-42",
"assignment_ref": "role-assignment:agent-7:42",
"role_ref": "role:maintainer@3",
"duty_ref": "duty:bounded-change@2",
"goal_refs": [
"goal:reliable-delivery@5"
],
"resource_envelope_refs": [
"resource-envelope:standard-coding@1"
],
"expected_output": "A verified commit and normalized execution evidence",
"report_to_hub": true
}