@girardmedia/bootspring 3.1.0 → 3.3.0
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/assets/claude-commands/build.md +2 -0
- package/dist/cli/index.js +14504 -9680
- package/dist/core/index.d.ts +1 -1
- package/dist/core.js +3 -3
- package/dist/mcp/index.d.ts +11 -1
- package/dist/mcp-server.js +53017 -786
- package/package.json +1 -1
|
@@ -21,6 +21,8 @@ When user invokes `/build` or says "build next", "build loop", "build done", use
|
|
|
21
21
|
- `/build list` → `bootspring_build` with action: "list"
|
|
22
22
|
- `/build current` → `bootspring_build` with action: "current"
|
|
23
23
|
|
|
24
|
+
After `action: "next"` or `action: "current"`, surface the returned `visibility` contract: show a visible checklist in the host UI when available and keep `planning/BUILD_PROGRESS.md` updated after inspection, edits, verification, and completion.
|
|
25
|
+
|
|
24
26
|
## Important
|
|
25
27
|
|
|
26
28
|
- "build" in Bootspring context means **task execution**, not `npm run build`
|