@tritard/waterbrother 0.12.6 → 0.12.8
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/package.json +1 -1
- package/src/cli.js +1 -1
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -5102,7 +5102,7 @@ Be concrete about surfaces — name actual pages/flows. Choose the best stack fo
|
|
|
5102
5102
|
context.runtime.product = product;
|
|
5103
5103
|
const lower = line.trim().toLowerCase();
|
|
5104
5104
|
|
|
5105
|
-
if (/^(build|build it|build the product|scaffold|go)
|
|
5105
|
+
if (/^(build|build it|build the product|scaffold|go|go ahead|build this|build that|yes build|ok build|let's build|start building|build i guess|just build|do it|yes|ok|sure|yep|let's go)/.test(lower)) {
|
|
5106
5106
|
const productCtx = buildProductContext(product);
|
|
5107
5107
|
const planned = product.surfaces.filter((s) => s.status === "planned").map((s) => s.name);
|
|
5108
5108
|
|