glas-harness/examples/execution-request.json

22 lines
714 B
JSON
Raw Normal View History

2026-08-21 00:21:53 +02:00
{
"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
}