feat: add versioned execution profiles
This commit is contained in:
parent
641e85f5a8
commit
1cd890d871
34 changed files with 2087 additions and 471 deletions
21
examples/execution-request.json
Normal file
21
examples/execution-request.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue