maxsimcli 4.4.0 → 4.6.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.
Files changed (53) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/assets/CHANGELOG.md +41 -0
  3. package/dist/assets/dashboard/server.js +248 -240
  4. package/dist/assets/templates/agents/AGENTS.md +1 -0
  5. package/dist/assets/templates/agents/maxsim-drift-checker.md +522 -0
  6. package/dist/assets/templates/commands/maxsim/check-drift.md +56 -0
  7. package/dist/assets/templates/commands/maxsim/discuss.md +70 -0
  8. package/dist/assets/templates/commands/maxsim/realign.md +39 -0
  9. package/dist/assets/templates/workflows/check-drift.md +248 -0
  10. package/dist/assets/templates/workflows/discuss.md +343 -0
  11. package/dist/assets/templates/workflows/progress.md +8 -0
  12. package/dist/assets/templates/workflows/realign.md +288 -0
  13. package/dist/assets/templates/workflows/roadmap.md +69 -20
  14. package/dist/backend-server.cjs +52 -29
  15. package/dist/backend-server.cjs.map +1 -1
  16. package/dist/cli.cjs +261 -5
  17. package/dist/cli.cjs.map +1 -1
  18. package/dist/cli.js +20 -1
  19. package/dist/cli.js.map +1 -1
  20. package/dist/core/core.d.ts.map +1 -1
  21. package/dist/core/core.js +1 -0
  22. package/dist/core/core.js.map +1 -1
  23. package/dist/core/drift.d.ts +37 -0
  24. package/dist/core/drift.d.ts.map +1 -0
  25. package/dist/core/drift.js +213 -0
  26. package/dist/core/drift.js.map +1 -0
  27. package/dist/core/frontmatter.d.ts.map +1 -1
  28. package/dist/core/frontmatter.js +3 -0
  29. package/dist/core/frontmatter.js.map +1 -1
  30. package/dist/core/index.d.ts +3 -2
  31. package/dist/core/index.d.ts.map +1 -1
  32. package/dist/core/index.js +12 -2
  33. package/dist/core/index.js.map +1 -1
  34. package/dist/core/init.d.ts +5 -3
  35. package/dist/core/init.d.ts.map +1 -1
  36. package/dist/core/init.js +89 -0
  37. package/dist/core/init.js.map +1 -1
  38. package/dist/core/types.d.ts +50 -1
  39. package/dist/core/types.d.ts.map +1 -1
  40. package/dist/core/types.js.map +1 -1
  41. package/dist/core-RRjCSt0G.cjs.map +1 -1
  42. package/dist/{lifecycle-0M4VqOMm.cjs → lifecycle-DxCru7rk.cjs} +2 -2
  43. package/dist/{lifecycle-0M4VqOMm.cjs.map → lifecycle-DxCru7rk.cjs.map} +1 -1
  44. package/dist/mcp/phase-tools.d.ts.map +1 -1
  45. package/dist/mcp/phase-tools.js +17 -4
  46. package/dist/mcp/phase-tools.js.map +1 -1
  47. package/dist/mcp-server.cjs +20 -5
  48. package/dist/mcp-server.cjs.map +1 -1
  49. package/dist/{server-G1MIg_Oe.cjs → server-By0TN-nC.cjs} +21 -6
  50. package/dist/server-By0TN-nC.cjs.map +1 -0
  51. package/dist/skills-MYlMkYNt.cjs.map +1 -1
  52. package/package.json +1 -1
  53. package/dist/server-G1MIg_Oe.cjs.map +0 -1
