@webappwiz/arbor 0.0.6 → 0.0.7
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.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -218,7 +218,7 @@ import { NodeFs } from "webappwiz/system";
|
|
|
218
218
|
|
|
219
219
|
// plan.ts
|
|
220
220
|
import { Markdown } from "webappwiz/md";
|
|
221
|
-
var SECTIONS = ["Goal", "Done", "Next", "Notes", "Blocked"];
|
|
221
|
+
var SECTIONS = ["Goal", "Files", "Done", "Next", "Notes", "Blocked"];
|
|
222
222
|
var REQUIRED = ["Goal", "Next"];
|
|
223
223
|
var UNCHECKED = /^[ \t]*- \[ \]/m;
|
|
224
224
|
function checkPlan(text, { task, escalated = false }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webappwiz/arbor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7",
|
|
4
4
|
"description": "Runs several AI coding agents on one repository at once, each in its own git worktree",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jared Johnson",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"webappwiz": "^0.0.
|
|
20
|
+
"webappwiz": "^0.0.7"
|
|
21
21
|
},
|
|
22
22
|
"main": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|