maxsimcli 4.8.0 → 4.10.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/README.md +180 -202
- package/dist/assets/CHANGELOG.md +61 -0
- package/dist/assets/hooks/maxsim-check-update.cjs +38 -0
- package/dist/assets/hooks/maxsim-check-update.cjs.map +1 -1
- package/dist/assets/hooks/maxsim-statusline.cjs +116 -48
- package/dist/assets/hooks/maxsim-statusline.cjs.map +1 -1
- package/dist/assets/hooks/maxsim-sync-reminder.cjs +117 -0
- package/dist/assets/hooks/maxsim-sync-reminder.cjs.map +1 -0
- package/dist/assets/templates/agents/AGENTS.md +78 -106
- package/dist/assets/templates/agents/executor.md +101 -0
- package/dist/assets/templates/agents/planner.md +86 -0
- package/dist/assets/templates/agents/researcher.md +71 -0
- package/dist/assets/templates/agents/verifier.md +88 -0
- package/dist/assets/templates/commands/maxsim/debug.md +7 -7
- package/dist/assets/templates/commands/maxsim/execute.md +45 -0
- package/dist/assets/templates/commands/maxsim/go.md +29 -0
- package/dist/assets/templates/commands/maxsim/help.md +2 -2
- package/dist/assets/templates/commands/maxsim/init.md +52 -0
- package/dist/assets/templates/commands/maxsim/plan.md +50 -0
- package/dist/assets/templates/commands/maxsim/progress.md +4 -3
- package/dist/assets/templates/commands/maxsim/quick.md +6 -4
- package/dist/assets/templates/commands/maxsim/settings.md +4 -3
- package/dist/assets/templates/references/continuation-format.md +16 -16
- package/dist/assets/templates/references/model-profile-resolution.md +1 -1
- package/dist/assets/templates/references/model-profiles.md +12 -19
- package/dist/assets/templates/rules/conventions.md +51 -0
- package/dist/assets/templates/rules/verification-protocol.md +57 -0
- package/dist/assets/templates/skills/agent-system-map/SKILL.md +92 -0
- package/dist/assets/templates/skills/brainstorming/SKILL.md +48 -36
- package/dist/assets/templates/skills/code-review/SKILL.md +40 -61
- package/dist/assets/templates/skills/commit-conventions/SKILL.md +75 -0
- package/dist/assets/templates/skills/evidence-collection/SKILL.md +87 -0
- package/dist/assets/templates/skills/handoff-contract/SKILL.md +70 -0
- package/dist/assets/templates/skills/input-validation/SKILL.md +51 -0
- package/dist/assets/templates/skills/maxsim-batch/SKILL.md +41 -45
- package/dist/assets/templates/skills/maxsim-simplify/SKILL.md +37 -90
- package/dist/assets/templates/skills/memory-management/SKILL.md +32 -67
- package/dist/assets/templates/skills/research-methodology/SKILL.md +137 -0
- package/dist/assets/templates/skills/roadmap-writing/SKILL.md +40 -58
- package/dist/assets/templates/skills/sdd/SKILL.md +34 -69
- package/dist/assets/templates/skills/systematic-debugging/SKILL.md +20 -26
- package/dist/assets/templates/skills/tdd/SKILL.md +25 -33
- package/dist/assets/templates/skills/tool-priority-guide/SKILL.md +80 -0
- package/dist/assets/templates/skills/using-maxsim/SKILL.md +42 -73
- package/dist/assets/templates/skills/verification-before-completion/SKILL.md +12 -24
- package/dist/assets/templates/skills/verification-gates/SKILL.md +169 -0
- package/dist/assets/templates/templates/UAT.md +3 -3
- package/dist/assets/templates/templates/VALIDATION.md +1 -1
- package/dist/assets/templates/templates/context.md +4 -4
- package/dist/assets/templates/templates/debug-subagent-prompt.md +3 -3
- package/dist/assets/templates/templates/discovery.md +2 -2
- package/dist/assets/templates/templates/phase-prompt.md +2 -2
- package/dist/assets/templates/templates/planner-subagent-prompt.md +7 -7
- package/dist/assets/templates/templates/project.md +1 -1
- package/dist/assets/templates/templates/research.md +1 -1
- package/dist/assets/templates/templates/state.md +2 -2
- package/dist/assets/templates/templates/summary.md +41 -0
- package/dist/assets/templates/workflows/batch.md +5 -5
- package/dist/assets/templates/workflows/diagnose-issues.md +2 -2
- package/dist/assets/templates/workflows/discovery-phase.md +3 -3
- package/dist/assets/templates/workflows/discuss-phase.md +11 -11
- package/dist/assets/templates/workflows/execute-phase.md +205 -11
- package/dist/assets/templates/workflows/execute-plan.md +299 -34
- package/dist/assets/templates/workflows/execute.md +421 -0
- package/dist/assets/templates/workflows/go.md +250 -0
- package/dist/assets/templates/workflows/health.md +5 -5
- package/dist/assets/templates/workflows/help.md +165 -435
- package/dist/assets/templates/workflows/init-existing.md +23 -23
- package/dist/assets/templates/workflows/init.md +205 -0
- package/dist/assets/templates/workflows/new-milestone.md +9 -9
- package/dist/assets/templates/workflows/new-project.md +26 -26
- package/dist/assets/templates/workflows/plan-create.md +298 -0
- package/dist/assets/templates/workflows/plan-discuss.md +347 -0
- package/dist/assets/templates/workflows/plan-phase.md +29 -29
- package/dist/assets/templates/workflows/plan-research.md +177 -0
- package/dist/assets/templates/workflows/plan.md +231 -0
- package/dist/assets/templates/workflows/progress.md +46 -42
- package/dist/assets/templates/workflows/quick.md +195 -14
- package/dist/assets/templates/workflows/research-phase.md +5 -5
- package/dist/assets/templates/workflows/sdd.md +20 -12
- package/dist/assets/templates/workflows/settings.md +18 -14
- package/dist/assets/templates/workflows/verify-phase.md +1 -1
- package/dist/assets/templates/workflows/verify-work.md +16 -16
- package/dist/cli.cjs +4589 -229
- package/dist/cli.cjs.map +1 -1
- package/dist/core-D5zUr9cb.cjs.map +1 -1
- package/dist/install.cjs +234 -17
- package/dist/install.cjs.map +1 -1
- package/dist/mcp-server.cjs +298 -20
- package/dist/mcp-server.cjs.map +1 -1
- package/dist/skills-CjFWZIGM.cjs.map +1 -1
- package/package.json +1 -1
- package/dist/assets/hooks/maxsim-context-monitor.cjs +0 -121
- package/dist/assets/hooks/maxsim-context-monitor.cjs.map +0 -1
- package/dist/assets/templates/agents/maxsim-code-reviewer.md +0 -239
- package/dist/assets/templates/agents/maxsim-codebase-mapper.md +0 -214
- package/dist/assets/templates/agents/maxsim-debugger.md +0 -572
- package/dist/assets/templates/agents/maxsim-drift-checker.md +0 -522
- package/dist/assets/templates/agents/maxsim-executor.md +0 -504
- package/dist/assets/templates/agents/maxsim-integration-checker.md +0 -273
- package/dist/assets/templates/agents/maxsim-phase-researcher.md +0 -305
- package/dist/assets/templates/agents/maxsim-plan-checker.md +0 -343
- package/dist/assets/templates/agents/maxsim-planner.md +0 -610
- package/dist/assets/templates/agents/maxsim-project-researcher.md +0 -359
- package/dist/assets/templates/agents/maxsim-research-synthesizer.md +0 -263
- package/dist/assets/templates/agents/maxsim-roadmapper.md +0 -324
- package/dist/assets/templates/agents/maxsim-spec-reviewer.md +0 -245
- package/dist/assets/templates/agents/maxsim-verifier.md +0 -393
- package/dist/assets/templates/commands/maxsim/add-phase.md +0 -43
- package/dist/assets/templates/commands/maxsim/add-tests.md +0 -41
- package/dist/assets/templates/commands/maxsim/add-todo.md +0 -57
- package/dist/assets/templates/commands/maxsim/artefakte.md +0 -122
- package/dist/assets/templates/commands/maxsim/audit-milestone.md +0 -36
- package/dist/assets/templates/commands/maxsim/batch.md +0 -42
- package/dist/assets/templates/commands/maxsim/check-drift.md +0 -56
- package/dist/assets/templates/commands/maxsim/check-todos.md +0 -46
- package/dist/assets/templates/commands/maxsim/cleanup.md +0 -18
- package/dist/assets/templates/commands/maxsim/complete-milestone.md +0 -136
- package/dist/assets/templates/commands/maxsim/discuss-phase.md +0 -87
- package/dist/assets/templates/commands/maxsim/discuss.md +0 -70
- package/dist/assets/templates/commands/maxsim/execute-phase.md +0 -41
- package/dist/assets/templates/commands/maxsim/health.md +0 -22
- package/dist/assets/templates/commands/maxsim/init-existing.md +0 -46
- package/dist/assets/templates/commands/maxsim/insert-phase.md +0 -32
- package/dist/assets/templates/commands/maxsim/list-phase-assumptions.md +0 -46
- package/dist/assets/templates/commands/maxsim/map-codebase.md +0 -71
- package/dist/assets/templates/commands/maxsim/new-milestone.md +0 -44
- package/dist/assets/templates/commands/maxsim/new-project.md +0 -46
- package/dist/assets/templates/commands/maxsim/pause-work.md +0 -38
- package/dist/assets/templates/commands/maxsim/plan-milestone-gaps.md +0 -34
- package/dist/assets/templates/commands/maxsim/plan-phase.md +0 -44
- package/dist/assets/templates/commands/maxsim/realign.md +0 -39
- package/dist/assets/templates/commands/maxsim/reapply-patches.md +0 -110
- package/dist/assets/templates/commands/maxsim/remove-phase.md +0 -31
- package/dist/assets/templates/commands/maxsim/research-phase.md +0 -189
- package/dist/assets/templates/commands/maxsim/resume-work.md +0 -40
- package/dist/assets/templates/commands/maxsim/roadmap.md +0 -19
- package/dist/assets/templates/commands/maxsim/sdd.md +0 -39
- package/dist/assets/templates/commands/maxsim/set-profile.md +0 -34
- package/dist/assets/templates/commands/maxsim/update.md +0 -37
- package/dist/assets/templates/commands/maxsim/verify-work.md +0 -38
- package/dist/assets/templates/workflows/add-phase.md +0 -111
- package/dist/assets/templates/workflows/add-tests.md +0 -351
- package/dist/assets/templates/workflows/add-todo.md +0 -247
- package/dist/assets/templates/workflows/audit-milestone.md +0 -297
- package/dist/assets/templates/workflows/check-drift.md +0 -248
- package/dist/assets/templates/workflows/check-todos.md +0 -261
- package/dist/assets/templates/workflows/cleanup.md +0 -153
- package/dist/assets/templates/workflows/complete-milestone.md +0 -701
- package/dist/assets/templates/workflows/discuss.md +0 -343
- package/dist/assets/templates/workflows/insert-phase.md +0 -129
- package/dist/assets/templates/workflows/list-phase-assumptions.md +0 -178
- package/dist/assets/templates/workflows/map-codebase.md +0 -315
- package/dist/assets/templates/workflows/pause-work.md +0 -122
- package/dist/assets/templates/workflows/plan-milestone-gaps.md +0 -274
- package/dist/assets/templates/workflows/realign.md +0 -288
- package/dist/assets/templates/workflows/remove-phase.md +0 -154
- package/dist/assets/templates/workflows/resume-project.md +0 -306
- package/dist/assets/templates/workflows/roadmap.md +0 -130
- package/dist/assets/templates/workflows/set-profile.md +0 -81
- package/dist/assets/templates/workflows/transition.md +0 -544
- package/dist/assets/templates/workflows/update.md +0 -220
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ npx maxsimcli@latest
|
|
|
25
25
|
|
|
26
26
|
**Works with Claude Code — on Mac, Windows, and Linux.**
|
|
27
27
|
|
|
28
|
-
>
|
|
28
|
+
> **Early Alpha** — APIs, commands, and workflows may change between releases. Expect rough edges.
|
|
29
29
|
|
|
30
30
|
</div>
|
|
31
31
|
|
|
@@ -44,20 +44,20 @@ This is **context rot** — and it gets worse the bigger your project is.
|
|
|
44
44
|
## Try It in 1 Minute
|
|
45
45
|
|
|
46
46
|
```bash
|
|
47
|
-
# Install
|
|
47
|
+
# Install into your project
|
|
48
48
|
npx maxsimcli@latest
|
|
49
49
|
|
|
50
|
-
# In Claude Code,
|
|
51
|
-
/maxsim:
|
|
50
|
+
# In Claude Code, initialize:
|
|
51
|
+
/maxsim:init
|
|
52
52
|
|
|
53
|
-
#
|
|
54
|
-
/maxsim:plan
|
|
53
|
+
# Plan the first phase:
|
|
54
|
+
/maxsim:plan 1
|
|
55
55
|
|
|
56
56
|
# Execute it:
|
|
57
|
-
/maxsim:execute
|
|
57
|
+
/maxsim:execute 1
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
-
That's the loop.
|
|
60
|
+
That's the loop. **Init → Plan → Execute → Verify.** Each phase is isolated, each task gets a fresh agent, every change gets an atomic commit.
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
@@ -75,178 +75,87 @@ That's the loop. Discuss → Plan → Execute → Verify. Each phase is isolated
|
|
|
75
75
|
|
|
76
76
|
## How It Works
|
|
77
77
|
|
|
78
|
-
MAXSIM installs
|
|
78
|
+
MAXSIM installs 9 slash commands, 19 skills, and an MCP server into Claude Code. Each command is a structured workflow that spawns specialized subagents with fresh context.
|
|
79
79
|
|
|
80
80
|
### The Core Loop
|
|
81
81
|
|
|
82
82
|
**1. Initialize your project**
|
|
83
83
|
```
|
|
84
|
-
/maxsim:
|
|
84
|
+
/maxsim:init
|
|
85
85
|
```
|
|
86
|
-
Answer a few questions → MAXSIM researches your domain, scopes v1/v2, and creates a phased roadmap in `.planning/`.
|
|
86
|
+
Answer a few questions → MAXSIM researches your domain, scopes v1/v2, and creates a phased roadmap in `.planning/`. Works for new projects, existing codebases, and milestone transitions.
|
|
87
87
|
|
|
88
|
-
**2.
|
|
88
|
+
**2. Plan a phase**
|
|
89
89
|
```
|
|
90
|
-
/maxsim:
|
|
90
|
+
/maxsim:plan 1
|
|
91
91
|
```
|
|
92
|
-
|
|
92
|
+
State-machine workflow: Discussion → Research → Planning. Research agent investigates your domain. Planner creates atomic task plans. Plan-checker verifies them. You get a PLAN.md ready to execute.
|
|
93
93
|
|
|
94
|
-
**3.
|
|
94
|
+
**3. Execute**
|
|
95
95
|
```
|
|
96
|
-
/maxsim:
|
|
96
|
+
/maxsim:execute 1
|
|
97
97
|
```
|
|
98
|
-
|
|
98
|
+
Plans run in parallel waves. Each task gets its own fresh executor agent and atomic git commit. Two-stage review (spec compliance → code quality) with automatic retry. Verifier checks the codebase delivered what the phase promised.
|
|
99
99
|
|
|
100
|
-
**4.
|
|
100
|
+
**4. Check progress and continue**
|
|
101
101
|
```
|
|
102
|
-
/maxsim:
|
|
102
|
+
/maxsim:progress
|
|
103
103
|
```
|
|
104
|
-
|
|
104
|
+
See where you are, what's next. Intelligent routing to the next action — whether that's planning the next phase, executing, or completing a milestone.
|
|
105
105
|
|
|
106
|
-
**5.
|
|
106
|
+
**5. Or just let MAXSIM decide**
|
|
107
107
|
```
|
|
108
|
-
/maxsim:
|
|
109
|
-
```
|
|
110
|
-
Walk through testable deliverables. Broken things get fix plans automatically.
|
|
111
|
-
|
|
112
|
-
**6. Repeat until shipped**
|
|
113
|
-
```
|
|
114
|
-
/maxsim:complete-milestone
|
|
115
|
-
/maxsim:new-milestone
|
|
108
|
+
/maxsim:go
|
|
116
109
|
```
|
|
110
|
+
Auto-detects project state, surfaces blockers, and dispatches to the right command. No arguments needed.
|
|
117
111
|
|
|
118
112
|
---
|
|
119
113
|
|
|
120
114
|
## Real-World CLI Flow
|
|
121
115
|
|
|
122
116
|
```
|
|
123
|
-
You: /maxsim:
|
|
117
|
+
You: /maxsim:init
|
|
124
118
|
MAXSIM: Tell me about your project...
|
|
125
119
|
You: A CLI tool that converts PDFs to structured JSON using AI
|
|
126
|
-
MAXSIM: [
|
|
127
|
-
[synthesizes findings]
|
|
120
|
+
MAXSIM: [researches domain, scopes requirements]
|
|
128
121
|
[creates REQUIREMENTS.md and ROADMAP.md with 8 phases]
|
|
129
122
|
Phase 1: PDF parsing + text extraction
|
|
130
123
|
Phase 2: AI-powered structure detection
|
|
131
124
|
...
|
|
132
125
|
|
|
133
|
-
You: /maxsim:plan
|
|
126
|
+
You: /maxsim:plan 1
|
|
134
127
|
MAXSIM: [research agent investigates pdf libraries]
|
|
135
128
|
[planner creates 3 atomic task plans]
|
|
136
129
|
[plan-checker verifies feasibility]
|
|
137
|
-
Ready. Run /maxsim:execute
|
|
130
|
+
Ready. Run /maxsim:execute 1
|
|
138
131
|
|
|
139
|
-
You: /maxsim:execute
|
|
132
|
+
You: /maxsim:execute 1
|
|
140
133
|
MAXSIM: [wave 1: executor installs dependencies, commits]
|
|
141
134
|
[wave 2: executor implements PDF reader, commits]
|
|
142
135
|
[wave 3: executor adds tests, commits]
|
|
143
|
-
[verifier confirms
|
|
144
|
-
|
|
136
|
+
[spec review ✓ → code review ✓ → verifier confirms goal achieved]
|
|
137
|
+
Phase 1 complete. 3 commits.
|
|
145
138
|
```
|
|
146
139
|
|
|
147
140
|
---
|
|
148
141
|
|
|
149
|
-
## Live Dashboard
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
npx maxsimcli dashboard
|
|
153
|
-
```
|
|
154
|
-
|
|
155
|
-
Real-time web dashboard — bundled inside the CLI, no separate setup needed.
|
|
156
|
-
|
|
157
|
-
- **Phase overview** — progress bars, milestone stats, completion percentage
|
|
158
|
-
- **Phase drill-down** — expand phases to see individual tasks with checkboxes
|
|
159
|
-
- **Inline Markdown editor** — edit plan files directly in the browser (CodeMirror, Ctrl+S)
|
|
160
|
-
- **Todos & Blockers** — manage todos and resolve blockers from STATE.md
|
|
161
|
-
- **Q&A panel** — answer discussion questions from Claude Code directly in the browser
|
|
162
|
-
- **Embedded terminal** — xterm.js terminal with full Claude Code interaction
|
|
163
|
-
- **Multi-project** — switch between running dashboard instances via project switcher
|
|
164
|
-
- **LAN sharing** — share with teammates on the same network
|
|
165
|
-
|
|
166
|
-
```bash
|
|
167
|
-
npx maxsimcli dashboard --network # LAN sharing + QR code
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-

|
|
171
|
-
|
|
172
|
-

|
|
173
|
-
|
|
174
|
-
---
|
|
175
|
-
|
|
176
142
|
## Commands
|
|
177
143
|
|
|
178
|
-
|
|
144
|
+
9 commands, each backed by state-machine logic:
|
|
179
145
|
|
|
180
146
|
| Command | Description |
|
|
181
147
|
|---------|-------------|
|
|
182
|
-
| `/maxsim:
|
|
183
|
-
| `/maxsim:
|
|
184
|
-
| `/maxsim:
|
|
185
|
-
| `/maxsim:
|
|
186
|
-
| `/maxsim:
|
|
187
|
-
| `/maxsim:
|
|
188
|
-
| `/maxsim:complete-milestone` | Archive milestone, tag release |
|
|
189
|
-
| `/maxsim:new-milestone` | Start next version |
|
|
190
|
-
|
|
191
|
-
### Navigation & Utilities
|
|
192
|
-
|
|
193
|
-
| Command | Description |
|
|
194
|
-
|---------|-------------|
|
|
195
|
-
| `/maxsim:progress` | Where am I? What's next? |
|
|
196
|
-
| `/maxsim:help` | Show all commands |
|
|
197
|
-
| `/maxsim:quick` | Ad-hoc task with atomic commits (skips optional agents) |
|
|
198
|
-
| `/maxsim:batch` | Decompose large tasks into parallel worktree agents |
|
|
199
|
-
| `/maxsim:sdd` | Spec-driven development — fresh agent per task with 2-stage review |
|
|
148
|
+
| `/maxsim:init` | Initialize: new project, existing codebase, or next milestone |
|
|
149
|
+
| `/maxsim:plan [N]` | Discussion → Research → Planning for a phase |
|
|
150
|
+
| `/maxsim:execute <N>` | Execute plans in parallel waves with two-stage review |
|
|
151
|
+
| `/maxsim:progress` | Where am I? What's next? Routes to the right action. |
|
|
152
|
+
| `/maxsim:go` | Auto-detect state and dispatch — zero arguments |
|
|
153
|
+
| `/maxsim:quick [--todo]` | Ad-hoc task with atomic commits, or todo management |
|
|
200
154
|
| `/maxsim:debug [desc]` | Systematic debugging with persistent state |
|
|
201
|
-
| `/maxsim:
|
|
202
|
-
| `/maxsim:
|
|
203
|
-
| `/maxsim:resume-work` | Restore from last session |
|
|
204
|
-
| `/maxsim:roadmap` | Display the full project roadmap |
|
|
205
|
-
| `/maxsim:health [--repair]` | Diagnose and auto-repair `.planning/` directory |
|
|
206
|
-
| `/maxsim:update` | Check and install MAXSIM updates |
|
|
207
|
-
|
|
208
|
-
### Phase Management
|
|
209
|
-
|
|
210
|
-
| Command | Description |
|
|
211
|
-
|---------|-------------|
|
|
212
|
-
| `/maxsim:add-phase` | Append phase to roadmap |
|
|
213
|
-
| `/maxsim:insert-phase [N]` | Insert urgent work between phases (decimal numbering) |
|
|
214
|
-
| `/maxsim:remove-phase [N]` | Remove future phase, renumber |
|
|
215
|
-
| `/maxsim:list-phase-assumptions [N]` | Surface Claude's assumptions before planning |
|
|
216
|
-
| `/maxsim:research-phase [N]` | Standalone phase research |
|
|
217
|
-
| `/maxsim:artefakte` | Manage decisions, acceptance criteria, and no-gos |
|
|
218
|
-
|
|
219
|
-
### Milestone & Quality
|
|
220
|
-
|
|
221
|
-
| Command | Description |
|
|
222
|
-
|---------|-------------|
|
|
223
|
-
| `/maxsim:audit-milestone` | Audit completion against original intent before archiving |
|
|
224
|
-
| `/maxsim:plan-milestone-gaps` | Create phases for all gaps found by audit |
|
|
225
|
-
| `/maxsim:add-tests <N>` | Generate tests from UAT criteria and implementation |
|
|
226
|
-
| `/maxsim:cleanup` | Archive accumulated phase directories |
|
|
227
|
-
|
|
228
|
-
### Todos
|
|
155
|
+
| `/maxsim:settings` | Configure model profile and workflow toggles |
|
|
156
|
+
| `/maxsim:help` | Show command reference |
|
|
229
157
|
|
|
230
|
-
|
|
231
|
-
|---------|-------------|
|
|
232
|
-
| `/maxsim:add-todo` | Capture idea as a todo from current conversation |
|
|
233
|
-
| `/maxsim:check-todos` | List pending todos and select one to work on |
|
|
234
|
-
|
|
235
|
-
### Live Dashboard
|
|
236
|
-
|
|
237
|
-
| Command | Description |
|
|
238
|
-
|---------|-------------|
|
|
239
|
-
| `npx maxsimcli dashboard` | Launch the real-time web dashboard |
|
|
240
|
-
| `npx maxsimcli dashboard --network` | Launch with LAN/Tailscale sharing + QR code |
|
|
241
|
-
| `npx maxsimcli dashboard --stop` | Shut down the running dashboard server |
|
|
242
|
-
|
|
243
|
-
### Settings
|
|
244
|
-
|
|
245
|
-
| Command | Description |
|
|
246
|
-
|---------|-------------|
|
|
247
|
-
| `/maxsim:settings` | Configure model profile and workflow agent toggles |
|
|
248
|
-
| `/maxsim:set-profile <profile>` | Switch model profile |
|
|
249
|
-
| `/maxsim:reapply-patches` | Reapply local modifications after a MAXSIM update |
|
|
158
|
+
Every command is **idempotent** — you can re-run it and it picks up where you left off. No work gets lost.
|
|
250
159
|
|
|
251
160
|
---
|
|
252
161
|
|
|
@@ -256,26 +165,35 @@ npx maxsimcli dashboard --network # LAN sharing + QR code
|
|
|
256
165
|
npx maxsimcli@latest
|
|
257
166
|
```
|
|
258
167
|
|
|
259
|
-
|
|
260
|
-
|
|
168
|
+
Installs locally into your project's `.claude/` directory. This sets up:
|
|
169
|
+
|
|
170
|
+
- **9 commands** → `.claude/commands/maxsim/`
|
|
171
|
+
- **4 agents** → `.claude/agents/`
|
|
172
|
+
- **19 skills** → `.claude/skills/`
|
|
173
|
+
- **26 workflows** → `.claude/maxsim/workflows/`
|
|
174
|
+
- **3 hooks** → `.claude/hooks/`
|
|
175
|
+
- **MCP server** → `.claude/maxsim/bin/mcp-server.cjs`
|
|
261
176
|
|
|
262
177
|
Verify with: `/maxsim:help`
|
|
263
178
|
|
|
179
|
+
Subsequent runs of `npx maxsimcli@latest` perform an incremental update — your local modifications are preserved via patch backup.
|
|
180
|
+
|
|
264
181
|
<details>
|
|
265
182
|
<summary><strong>Non-interactive Install (Docker, CI, Scripts)</strong></summary>
|
|
266
183
|
|
|
267
184
|
```bash
|
|
268
|
-
npx maxsimcli --global # Global install → ~/.claude/
|
|
269
185
|
npx maxsimcli --local # Project-scoped install → ./.claude/
|
|
270
186
|
```
|
|
271
187
|
|
|
272
188
|
</details>
|
|
273
189
|
|
|
190
|
+
**Requirements:** Node.js >= 22, `gh` CLI (for GitHub Issues integration)
|
|
191
|
+
|
|
274
192
|
---
|
|
275
193
|
|
|
276
194
|
## Configuration
|
|
277
195
|
|
|
278
|
-
Project settings live in `.planning/config.json`, created during `/maxsim:
|
|
196
|
+
Project settings live in `.planning/config.json`, created during `/maxsim:init` or editable via `/maxsim:settings`.
|
|
279
197
|
|
|
280
198
|
```json
|
|
281
199
|
{
|
|
@@ -283,11 +201,21 @@ Project settings live in `.planning/config.json`, created during `/maxsim:new-pr
|
|
|
283
201
|
"branching_strategy": "none",
|
|
284
202
|
"commit_docs": true,
|
|
285
203
|
"search_gitignored": false,
|
|
286
|
-
"research": true,
|
|
287
|
-
"plan_checker": true,
|
|
288
|
-
"verifier": true,
|
|
289
204
|
"parallelization": true,
|
|
290
|
-
"
|
|
205
|
+
"worktree_mode": "auto",
|
|
206
|
+
"max_parallel_agents": 10,
|
|
207
|
+
"brave_search": false,
|
|
208
|
+
"workflow": {
|
|
209
|
+
"research": true,
|
|
210
|
+
"plan_checker": true,
|
|
211
|
+
"verifier": true
|
|
212
|
+
},
|
|
213
|
+
"review": {
|
|
214
|
+
"spec_review": true,
|
|
215
|
+
"code_review": true,
|
|
216
|
+
"simplify_review": true,
|
|
217
|
+
"retry_limit": 3
|
|
218
|
+
}
|
|
291
219
|
}
|
|
292
220
|
```
|
|
293
221
|
|
|
@@ -296,42 +224,34 @@ Project settings live in `.planning/config.json`, created during `/maxsim:new-pr
|
|
|
296
224
|
| `model_profile` | `quality` \| `balanced` \| `budget` \| `tokenburner` | `balanced` | Which models agents use |
|
|
297
225
|
| `branching_strategy` | `none` \| `phase` \| `milestone` | `none` | Git branch creation per phase or milestone |
|
|
298
226
|
| `commit_docs` | boolean | `true` | Commit documentation changes separately |
|
|
299
|
-
| `search_gitignored` | boolean | `false` | Include gitignored files in codebase searches |
|
|
300
|
-
| `research` | boolean | `true` | Enable research agent before planning |
|
|
301
|
-
| `plan_checker` | boolean | `true` | Enable plan-checker agent before execution |
|
|
302
|
-
| `verifier` | boolean | `true` | Enable verifier agent after execution |
|
|
303
227
|
| `parallelization` | boolean | `true` | Enable wave-based parallel plan execution |
|
|
228
|
+
| `worktree_mode` | `auto` \| `always` \| `never` | `auto` | Git worktree isolation for parallel agents |
|
|
229
|
+
| `workflow.research` | boolean | `true` | Enable research agent before planning |
|
|
230
|
+
| `workflow.plan_checker` | boolean | `true` | Enable plan-checker verification before execution |
|
|
231
|
+
| `workflow.verifier` | boolean | `true` | Enable verifier agent after execution |
|
|
232
|
+
| `review.spec_review` | boolean | `true` | Spec compliance review after each plan |
|
|
233
|
+
| `review.code_review` | boolean | `true` | Code quality review after each plan |
|
|
234
|
+
| `review.simplify_review` | boolean | `true` | Simplification pass after reviews |
|
|
235
|
+
| `review.retry_limit` | number | `3` | Max review cycle retries before escalation |
|
|
304
236
|
| `brave_search` | boolean | `false` | Enable Brave Search API in research agents |
|
|
305
237
|
|
|
306
238
|
### Model Profiles
|
|
307
239
|
|
|
308
|
-
|
|
240
|
+
4 profiles control which Claude model each agent type uses:
|
|
309
241
|
|
|
310
242
|
| Agent | `quality` | `balanced` | `budget` | `tokenburner` |
|
|
311
243
|
|-------|-----------|------------|----------|---------------|
|
|
312
|
-
| Planner | Opus | Opus | Sonnet | Opus |
|
|
313
|
-
| Roadmapper | Opus | Sonnet | Sonnet | Opus |
|
|
314
244
|
| Executor | Opus | Sonnet | Sonnet | Opus |
|
|
315
|
-
|
|
|
316
|
-
|
|
|
317
|
-
| Project Researcher | Opus | Sonnet | Haiku | Opus |
|
|
318
|
-
| Research Synthesizer | Sonnet | Sonnet | Haiku | Opus |
|
|
319
|
-
| Codebase Mapper | Sonnet | Haiku | Haiku | Opus |
|
|
245
|
+
| Planner | Opus | Opus | Sonnet | Opus |
|
|
246
|
+
| Researcher | Opus | Sonnet | Haiku | Opus |
|
|
320
247
|
| Verifier | Sonnet | Sonnet | Haiku | Opus |
|
|
321
|
-
| Plan Checker | Sonnet | Sonnet | Haiku | Opus |
|
|
322
|
-
| Integration Checker | Sonnet | Sonnet | Haiku | Opus |
|
|
323
|
-
|
|
324
|
-
The remaining 2 agents (Spec Reviewer and Code Reviewer) are spawned by the Executor and inherit its model.
|
|
325
248
|
|
|
326
|
-
> `tokenburner` assigns Opus to every
|
|
249
|
+
> `tokenburner` assigns Opus to every agent. Use it when cost is no concern and you want maximum quality end-to-end.
|
|
327
250
|
|
|
328
251
|
Switch profiles at any time:
|
|
329
252
|
|
|
330
|
-
```
|
|
331
|
-
/maxsim:
|
|
332
|
-
/maxsim:set-profile balanced
|
|
333
|
-
/maxsim:set-profile budget
|
|
334
|
-
/maxsim:set-profile tokenburner
|
|
253
|
+
```
|
|
254
|
+
/maxsim:settings
|
|
335
255
|
```
|
|
336
256
|
|
|
337
257
|
You can also override individual agents in `config.json`:
|
|
@@ -340,67 +260,79 @@ You can also override individual agents in `config.json`:
|
|
|
340
260
|
{
|
|
341
261
|
"model_profile": "balanced",
|
|
342
262
|
"model_overrides": {
|
|
343
|
-
"
|
|
344
|
-
"
|
|
263
|
+
"planner": "opus",
|
|
264
|
+
"executor": "opus"
|
|
345
265
|
}
|
|
346
266
|
}
|
|
347
267
|
```
|
|
348
268
|
|
|
349
269
|
---
|
|
350
270
|
|
|
351
|
-
##
|
|
271
|
+
## Agents
|
|
352
272
|
|
|
353
|
-
|
|
273
|
+
4 consolidated generic agents, each spawned with fresh context and a single responsibility:
|
|
354
274
|
|
|
355
|
-
|
|
|
356
|
-
|
|
357
|
-
| `
|
|
358
|
-
| `
|
|
359
|
-
| `
|
|
275
|
+
| Agent | Role | Replaces (v4.x) |
|
|
276
|
+
|-------|------|------------------|
|
|
277
|
+
| `executor` | Implements plans with atomic commits and deviation handling | maxsim-executor |
|
|
278
|
+
| `planner` | Creates PLAN.md files with task breakdown and goal-backward verification | maxsim-planner, maxsim-roadmapper, maxsim-plan-checker |
|
|
279
|
+
| `researcher` | Investigates domains with source evaluation and confidence levels | maxsim-phase-researcher, maxsim-project-researcher, maxsim-research-synthesizer, maxsim-codebase-mapper |
|
|
280
|
+
| `verifier` | Verifies work against specs with fresh evidence and hard gates | maxsim-verifier, maxsim-code-reviewer, maxsim-spec-reviewer, maxsim-debugger, maxsim-integration-checker, maxsim-drift-checker |
|
|
360
281
|
|
|
361
|
-
|
|
282
|
+
Agents communicate through structured handoff contracts. The orchestrator (your main Claude Code session) carries specialization context — agents themselves are generic. Subagents cannot spawn other subagents; all coordination is orchestrator-mediated.
|
|
362
283
|
|
|
363
284
|
---
|
|
364
285
|
|
|
365
|
-
##
|
|
286
|
+
## Skills
|
|
366
287
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
| Agent | Role |
|
|
370
|
-
|-------|------|
|
|
371
|
-
| `maxsim-phase-researcher` | Researches how to implement a phase |
|
|
372
|
-
| `maxsim-project-researcher` | Domain research before roadmap creation |
|
|
373
|
-
| `maxsim-research-synthesizer` | Synthesizes parallel research outputs |
|
|
374
|
-
| `maxsim-planner` | Creates executable plans with task breakdown |
|
|
375
|
-
| `maxsim-roadmapper` | Creates project roadmaps with phase breakdown |
|
|
376
|
-
| `maxsim-plan-checker` | Verifies plans will achieve the phase goal |
|
|
377
|
-
| `maxsim-executor` | Implements plans with atomic commits |
|
|
378
|
-
| `maxsim-spec-reviewer` | Reviews implementation for spec compliance after execution |
|
|
379
|
-
| `maxsim-code-reviewer` | Reviews implementation for code quality and patterns |
|
|
380
|
-
| `maxsim-verifier` | Goal-backward verification after execution |
|
|
381
|
-
| `maxsim-debugger` | Scientific-method debugging with persistent state |
|
|
382
|
-
| `maxsim-integration-checker` | Verifies cross-phase integration and E2E flows |
|
|
383
|
-
| `maxsim-codebase-mapper` | Explores codebase and writes structured analysis |
|
|
288
|
+
19 built-in skills provide on-demand context to agents. Skills auto-trigger based on context — they're not optional guidelines, they're active workflow enforcement.
|
|
384
289
|
|
|
385
|
-
|
|
290
|
+
### Protocol Skills
|
|
291
|
+
| Skill | Description |
|
|
292
|
+
|-------|-------------|
|
|
293
|
+
| `handoff-contract` | Structured format for agent returns |
|
|
294
|
+
| `verification-gates` | Hard gates with evidence requirements |
|
|
295
|
+
| `input-validation` | Input validation patterns |
|
|
386
296
|
|
|
387
|
-
|
|
297
|
+
### Methodology Skills
|
|
298
|
+
| Skill | Description |
|
|
299
|
+
|-------|-------------|
|
|
300
|
+
| `evidence-collection` | How to gather and validate evidence |
|
|
301
|
+
| `research-methodology` | How to research effectively |
|
|
302
|
+
| `sdd` | Spec-driven development — fresh agent per task |
|
|
303
|
+
| `tdd` | Test-driven development — failing test before implementation |
|
|
304
|
+
| `systematic-debugging` | Reproduce → hypothesize → isolate → verify → fix |
|
|
305
|
+
| `brainstorming` | Multi-approach exploration before design decisions |
|
|
306
|
+
| `code-review` | Security, interfaces, error handling, test coverage |
|
|
307
|
+
| `verification-before-completion` | 5-step verification with evidence requirements |
|
|
388
308
|
|
|
389
|
-
|
|
309
|
+
### Execution Skills
|
|
310
|
+
| Skill | Description |
|
|
311
|
+
|-------|-------------|
|
|
312
|
+
| `maxsim-batch` | Parallel worktree execution for independent work units |
|
|
313
|
+
| `maxsim-simplify` | Review changed code for reuse, quality, and efficiency |
|
|
314
|
+
| `commit-conventions` | Project git commit standards |
|
|
390
315
|
|
|
316
|
+
### Reference Skills
|
|
391
317
|
| Skill | Description |
|
|
392
318
|
|-------|-------------|
|
|
393
|
-
| `
|
|
394
|
-
| `
|
|
395
|
-
| `code-review` | Automated code review with quality checks |
|
|
319
|
+
| `agent-system-map` | Agent capabilities and tool mappings |
|
|
320
|
+
| `tool-priority-guide` | Tool usage priority and best practices |
|
|
396
321
|
| `memory-management` | Persistent memory across sessions |
|
|
397
322
|
| `roadmap-writing` | Guided roadmap and requirements authoring |
|
|
398
|
-
| `sdd` | Spec-driven development workflow |
|
|
399
|
-
| `simplify` | Review changed code for reuse, quality, and efficiency |
|
|
400
|
-
| `systematic-debugging` | Root-cause investigation before attempting fixes |
|
|
401
|
-
| `tdd` | Test-driven development — failing test before implementation |
|
|
402
323
|
| `using-maxsim` | Guide for effective MAXSIM usage |
|
|
403
|
-
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
## Hook System
|
|
328
|
+
|
|
329
|
+
3 compiled hooks installed into Claude Code:
|
|
330
|
+
|
|
331
|
+
| Hook | Function |
|
|
332
|
+
|------|----------|
|
|
333
|
+
| `maxsim-statusline` | Status bar: model · task · directory · context usage bar (blinks red above 95%) |
|
|
334
|
+
| `maxsim-sync-reminder` | Prompts to sync when `.planning/` files change (PostToolUse hook) |
|
|
335
|
+
| `maxsim-check-update` | Periodic npm update check with automatic backup before updating |
|
|
404
336
|
|
|
405
337
|
---
|
|
406
338
|
|
|
@@ -415,11 +347,59 @@ MAXSIM installs an MCP (Model Context Protocol) server that exposes project tool
|
|
|
415
347
|
- **Roadmap analysis** — phase status, progress calculation, missing details
|
|
416
348
|
- **Context loading** — intelligent file selection based on task topic
|
|
417
349
|
- **Config management** — read/write `.planning/config.json` settings
|
|
350
|
+
- **GitHub integration** — issue creation, board queries, status tracking
|
|
418
351
|
|
|
419
352
|
The MCP server runs as a stdio process managed by Claude Code — no manual startup needed.
|
|
420
353
|
|
|
421
354
|
---
|
|
422
355
|
|
|
356
|
+
## Project Structure
|
|
357
|
+
|
|
358
|
+
When you initialize a project, MAXSIM creates a `.planning/` directory:
|
|
359
|
+
|
|
360
|
+
```
|
|
361
|
+
.planning/
|
|
362
|
+
├── config.json # Model profile, workflow flags, branching strategy
|
|
363
|
+
├── PROJECT.md # Vision and scope (always loaded)
|
|
364
|
+
├── REQUIREMENTS.md # v1/v2/out-of-scope requirements
|
|
365
|
+
├── ROADMAP.md # Phase structure with goals and dependencies
|
|
366
|
+
├── STATE.md # Memory: decisions, blockers, metrics, session history
|
|
367
|
+
├── phases/
|
|
368
|
+
│ └── 01-Foundation/
|
|
369
|
+
│ ├── 01-CONTEXT.md # User decisions from discussion
|
|
370
|
+
│ ├── 01-RESEARCH.md # Research findings
|
|
371
|
+
│ ├── 01-01-PLAN.md # Task plan (numbered per attempt)
|
|
372
|
+
│ ├── 01-01-SUMMARY.md # Completion record with evidence
|
|
373
|
+
│ ├── 01-VERIFICATION.md # Verification results
|
|
374
|
+
│ └── 01-UAT.md # User acceptance tests
|
|
375
|
+
└── todos/
|
|
376
|
+
├── pending/
|
|
377
|
+
└── completed/
|
|
378
|
+
```
|
|
379
|
+
|
|
380
|
+
---
|
|
381
|
+
|
|
382
|
+
## Architecture (For Contributors)
|
|
383
|
+
|
|
384
|
+
MAXSIM is a three-layer system where commands are markdown prompts, not executable code:
|
|
385
|
+
|
|
386
|
+
```
|
|
387
|
+
templates/commands/maxsim/*.md ← User-facing commands (9 files, user types /maxsim:*)
|
|
388
|
+
templates/workflows/*.md ← Implementation workflows (26 files, loaded via @path)
|
|
389
|
+
templates/agents/*.md ← Subagent prompts (4 agents)
|
|
390
|
+
templates/skills/*/ ← On-demand context modules (19 skills)
|
|
391
|
+
```
|
|
392
|
+
|
|
393
|
+
Commands load workflows which spawn agents. Agents call `cli.cjs` (the tools router) via the Bash tool. The "runtime" for MAXSIM is the AI itself.
|
|
394
|
+
|
|
395
|
+
The npm package (`maxsimcli`) ships all of this as an installer that copies files into `.claude/`. If you want to improve a workflow or add a command, you're editing markdown.
|
|
396
|
+
|
|
397
|
+
**Tech stack:** TypeScript 5.9, Node.js 22+, npm workspaces monorepo, tsdown bundler
|
|
398
|
+
|
|
399
|
+
See [CLAUDE.md](CLAUDE.md) for the full architecture guide.
|
|
400
|
+
|
|
401
|
+
---
|
|
402
|
+
|
|
423
403
|
## Contributing
|
|
424
404
|
|
|
425
405
|
MAXSIM is open source and contributions are welcome.
|
|
@@ -428,8 +408,6 @@ MAXSIM is open source and contributions are welcome.
|
|
|
428
408
|
- **Feature requests:** [Start a discussion](https://github.com/maystudios/maxsimcli/discussions)
|
|
429
409
|
- **PRs:** Fork, branch, and open a pull request — see [CLAUDE.md](CLAUDE.md) for architecture overview
|
|
430
410
|
|
|
431
|
-
The "runtime" for MAXSIM is the AI itself — commands are markdown prompts in `templates/`, not compiled code. If you want to improve a workflow or add a command, you're editing markdown.
|
|
432
|
-
|
|
433
411
|
---
|
|
434
412
|
|
|
435
413
|
## Acknowledgments
|
package/dist/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,64 @@
|
|
|
1
|
+
# [4.9.0](https://github.com/maystudios/maxsimcli/compare/v4.8.0...v4.9.0) (2026-03-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **04-02:** adjust roadmap-writing description line break for trigger matching ([db7117e](https://github.com/maystudios/maxsimcli/commit/db7117edd5e37e759aa22baf19860cbf801b2c4f))
|
|
7
|
+
* **04-03:** add 8 internal skills to builtInSkills array ([5717cbd](https://github.com/maystudios/maxsimcli/commit/5717cbd9f7071eec8a788005dc3e51838761aec6))
|
|
8
|
+
* **04-05:** update remaining old agent names in templates ([ba4e42e](https://github.com/maystudios/maxsimcli/commit/ba4e42ef6505ac68707cd995a55448e3936548a9))
|
|
9
|
+
* **05-04:** fix evidence section regex for end-of-file matching ([3660c07](https://github.com/maystudios/maxsimcli/commit/3660c0743e1136f743146c93f54d765f8bf641d5))
|
|
10
|
+
* **hooks:** wire backup into install flow, fix spawn pattern and stale comment ([44764d5](https://github.com/maystudios/maxsimcli/commit/44764d58c59385665c63464a1c0d0c33d68ccacc))
|
|
11
|
+
* **tests:** update stale file count assertions in E2E install tests ([e81b420](https://github.com/maystudios/maxsimcli/commit/e81b42007d4b702ce4996412f51a4cc377c0ee90))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **03-01:** create /maxsim:plan command template and thin orchestrator workflow ([051ea00](https://github.com/maystudios/maxsimcli/commit/051ea000c8c66d31962bfeb28b306679030ae693))
|
|
17
|
+
* **03-01:** create plan stage sub-workflows for discussion, research, and planning ([252cdac](https://github.com/maystudios/maxsimcli/commit/252cdac1da8e6e1a9d8de30e95968056a061fdab))
|
|
18
|
+
* **03-02:** create unified /maxsim:init command and thin router workflow ([446490b](https://github.com/maystudios/maxsimcli/commit/446490ba0d9cf3132613b4a9e05b09671626b48b))
|
|
19
|
+
* **03-03:** create /maxsim:execute command template and state-machine workflow ([d5b915c](https://github.com/maystudios/maxsimcli/commit/d5b915c447e1842ba6de3401cc842126021699e2))
|
|
20
|
+
* **03-04:** create /maxsim:go auto-detection command and workflow ([d501f16](https://github.com/maystudios/maxsimcli/commit/d501f16450f865f366d06dbf11e7567650f8bbca))
|
|
21
|
+
* **03-04:** rewrite /maxsim:help for 9-command surface ([f37fbd9](https://github.com/maystudios/maxsimcli/commit/f37fbd99a77a55d30a4dade7ddf93ab4b5868922))
|
|
22
|
+
* **03-05:** enhance /maxsim:quick with todo capture mode ([0f8170d](https://github.com/maystudios/maxsimcli/commit/0f8170dbe329a8b5da23359ebf834bd17645a7fc))
|
|
23
|
+
* **03-05:** enhance progress and settings with absorbed capabilities ([41e0bd8](https://github.com/maystudios/maxsimcli/commit/41e0bd8ee6f353c8343f694d393e3ddb74ceaf15))
|
|
24
|
+
* **03-06:** delete 33 old command files and 21 obsolete workflow files ([fb7bf84](https://github.com/maystudios/maxsimcli/commit/fb7bf8417fb12c8b8164b7666500eb9e295544bd))
|
|
25
|
+
* **03-08:** add orphan cleanup for deleted v5.0 command and workflow files ([80e3e92](https://github.com/maystudios/maxsimcli/commit/80e3e92888fd619f7aa9fada15cc8b44b5047b62))
|
|
26
|
+
* **04-01:** create 8 internal skills with native Claude Code frontmatter ([d081eed](https://github.com/maystudios/maxsimcli/commit/d081eed91ea794e9584d77e0e64a7519d14cada5))
|
|
27
|
+
* **04-01:** create always-loaded rules for conventions and verification protocol ([eec12f5](https://github.com/maystudios/maxsimcli/commit/eec12f5142547f77b118de732379e6425086bb92))
|
|
28
|
+
* **04-02:** rewrite 5 remaining user-facing skills for new architecture ([1a04f87](https://github.com/maystudios/maxsimcli/commit/1a04f879ee09032d9f0a0fcf8611db34f3f3c8b5))
|
|
29
|
+
* **04-02:** rewrite 6 core user-facing skills for new architecture ([90aae27](https://github.com/maystudios/maxsimcli/commit/90aae27cd32da32d6506e7e99e0419f262e45090))
|
|
30
|
+
* **04-03:** create 4 generic agent definitions ([80af42e](https://github.com/maystudios/maxsimcli/commit/80af42ec7db474f8469e2ceac97a2674c3adfe3e))
|
|
31
|
+
* **04-03:** delete 14 old agents and rewrite AGENTS.md registry ([b42c7f4](https://github.com/maystudios/maxsimcli/commit/b42c7f4babe0af5788bf9c3b5bbd4324823bfc55))
|
|
32
|
+
* **04-04:** consolidate CLI agent types from 12 to 4 ([a2e5c46](https://github.com/maystudios/maxsimcli/commit/a2e5c464070b3421570a8580bd75d01a416d4ea0))
|
|
33
|
+
* **04-04:** update all workflow files to use 4-agent model names ([2c81d3f](https://github.com/maystudios/maxsimcli/commit/2c81d3f06fa902beb65c24782a4b17308342fec7))
|
|
34
|
+
* **05-01:** add worktree types and lifecycle management module ([d81bc25](https://github.com/maystudios/maxsimcli/commit/d81bc25881591172dee07b726882d8a36ef2b926))
|
|
35
|
+
* **05-01:** extend config, init context, and CLI with worktree commands ([826e14e](https://github.com/maystudios/maxsimcli/commit/826e14e64eaef46da874c6d9c4cad23afe0242aa))
|
|
36
|
+
* **05-02:** add review cycle retry counters and escalation protocol ([595314f](https://github.com/maystudios/maxsimcli/commit/595314f700ec57451df6757497617f32831661e1))
|
|
37
|
+
* **05-02:** enhance summary template with review cycle and requirement evidence sections ([a2ae70b](https://github.com/maystudios/maxsimcli/commit/a2ae70ba5ed0eaa614201aed293813d0430cea70))
|
|
38
|
+
* **05-03:** add --worktrees/--no-worktrees flag support to execute workflow and command ([d9a13a4](https://github.com/maystudios/maxsimcli/commit/d9a13a4e01d0f9b484108794abdfb9e5661e20b9))
|
|
39
|
+
* **05-03:** add decide_execution_mode step and batch worktree path to execute-phase ([9af4015](https://github.com/maystudios/maxsimcli/commit/9af4015e4c48da746e786e0e90a009bcccaa4d10))
|
|
40
|
+
* **05-04:** add pre-execution gates G1/G2 and post-execution evidence gate G6 ([fab1d9e](https://github.com/maystudios/maxsimcli/commit/fab1d9ecc7d977fd1ba5a44d63fdbf75e64613a5))
|
|
41
|
+
* **05-04:** add requirement validation functions and CLI commands ([38517fe](https://github.com/maystudios/maxsimcli/commit/38517fe938223c8ab7f3f62b0b8edd73b48cbeb8))
|
|
42
|
+
* **05-05:** add Agent Teams coordination to execute-phase workflow ([3f1f808](https://github.com/maystudios/maxsimcli/commit/3f1f8084c4dff1e9bbb3e6f1dfdd4b7fa6c4e8ab))
|
|
43
|
+
* **05-05:** add worktree-aware executor and Agent Teams installer prompt ([010920e](https://github.com/maystudios/maxsimcli/commit/010920e9abb9cb53c1593d5ec6587a674883a700))
|
|
44
|
+
* **hooks:** add sync-reminder hook and update-checker backup logic ([32e0295](https://github.com/maystudios/maxsimcli/commit/32e029504c3f44df70a0d22558979e7e685c4330))
|
|
45
|
+
* **hooks:** rewrite statusline with phase/milestone progress, remove context monitor ([48ebea2](https://github.com/maystudios/maxsimcli/commit/48ebea2dcff3cedbe2aab4d9354feccc722b835b))
|
|
46
|
+
* **hooks:** update build/install/tests for context monitor removal ([439f424](https://github.com/maystudios/maxsimcli/commit/439f424af3394a7b2fe74a37cbff753a5c2fef24))
|
|
47
|
+
* **hooks:** wire sync-reminder into build, installer, and tests ([83cdd6d](https://github.com/maystudios/maxsimcli/commit/83cdd6d36c8cda337050092b257d444d86dd39ce))
|
|
48
|
+
|
|
49
|
+
# [4.8.0](https://github.com/maystudios/maxsimcli/compare/v4.7.1...v4.8.0) (2026-03-10)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
* **02-01:** add Octokit client adapter, AuthError class, update types ([8872d8a](https://github.com/maystudios/maxsimcli/commit/8872d8afb55c685c4db1795d965b152d8471543d))
|
|
55
|
+
* **02-01:** enforce local-only installation, reject --global flag ([2ca49e1](https://github.com/maystudios/maxsimcli/commit/2ca49e12b8e21095283439148c158f6c326910c0))
|
|
56
|
+
* **02-02:** rewrite issues.ts with Octokit and native sub-issues ([4897cfe](https://github.com/maystudios/maxsimcli/commit/4897cfe2c1f5ab5bc7731ee2737d7803713ac467)), closes [#legacy](https://github.com/maystudios/maxsimcli/issues/legacy)
|
|
57
|
+
* **02-02:** rewrite labels, milestones, mapping to use Octokit ([a8b830d](https://github.com/maystudios/maxsimcli/commit/a8b830d30acea76f028603b78f2e795fd129d80a)), closes [#legacy](https://github.com/maystudios/maxsimcli/issues/legacy)
|
|
58
|
+
* **02-03:** rewrite projects.ts with Octokit REST API ([06ebc76](https://github.com/maystudios/maxsimcli/commit/06ebc7609a4d2cf08f5b899226b154de61f5a8b1))
|
|
59
|
+
* **02-03:** rewrite sync.ts for GitHub-native state queries ([842a34d](https://github.com/maystudios/maxsimcli/commit/842a34ddab39706921ff98b575098bbc62aa7223))
|
|
60
|
+
* **02-04:** wire MCP tools to Octokit adapter, remove legacy patterns ([429d05c](https://github.com/maystudios/maxsimcli/commit/429d05c2c81718fcc9ee5696bf9339948dee4b93))
|
|
61
|
+
|
|
1
62
|
## [4.7.1](https://github.com/maystudios/maxsimcli/compare/v4.7.0...v4.7.1) (2026-03-09)
|
|
2
63
|
|
|
3
64
|
|