@autopilot-harness/cli 0.2.14 → 0.2.15
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.
|
@@ -4,10 +4,14 @@ Built-in grill / design-tree workflow. Do **not** write product code until `/aut
|
|
|
4
4
|
|
|
5
5
|
## Frontier format (every round)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Open each round with a round heading, then list every decision you can ask **now** (premises already settled).
|
|
8
|
+
|
|
9
|
+
Number questions **globally across rounds** (`Q1`, `Q2`, …). Continue numbering from the last question in prior rounds; **do not restart at Q1**.
|
|
8
10
|
|
|
9
11
|
```markdown
|
|
10
|
-
|
|
12
|
+
### Round k
|
|
13
|
+
|
|
14
|
+
❓ **Qn** - **<title>**: <body; options if useful>
|
|
11
15
|
|
|
12
16
|
➡️ <recommended answer>
|
|
13
17
|
```
|
package/dist/init/types.d.ts
CHANGED
|
@@ -75,7 +75,7 @@ export interface HooksFile {
|
|
|
75
75
|
[event: string]: HookCommand[] | undefined;
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
|
-
export declare const PACKAGE_VERSION = "0.2.
|
|
78
|
+
export declare const PACKAGE_VERSION = "0.2.15";
|
|
79
79
|
export declare const HOOK_MARKER = "autopilot-harness";
|
|
80
80
|
export declare const AUTOPILOT_EVENTS: readonly ["beforeSubmitPrompt", "afterFileEdit", "stop"];
|
|
81
81
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/init/types.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@autopilot-harness/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"description": "Autopilot harness CLI — structured planning, checklist execution, and multi-lens self-review for Cursor and Claude Code (bin: autopilot-harness)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@clack/prompts": "^0.10.0",
|
|
32
32
|
"commander": "^13.1.0",
|
|
33
33
|
"yaml": "^2.7.0",
|
|
34
|
-
"@autopilot-harness/core": "0.2.
|
|
35
|
-
"@autopilot-harness/
|
|
36
|
-
"@autopilot-harness/
|
|
37
|
-
"@autopilot-harness/port-cursor": "0.2.
|
|
34
|
+
"@autopilot-harness/core": "0.2.15",
|
|
35
|
+
"@autopilot-harness/port-claude-code": "0.2.15",
|
|
36
|
+
"@autopilot-harness/i18n": "0.2.15",
|
|
37
|
+
"@autopilot-harness/port-cursor": "0.2.15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"esbuild": "^0.25.12",
|