maxsimcli 4.15.0 → 4.15.1

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.
@@ -1,3 +1,10 @@
1
+ # [4.15.0](https://github.com/maystudios/maxsimcli/compare/v4.14.0...v4.15.0) (2026-03-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **agents:** update agent prompts for GitHub I/O, create github-artifact-protocol skill, update installer ([2eaf852](https://github.com/maystudios/maxsimcli/commit/2eaf852bd04d129a5b9b95ceb62e0b14a2aced6f))
7
+
1
8
  # [4.14.0](https://github.com/maystudios/maxsimcli/compare/v4.13.0...v4.14.0) (2026-03-11)
2
9
 
3
10
 
@@ -552,6 +552,12 @@ If any plan has unresolved BLOCKED/FAIL status: list the blocking issues below.]
552
552
  [Aggregate from summary comments, or "None"]
553
553
  ```
554
554
 
555
+ **Move phase issue to "In Review" on GitHub (WIRE-08):**
556
+ All tasks are complete — move the phase to "In Review" before running verification:
557
+ ```
558
+ mcp_move_issue(issue_number: phase_issue_number, status: "In Review")
559
+ ```
560
+
555
561
  **Phase completion gate:** If any plan has unresolved review issues (BLOCKED or FAIL in Spec Review or Code Review stages), the phase CANNOT proceed to `verify_phase_goal`. Present unresolved issues and offer:
556
562
  - "Fix review issues now" — re-run the review cycle for affected plans
557
563
  - "Override and continue" — mark as acknowledged, proceed (adds warning to VERIFICATION.md)
@@ -286,6 +286,12 @@ After all waves complete:
286
286
  Proceeding to verification...
287
287
  ```
288
288
 
289
+ **Move phase issue to "In Review" on GitHub (WIRE-08):**
290
+ ```
291
+ mcp_move_issue(issue_number: phase_issue_number, status: "In Review")
292
+ ```
293
+ This signals all tasks are complete and the phase is awaiting verification. The phase moves to "Done" only after verification passes.
294
+
289
295
  Wait for user confirmation before proceeding to verification.
290
296
 
291
297
  ## 5. Auto-Verify
@@ -513,7 +519,8 @@ Display final results:
513
519
  - [ ] Spot-check reads summary comments and checks sub-issue closure instead of local SUMMARY.md
514
520
  - [ ] Gate confirmation shown after execution completes
515
521
  - [ ] Auto-verification spawns verifier agent that posts to GitHub
516
- - [ ] Phase issue moved to Done on verification pass
522
+ - [ ] Phase issue moved to "In Review" after all tasks complete (before verification)
523
+ - [ ] Phase issue moved to "Done" on verification pass
517
524
  - [ ] Retry loop with gap closure (max 2 retries, 3 total attempts)
518
525
  - [ ] Checkpoint-before-clear posts to GitHub issue
519
526
  - [ ] No references to old SUMMARY.md local file checks for completion detection
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxsimcli",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
4
4
  "private": false,
5
5
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
6
6
  "bin": {