maxsimcli 5.0.4 → 5.0.5

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,13 @@
1
+ ## [5.0.4](https://github.com/maystudios/maxsimcli/compare/v5.0.3...v5.0.4) (2026-03-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **agents:** correct skill path prefix in available_skills frontmatter ([37d4a84](https://github.com/maystudios/maxsimcli/commit/37d4a84255b85990e6aafd1467617f3b0b6398c4))
7
+ * **commands:** use absolute [@path](https://github.com/path) refs so commands resolve after install ([ff86aae](https://github.com/maystudios/maxsimcli/commit/ff86aaee0d02aae064ee1ac82bfba7730f1f2a42))
8
+ * **hooks:** prevent console window flashes on Windows ([35a2591](https://github.com/maystudios/maxsimcli/commit/35a2591e18fe81cce5e0a10ae81595852804dcfa))
9
+ * **workflows:** correct [@path](https://github.com/path) references to use ~/.claude/maxsim/ prefix ([9fdacc0](https://github.com/maystudios/maxsimcli/commit/9fdacc08f0adc6236288f4edcfef7a5845531797))
10
+
1
11
  ## [5.0.3](https://github.com/maystudios/maxsimcli/compare/v5.0.2...v5.0.3) (2026-03-12)
2
12
 
3
13
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: maxsim:quick
3
- description: Execute a quick task with MAXSIM guarantees, or capture todos for later work
4
- argument-hint: "[--full] [--todo]"
3
+ description: Execute a quick task with MAXSIM guarantees
4
+ argument-hint: "[--full]"
5
5
  allowed-tools:
6
6
  - Read
7
7
  - Write
@@ -13,7 +13,7 @@ allowed-tools:
13
13
  - AskUserQuestion
14
14
  ---
15
15
  <objective>
16
- Execute small, ad-hoc tasks with MAXSIM guarantees (atomic commits, STATE.md tracking). Also supports "save for later" -- capturing ideas as GitHub Issues with 'todo' label for future work.
16
+ Execute small, ad-hoc tasks with MAXSIM guarantees (atomic commits, STATE.md tracking).
17
17
 
18
18
  Quick mode is the same system with a shorter path:
19
19
  - Spawns planner (quick mode) + executor(s)
@@ -23,8 +23,6 @@ Quick mode is the same system with a shorter path:
23
23
  **Default:** Skips research, plan-checker, verifier. Use when you know exactly what to do.
24
24
 
25
25
  **`--full` flag:** Enables plan-checking (max 2 iterations) and post-execution verification. Use when you want quality guarantees without full milestone ceremony.
26
-
27
- **`--todo` flag:** Enters todo management mode. List, capture, complete, and triage todos without executing tasks. "Save for later" creates a GitHub Issue with 'todo' label (primary) with local file cache.
28
26
  </objective>
29
27
 
30
28
  <execution_context>
@@ -44,8 +44,6 @@ You are a thinking partner, not a task executor. Your role is to help the user a
44
44
 
45
45
  **Phase discussion** (discuss-phase): Focus on implementation decisions, gray area resolution, downstream impact. Challenge hand-wavy integration plans. Push for concrete acceptance criteria per deliverable.
46
46
 
47
- **Todo/bug triage** (/maxsim:quick --todo triage): Focus on problem definition, scope containment, approach selection. Shorter rounds — 2-3 questions vs 4. Time-boxed to 20-30 min. Don't over-explore — capture enough to unblock, not to solve.
48
-
49
47
  **General discussion**: Default behaviors from core_behaviors apply. Read the energy — if the user is exploring, explore with them. If they want a quick answer, give it.
50
48
 
51
49
  </context_modes>
@@ -65,4 +65,3 @@ On partial failure during batch operations:
65
65
  - `STATE.md` -- decisions, blockers, metrics
66
66
  - `github-issues.json` -- mapping cache (rebuildable)
67
67
  - `codebase/` -- stack, architecture, conventions
68
- - `todos/` -- pending/completed todos
@@ -37,12 +37,12 @@ Add `--raw` to get machine-readable JSON output (no formatting).
37
37
  ### Issue Operations
38
38
  | Command | Description |
39
39
  |---------|-------------|
40
- | `github get-issue N [--comments]` | Get issue details (with optional comments) |
40
+ | `github get-issue N [--include-comments]` | Get issue details (with optional comments) |
41
41
  | `github list-sub-issues N` | List sub-issues of a phase issue |
42
42
  | `github close-issue N [--reason "..."] [--state-reason completed\|not_planned]` | Close issue |
43
43
  | `github reopen-issue N` | Reopen closed issue |
44
44
  | `github bounce-issue --issue-number N --reason "feedback"` | Bounce to In Progress with feedback |
45
- | `github move-issue --project-number P --item-id ID --status "STATUS"` | Move to board column (To Do, In Progress, In Review, Done) |
45
+ | `github move-issue --issue-number N --status "STATUS"` | Move to board column (To Do, In Progress, In Review, Done) |
46
46
  | `github detect-external-edits --phase-number "01"` | Check body hash mismatch |
47
47
 
48
48
  ### Board Operations
@@ -60,13 +60,6 @@ Add `--raw` to get machine-readable JSON output (no formatting).
60
60
  | `github all-progress` | All phases progress overview |
61
61
  | `github detect-interrupted --phase-issue-number N` | Detect interrupted phase |
62
62
 
63
- ### Todos
64
- | Command | Description |
65
- |---------|-------------|
66
- | `github add-todo --title "T" [--description "D"] [--area A] [--phase P]` | Create todo issue |
67
- | `github complete-todo --todo-id "N" [--github-issue-number N]` | Complete todo |
68
- | `github list-todos [--area A] [--status pending\|completed\|all]` | List todos |
69
-
70
63
  ### Convenience
71
64
  | Command | Description |
72
65
  |---------|-------------|
@@ -54,12 +54,6 @@ Recent decisions affecting current work:
54
54
  - [Phase X]: [Decision summary]
55
55
  - [Phase Y]: [Decision summary]
56
56
 
57
- ### Pending Todos
58
-
59
- [From GitHub Issues with label 'todo' — ideas captured during sessions]
60
-
61
- None yet.
62
-
63
57
  ### Blockers/Concerns
64
58
 
65
59
  [Issues that affect future work]
@@ -145,10 +139,6 @@ Updated after each plan completion.
145
139
 
146
140
  **Decisions:** Reference to PROJECT.md Key Decisions table, plus recent decisions summary for quick access. Full decision log lives in PROJECT.md.
147
141
 
148
- **Pending Todos:** Ideas captured via /maxsim:quick --todo (tracked as GitHub Issues)
149
- - Count of pending todos
150
- - Brief list if few, count if many (e.g., "5 pending todos — see /maxsim:quick --todo")
151
-
152
142
  **Blockers/Concerns:** From "Next Phase Readiness" sections
153
143
  - Issues that affect future work
154
144
  - Prefix with originating phase
@@ -42,7 +42,7 @@ Exit workflow.
42
42
  When GitHub integration is active (phase_issue_number is set), check for plan comments on the phase issue before reporting no plans:
43
43
 
44
44
  ```bash
45
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
45
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
46
46
  ```
47
47
 
48
48
  Parse the response to find comments with `<!-- maxsim:type=plan -->` markers or `## Plan NN` headings. If no plan comments are found:
@@ -62,7 +62,7 @@ When GitHub integration is active (`phase_issue_number` is set):
62
62
 
63
63
  1. Fetch the phase issue and its comments:
64
64
  ```bash
65
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
65
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
66
66
  ```
67
67
 
68
68
  2. Parse issue comments to identify plan comments. A plan comment is one that contains either:
@@ -330,7 +330,7 @@ Also write VERIFICATION.md to the phase directory for local reference.",
330
330
  Read verification status from the verification comment on the phase issue:
331
331
 
332
332
  ```bash
333
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
333
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
334
334
  ```
335
335
 
336
336
  Look for the `<!-- maxsim:type=verification -->` comment and parse the `status:` field from its body.
@@ -112,7 +112,7 @@ Block until user responds.
112
112
  Check if any phase issue has a verification comment with FAIL status (from live GitHub data via `github all-progress` — look for phases stuck in "In Review" with a known failure, or check recent comments via `github get-issue` for the current phase issue):
113
113
 
114
114
  ```bash
115
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue N --comments
115
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue N --include-comments
116
116
  ```
117
117
  ```
118
118
  ## Problem Detected
@@ -117,9 +117,8 @@ Usage: `/maxsim:debug login form returns 500` or `/maxsim:debug` (resume)
117
117
 
118
118
  Ad-hoc tasks with MAXSIM guarantees.
119
119
 
120
- - Atomic commits, state tracking, todo capture
120
+ - Atomic commits, state tracking
121
121
  - `--full` flag enables plan-checking and verification agents
122
- - "Save for later" captures ideas as todos for future work
123
122
 
124
123
  Usage: `/maxsim:quick` or `/maxsim:quick --full`
125
124
 
@@ -16,7 +16,7 @@ Read all files referenced by the invoking prompt's execution_context before star
16
16
 
17
17
  - Read PROJECT.md (existing project, validated requirements, decisions)
18
18
  - Read MILESTONES.md (what shipped previously)
19
- - Read STATE.md (pending todos, blockers)
19
+ - Read STATE.md (blockers, decisions)
20
20
  - Check for MILESTONE-CONTEXT.md (from /maxsim:plan)
21
21
 
22
22
  ## 2. Gather Milestone Goals
@@ -29,7 +29,7 @@ CHECKER_MODEL=$(node .claude/maxsim/bin/maxsim-tools.cjs resolve-model planner -
29
29
 
30
30
  Query the phase GitHub Issue for existing plan comments:
31
31
  ```bash
32
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
32
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
33
33
  ```
34
34
 
35
35
  Look for comments that contain `<!-- maxsim:type=plan -->`.
@@ -141,7 +141,7 @@ Also extract `phase_issue_number` passed from the orchestrator.
141
141
 
142
142
  Check if a context comment already exists on the phase GitHub Issue by calling:
143
143
  ```bash
144
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
144
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
145
145
  ```
146
146
 
147
147
  Look for a comment that contains `<!-- maxsim:type=context -->`.
@@ -47,7 +47,7 @@ Detect planning stage by querying the phase GitHub Issue:
47
47
  2. **If no `phase_issue_number` exists:** The phase has not been set up on GitHub yet.
48
48
  - Run `node ~/.claude/maxsim/bin/maxsim-tools.cjs github create-phase --phase-number "$PHASE_NUMBER" --phase-name "$PHASE_NAME" --goal "$GOAL" --requirements "$REQUIREMENTS" --success-criteria "$SUCCESS_CRITERIA"` to create the issue (uses roadmap data).
49
49
  - Store the returned issue number as `phase_issue_number`.
50
- 3. Run `node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments` to read the phase issue body and comments.
50
+ 3. Run `node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments` to read the phase issue body and comments.
51
51
  4. Check issue comments for existing artifacts using HTML marker comments:
52
52
  - Has a comment containing `<!-- maxsim:type=context -->`? → Discussion stage complete
53
53
  - Has a comment containing `<!-- maxsim:type=research -->`? → Research stage complete
@@ -105,7 +105,7 @@ Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_
105
105
 
106
106
  Re-query the phase issue to verify the `type=context` comment now exists:
107
107
  ```bash
108
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
108
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
109
109
  ```
110
110
 
111
111
  Show gate:
@@ -140,7 +140,7 @@ Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_
140
140
 
141
141
  Re-query the phase issue to verify the `type=research` comment now exists:
142
142
  ```bash
143
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
143
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
144
144
  ```
145
145
 
146
146
  Show gate:
@@ -172,7 +172,7 @@ Pass context: `phase_number`, `phase_name`, `phase_dir`, `padded_phase`, `phase_
172
172
 
173
173
  Re-query the phase issue to verify `type=plan` comments exist:
174
174
  ```bash
175
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --comments
175
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue $PHASE_ISSUE_NUMBER --include-comments
176
176
  ```
177
177
 
178
178
  Show final gate:
@@ -124,11 +124,9 @@ node ~/.claude/maxsim/bin/maxsim-tools.cjs github detect-external-edits --phase-
124
124
 
125
125
  - Use `current_phase` and `next_phase` from `$ROADMAP` (local) cross-referenced with GitHub board status
126
126
  - Note `paused_at` if work was paused (from `$STATE`)
127
- - Count pending todos: run `github list-todos` for live todo count
128
127
  - Check for interrupted phases via `github detect-interrupted`
129
128
 
130
129
  ```bash
131
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github list-todos --status pending
132
130
  node ~/.claude/maxsim/bin/maxsim-tools.cjs github detect-interrupted --phase-issue-number N
133
131
  ```
134
132
  </step>
@@ -173,9 +171,6 @@ CONTEXT: [✓ if has_context | - if not]
173
171
  - Phase [N]: [issue description, e.g., "External edit detected — body_hash mismatch"]
174
172
  - Phase [M]: [issue description, e.g., "Local: complete, GitHub: In Progress — discrepancy"]
175
173
 
176
- ## Pending Todos
177
- - [count] pending — /maxsim:quick --todo to review
178
-
179
174
  ## What's Next
180
175
  [Next phase/plan objective from live GitHub data and local roadmap]
181
176
  ```
@@ -5,13 +5,11 @@ Before executing any step in this workflow, verify:
5
5
  </sanity_check>
6
6
 
7
7
  <purpose>
8
- Execute small, ad-hoc tasks with MAXSIM guarantees (atomic commits, STATE.md tracking). Also supports "save for later" todo capture via GitHub Issues.
8
+ Execute small, ad-hoc tasks with MAXSIM guarantees (atomic commits, STATE.md tracking).
9
9
 
10
10
  Quick mode spawns planner (quick mode) + executor(s), tracks tasks as GitHub Issues (label: "quick"), and updates STATE.md's "Quick Tasks Completed" table.
11
11
 
12
12
  With `--full` flag: enables plan-checking (max 2 iterations) and post-execution verification for quality guarantees without full milestone ceremony.
13
-
14
- With `--todo` flag (or trigger words): enters Todo Mode for listing, capturing, completing, and triaging todos via GitHub Issues.
15
13
  </purpose>
16
14
 
17
15
  <required_reading>
@@ -22,18 +20,9 @@ Read all files referenced by the invoking prompt's execution_context before star
22
20
  **Step 1: Parse arguments and detect mode**
23
21
 
24
22
  Parse `$ARGUMENTS` for:
25
- - `--todo` flag → store as `$TODO_MODE` (true/false)
26
23
  - `--full` flag → store as `$FULL_MODE` (true/false)
27
24
  - Remaining text → use as `$DESCRIPTION` if non-empty
28
25
 
29
- **Mode detection:** Enter Todo Mode if ANY of these are true:
30
- 1. `--todo` flag is present
31
- 2. `$DESCRIPTION` starts with "todo", "save", "remember", "later" (case-insensitive)
32
-
33
- **If Todo Mode → skip to Step T1 (Todo Mode section below)**
34
-
35
- If not Todo Mode, continue with Quick Task Mode:
36
-
37
26
  If `$DESCRIPTION` is empty after parsing, prompt user interactively:
38
27
 
39
28
  ```
@@ -574,138 +563,6 @@ Ready for next task: /maxsim:quick
574
563
 
575
564
  ---
576
565
 
577
- ## Todo Mode
578
-
579
- **Entered when `--todo` flag is set or description starts with "todo", "save", "remember", "later".**
580
-
581
- ```
582
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
583
- MAXSIM ► TODO MODE
584
- ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
585
- ```
586
-
587
- **Step T1: Initialize todo context**
588
-
589
- ```bash
590
- INIT=$(node ~/.claude/maxsim/bin/maxsim-tools.cjs init todos)
591
- ```
592
-
593
- Extract from init JSON: `todo_count`, `todos`, `date`, `timestamp`, `github_ready`.
594
-
595
- ---
596
-
597
- **Step T2: Determine todo action**
598
-
599
- Parse `$DESCRIPTION` (text after `--todo` flag or trigger word) for intent:
600
-
601
- | Intent | Trigger | Action |
602
- |--------|---------|--------|
603
- | List | No description, or "list", "show" | Go to **T3: List** |
604
- | Capture | Has a description (not a trigger word) | Go to **T4: Capture** |
605
- | Complete | "done", "complete", "finish" + identifier | Go to **T5: Complete** |
606
- | Triage | "triage", "what next", "what should I work on" | Go to **T6: Triage** |
607
-
608
- If intent is ambiguous, default to **T3: List** (shows todos, then offers options).
609
-
610
- ---
611
-
612
- **Step T3: List Existing Todos**
613
-
614
- ```bash
615
- node ~/.claude/maxsim/bin/maxsim-tools.cjs todos list
616
- ```
617
-
618
- Display current todos in a clean table:
619
-
620
- ```
621
- Pending Todos:
622
-
623
- | # | Title | Area | Priority | Age |
624
- |---|-------|------|----------|-----|
625
- | 1 | [title] | [area] | [priority] | [relative time] |
626
-
627
- ---
628
-
629
- Options:
630
- 1. Add a new todo: /maxsim:quick --todo [description]
631
- 2. Complete a todo: /maxsim:quick --todo done [number]
632
- 3. Triage: /maxsim:quick --todo triage
633
- 4. Back to quick tasks: /maxsim:quick [description]
634
- ```
635
-
636
- If no pending todos: "No pending todos. Use `/maxsim:quick --todo [description]` to capture one."
637
-
638
- Exit after display.
639
-
640
- ---
641
-
642
- **Step T4: Capture New Todo**
643
-
644
- If user provided a description:
645
-
646
- 1. Parse priority from description (look for HIGH/MEDIUM/LOW keywords, default MEDIUM)
647
- 2. Infer area from file paths mentioned or conversation context (default "general")
648
- 3. Create GitHub Issue (primary action):
649
- - Run `github add-todo` with title, priority, area, and description to create a tracked GitHub Issue (label: "todo")
650
- - If GitHub is unavailable, warn user: "GitHub unavailable. Run `/maxsim:init` to enable GitHub tracking."
651
-
652
- ```bash
653
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github add-todo --title "${TITLE}" --description "${DESCRIPTION}" --area "${AREA}"
654
- ```
655
- 4. Confirm: "Saved: ${TITLE} (priority: ${PRIORITY}) — GitHub Issue #{number}"
656
-
657
- Exit after confirm.
658
-
659
- ---
660
-
661
- **Step T5: Complete Todo**
662
-
663
- If user references an existing todo to complete:
664
-
665
- 1. Parse identifier (number from list, or title fragment)
666
- 2. Close the corresponding GitHub Issue: run `github close-issue` with the todo's issue number
667
-
668
- ```bash
669
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github close-issue N
670
- ```
671
- 3. Confirm: "Completed: ${TITLE} — GitHub Issue closed"
672
-
673
- Exit after confirm.
674
-
675
- ---
676
-
677
- **Step T6: Triage**
678
-
679
- Help user decide what to work on next:
680
-
681
- 1. List all pending todos sorted by priority (HIGH first)
682
- 2. Check if any todos relate to the current phase (cross-reference with ROADMAP.md):
683
-
684
- ```bash
685
- ROADMAP=$(node ~/.claude/maxsim/bin/maxsim-tools.cjs roadmap analyze)
686
- ```
687
-
688
- 3. Present prioritized view:
689
-
690
- ```
691
- What should I work on?
692
-
693
- ## Phase-Related Todos
694
- - [todo title] -- relates to Phase [N]: [phase name]
695
-
696
- ## Standalone Todos
697
- - [HIGH] [todo title] (created [age] ago)
698
- - [MEDIUM] [todo title] (created [age] ago)
699
-
700
- ---
701
-
702
- Pick a todo to work on, or:
703
- - /maxsim:quick [description] -- start a new task
704
- - /maxsim:quick --todo [description] -- save something for later
705
- ```
706
-
707
- Exit after display.
708
-
709
566
  </process>
710
567
 
711
568
  <success_criteria>
@@ -722,11 +579,4 @@ Exit after display.
722
579
  - [ ] (--full) `${next_num}-VERIFICATION.md` created by verifier
723
580
  - [ ] STATE.md updated with quick task row (Status column when --full)
724
581
  - [ ] Artifacts committed
725
-
726
- **Todo Mode:**
727
- - [ ] `--todo` flag or trigger words detected
728
- - [ ] Todo action determined (list/capture/complete/triage)
729
- - [ ] (capture) GitHub Issue created with todo label
730
- - [ ] (complete) GitHub Issue closed
731
- - [ ] (triage) Prioritized view with phase context shown
732
582
  </success_criteria>
@@ -35,7 +35,7 @@ Parse JSON for: `executor_model`, `verifier_model`, `commit_docs`, `phase_found`
35
35
  Find incomplete plans by querying GitHub Issues (the source of truth for plans and completion status):
36
36
 
37
37
  ```bash
38
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue ${phase_issue_number} --comments
38
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github get-issue ${phase_issue_number} --include-comments
39
39
  node ~/.claude/maxsim/bin/maxsim-tools.cjs github list-sub-issues ${phase_issue_number}
40
40
  ```
41
41
 
@@ -304,7 +304,7 @@ Do NOT write a UAT.md file to `.planning/phases/`.
304
304
  3. Report to orchestrator: phase complete, issue closed
305
305
 
306
306
  ```bash
307
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github move-issue --project-number P --item-id ID --status "Done"
307
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github move-issue --issue-number N --status "Done"
308
308
  node ~/.claude/maxsim/bin/maxsim-tools.cjs github close-issue N
309
309
  ```
310
310
 
@@ -319,7 +319,7 @@ node ~/.claude/maxsim/bin/maxsim-tools.cjs github close-issue N
319
319
  4. Note which gaps need fixing before re-verification
320
320
 
321
321
  ```bash
322
- node ~/.claude/maxsim/bin/maxsim-tools.cjs github move-issue --project-number P --item-id ID --status "In Progress"
322
+ node ~/.claude/maxsim/bin/maxsim-tools.cjs github move-issue --issue-number N --status "In Progress"
323
323
  ```
324
324
 
325
325
  **If human_needed:**