@open-agent-toolkit/cli 0.2.18 → 0.2.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: oat-phase-implementer
|
|
3
|
-
version: 1.0.
|
|
3
|
+
version: 1.0.10
|
|
4
4
|
description: Implements one plan phase end-to-end, commits each task separately, self-checks between tasks, and handles bounded review fixes when resumed by oat-project-implement.
|
|
5
5
|
tools: Read, Write, Edit, Bash, Grep, Glob, Task
|
|
6
6
|
color: cyan
|
|
@@ -105,9 +105,12 @@ replaces every task and phase verification command below.
|
|
|
105
105
|
|
|
106
106
|
### 1. Verify Phase Base
|
|
107
107
|
|
|
108
|
-
Confirm the current worktree is clean and its HEAD equals
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
Confirm the current worktree is clean and its HEAD exactly equals
|
|
109
|
+
`phase_base_head`. When `expected_base_sha` is supplied, separately confirm
|
|
110
|
+
that `phase_base_head` equals it or is an explicitly allowed descendant. Never
|
|
111
|
+
use ancestry from `expected_base_sha` as a substitute for the exact
|
|
112
|
+
`phase_base_head` check. For a plan-declared parallel group, verify this before
|
|
113
|
+
any task edit.
|
|
111
114
|
|
|
112
115
|
When smoke containment, ownership registration, expected base, or fixture
|
|
113
116
|
readiness proves the run invalid, return `INVALID_RUN_ABORT` with the evidence.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-agent-toolkit/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.19",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Open Agent Toolkit CLI",
|
|
6
6
|
"homepage": "https://github.com/voxmedia/open-agent-toolkit/tree/main/packages/cli",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"ora": "^9.0.0",
|
|
35
35
|
"yaml": "2.8.2",
|
|
36
36
|
"zod": "^3.25.76",
|
|
37
|
-
"@open-agent-toolkit/control-plane": "0.2.
|
|
37
|
+
"@open-agent-toolkit/control-plane": "0.2.19"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^22.10.0",
|