@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.
@@ -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`