@@ -1,3 +1,44 @@
1
+ # [4.5.0](https://github.com/maystudios/maxsimcli/compare/v4.4.0...v4.5.0) (2026-03-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **e2e:** update file count assertions for new commands and agents ([a6fef5d](https://github.com/maystudios/maxsimcli/commit/a6fef5d71a2262faa9f77947e09cd1fb9980ea68))
7
+
8
+
9
+ ### Features
10
+
11
+ * **04-01:** add drift types, frontmatter schema, and core drift module ([94e964b](https://github.com/maystudios/maxsimcli/commit/94e964b9a0280861da47e13ec511be3f6a351356))
12
+ * **04-01:** wire drift init commands and CLI dispatch ([2148bd7](https://github.com/maystudios/maxsimcli/commit/2148bd758a5cff6093d058d78dedd6f3761cc4b3))
13
+ * **04-02:** create check-drift command and workflow ([1b2f1b3](https://github.com/maystudios/maxsimcli/commit/1b2f1b3f8d6243c2430caf63104ef388bba7b16b))
14
+ * **04-02:** create drift-checker agent and register in AGENTS.md ([88171af](https://github.com/maystudios/maxsimcli/commit/88171af03421752ebcca0970e2319a15e8860155))
15
+ * **04-03:** add /maxsim:realign command template ([2fbe83c](https://github.com/maystudios/maxsimcli/commit/2fbe83c8a59b4c8e6f0a1e34f15163646dfbfe52))
16
+ * **04-03:** add realign workflow with to-code and to-spec directions ([70458fc](https://github.com/maystudios/maxsimcli/commit/70458fc4168461029d86039e9722feb9f11eab65))
17
+ * **04:** build dist with drift detection templates and UAT ([567ddcc](https://github.com/maystudios/maxsimcli/commit/567ddcc32d06c1a96b524c986d70dd694e3a346d))
18
+ * **05-01:** create /maxsim:discuss command spec ([16db195](https://github.com/maystudios/maxsimcli/commit/16db1953b87a9adc3c1f793e71288132e71b9c21))
19
+ * **05-01:** create discuss triage workflow ([bb73a49](https://github.com/maystudios/maxsimcli/commit/bb73a49238f479142974b6b8c78358c562680df3))
20
+ * **05-02:** add pagination to MCP mcp_list_phases tool ([9fabd92](https://github.com/maystudios/maxsimcli/commit/9fabd9292a9860914ab592384f240a39f506641f))
21
+ * **05-02:** add pagination to roadmap and progress workflows ([0f1c63d](https://github.com/maystudios/maxsimcli/commit/0f1c63d461dd404c938df83daac000829dc521b2))
22
+
23
+ # [4.4.0](https://github.com/maystudios/maxsimcli/compare/v4.3.1...v4.4.0) (2026-03-07)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **03-04:** add extractFrontmatter reference to executor review parsing ([f2dbeb2](https://github.com/maystudios/maxsimcli/commit/f2dbeb22fc35517e8cad76e709fee2266bab2140))
29
+
30
+
31
+ ### Features
32
+
33
+ * **03-01:** add coherence sections to executor, planner, plan-checker, phase-researcher ([8d182e6](https://github.com/maystudios/maxsimcli/commit/8d182e6207a303bee7bddab64744264b23d4b70e))
34
+ * **03-01:** add coherence sections to project-researcher, research-synthesizer, roadmapper ([e67a691](https://github.com/maystudios/maxsimcli/commit/e67a691b0e479abb4028a2573e22fbcfd7e65304))
35
+ * **03-02:** add coherence sections to debugger, mapper, checker + AGENTS.md conventions ([1409a84](https://github.com/maystudios/maxsimcli/commit/1409a842c758a85eeb3b5086ecccc58704a757db))
36
+ * **03-02:** add coherence sections to verifier, spec-reviewer, code-reviewer ([b01b37b](https://github.com/maystudios/maxsimcli/commit/b01b37b6b3ae818c47f66ec2fabeb103039cd7c1))
37
+ * **03-03:** add agent context interfaces and 5 agent-level init commands ([af3b10f](https://github.com/maystudios/maxsimcli/commit/af3b10f55f9849c5a174d921f29653394aa602a0))
38
+ * **03-03:** register agent init commands in CLI router and add review schema ([2060e42](https://github.com/maystudios/maxsimcli/commit/2060e426f52028e474647f31b09f4c296771db8e))
39
+ * **03-04:** add review step to quick workflow and update execute-phase review checking ([edff2d1](https://github.com/maystudios/maxsimcli/commit/edff2d17348acb7849ba1896329ea47858610393))
40
+ * **03-04:** add universal wave review protocol to executor agent ([fedf8bf](https://github.com/maystudios/maxsimcli/commit/fedf8bf1721a4e170665c276ff1b67e60bf463ec))
41
+
1
42
  ## [4.3.1](https://github.com/maystudios/maxsimcli/compare/v4.3.0...v4.3.1) (2026-03-07)
2
43
 
3
44