harnessed 3.9.23 → 3.9.25
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/dist/cli.mjs +5 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/workflows/plan/architecture/workflow.yaml +7 -6
package/dist/cli.mjs
CHANGED
|
@@ -1231,7 +1231,7 @@ var init_auto_install = __esm({
|
|
|
1231
1231
|
|
|
1232
1232
|
// package.json
|
|
1233
1233
|
var package_default = {
|
|
1234
|
-
version: "3.9.
|
|
1234
|
+
version: "3.9.25"};
|
|
1235
1235
|
|
|
1236
1236
|
// src/manifest/errors.ts
|
|
1237
1237
|
function instancePathToKeyPath(instancePath) {
|
|
@@ -5482,6 +5482,10 @@ function registerRun(program2) {
|
|
|
5482
5482
|
const stage = name.includes("-") ? name.split("-")[0] ?? "" : name;
|
|
5483
5483
|
const gateContext = {
|
|
5484
5484
|
task,
|
|
5485
|
+
// v3.9.24 — top-level fact set by runAutoPreFlight() when /auto super-master
|
|
5486
|
+
// Phase 0.5 understanding-check prompt fires. CLI path skips preflight
|
|
5487
|
+
// (no readline hooks), so default to false → research sub skips by default.
|
|
5488
|
+
user_understanding_unclear: false,
|
|
5485
5489
|
phase: {
|
|
5486
5490
|
stage,
|
|
5487
5491
|
// verify-stage gates
|