maxsimcli 5.0.0 → 5.0.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,27 @@
1
+ # [5.0.0](https://github.com/maystudios/maxsimcli/compare/v4.16.0...v5.0.0) (2026-03-12)
2
+
3
+
4
+ * feat!: replace MCP server with CLI github commands ([2fc6a0e](https://github.com/maystudios/maxsimcli/commit/2fc6a0eeafbd5e7f010406f8c097fa3aad654db3))
5
+
6
+
7
+ ### Bug Fixes
8
+
9
+ * **e2e:** remove stale MCP server tests and update install assertions ([32f6fe1](https://github.com/maystudios/maxsimcli/commit/32f6fe1226da022aef46b831dbeec39e052401a4))
10
+
11
+
12
+ ### Features
13
+
14
+ * add sound notification hooks for AskUserQuestion and Stop events ([6e96a6e](https://github.com/maystudios/maxsimcli/commit/6e96a6e7e5147eefae5a1e073927ce99ceedaf49))
15
+ * make GitHub Issues single source of truth for task/plan tracking ([8409c10](https://github.com/maystudios/maxsimcli/commit/8409c107305ff1183f2997d92a1515979ce2dc28))
16
+
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ * MCP server removed. GitHub operations now use
21
+ `node maxsim-tools.cjs github <command>` instead of MCP tools.
22
+
23
+ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24
+
1
25
  # [4.16.0](https://github.com/maystudios/maxsimcli/compare/v4.15.4...v4.16.0) (2026-03-12)
2
26
 
3
27
 
package/dist/install.cjs CHANGED
@@ -7677,7 +7677,7 @@ function finishInstall(settingsPath, settings, statuslineCommand, shouldInstallS
7677
7677
  console.log(`
7678
7678
  ${chalk.green("Done!")} Launch Claude Code and run ${chalk.cyan("/maxsim:help")}.
7679
7679
 
7680
- ${chalk.cyan("Join the community:")} https://discord.gg/5JJgD5svVS
7680
+ ${chalk.cyan("Join the community:")} https://discord.gg/kNwgTu2sQW
7681
7681
  `);
7682
7682
  }
7683
7683