feat: MACP Phase 1 — Core Protocol Implementation (#9)
This commit was merged in pull request #9.
This commit is contained in:
@@ -22,8 +22,11 @@
|
||||
"task.assigned",
|
||||
"task.started",
|
||||
"task.progress",
|
||||
"task.gated",
|
||||
"task.completed",
|
||||
"task.failed",
|
||||
"task.escalated",
|
||||
"task.retry.scheduled",
|
||||
"rail.check.started",
|
||||
"rail.check.passed",
|
||||
"rail.check.failed"
|
||||
@@ -37,8 +40,10 @@
|
||||
"enum": [
|
||||
"pending",
|
||||
"running",
|
||||
"gated",
|
||||
"completed",
|
||||
"failed"
|
||||
"failed",
|
||||
"escalated"
|
||||
]
|
||||
},
|
||||
"timestamp": {
|
||||
@@ -50,7 +55,8 @@
|
||||
"enum": [
|
||||
"controller",
|
||||
"worker",
|
||||
"quality-gate"
|
||||
"quality-gate",
|
||||
"dispatcher"
|
||||
]
|
||||
},
|
||||
"message": {
|
||||
|
||||
Reference in New Issue
Block a user