maxsimcli 1.0.7 → 1.0.8
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.
|
@@ -336,14 +336,6 @@ Update MAXSIM to latest version with changelog preview.
|
|
|
336
336
|
|
|
337
337
|
Usage: `/maxsim:update`
|
|
338
338
|
|
|
339
|
-
**`/maxsim:join-discord`**
|
|
340
|
-
Join the MAXSIM Discord community.
|
|
341
|
-
|
|
342
|
-
- Get help, share what you're building, stay updated
|
|
343
|
-
- Connect with other MAXSIM users
|
|
344
|
-
|
|
345
|
-
Usage: `/maxsim:join-discord`
|
|
346
|
-
|
|
347
339
|
## Files & Structure
|
|
348
340
|
|
|
349
341
|
```
|
package/dist/install.cjs
CHANGED
|
@@ -6483,7 +6483,7 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
6483
6483
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
6484
6484
|
module.exports = {
|
|
6485
6485
|
"name": "maxsimcli",
|
|
6486
|
-
"version": "1.0.
|
|
6486
|
+
"version": "1.0.8",
|
|
6487
6487
|
"private": false,
|
|
6488
6488
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
|
|
6489
6489
|
"bin": { "maxsimcli": "dist/install.cjs" },
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: maxsim:join-discord
|
|
3
|
-
description: Join the MAXSIM Discord community
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
<objective>
|
|
7
|
-
Display the Discord invite link for the MAXSIM community server.
|
|
8
|
-
</objective>
|
|
9
|
-
|
|
10
|
-
<output>
|
|
11
|
-
# Join the MAXSIM Discord
|
|
12
|
-
|
|
13
|
-
Connect with other MAXSIM users, get help, share what you're building, and stay updated.
|
|
14
|
-
|
|
15
|
-
**Invite link:** https://discord.gg/5JJgD5svVS
|
|
16
|
-
|
|
17
|
-
Click the link or paste it into your browser to join.
|
|
18
|
-
</output>
|