maxsimcli 5.0.0 → 5.0.2
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/dist/assets/CHANGELOG.md +31 -0
- package/dist/assets/hooks/maxsim-sync-reminder.cjs +4 -77
- package/dist/assets/hooks/maxsim-sync-reminder.cjs.map +1 -1
- package/dist/assets/templates/agents/AGENTS.md +9 -8
- package/dist/cli.cjs +13601 -13801
- package/dist/cli.cjs.map +1 -1
- package/dist/core-D5zUr9cb.cjs.map +1 -1
- package/dist/install.cjs +1 -1
- package/dist/install.cjs.map +1 -1
- package/dist/skills-CjFWZIGM.cjs.map +1 -1
- package/package.json +1 -1
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/
|
|
7680
|
+
${chalk.cyan("Join the community:")} https://discord.gg/kNwgTu2sQW
|
|
7681
7681
|
`);
|
|
7682
7682
|
}
|
|
7683
7683
|
|