maxsimcli 1.0.5 → 1.0.6
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.
|
@@ -8,9 +8,9 @@ Use `/maxsim:help` to see all available commands, or type `/maxsim:` and browse
|
|
|
8
8
|
|
|
9
9
|
## Key Commands
|
|
10
10
|
|
|
11
|
-
- `/maxsim:
|
|
12
|
-
- `/maxsim:
|
|
13
|
-
- `/maxsim:
|
|
11
|
+
- `/maxsim:execute-phase` — Execute a phase plan
|
|
12
|
+
- `/maxsim:plan-phase` — Plan a new phase
|
|
13
|
+
- `/maxsim:resume-work` — Resume from last checkpoint
|
|
14
14
|
- `/maxsim:quick` — Start a quick task
|
|
15
15
|
|
|
16
16
|
## Workflow Reference
|
package/dist/install.cjs
CHANGED
|
@@ -1134,10 +1134,10 @@ var require_dist = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
1134
1134
|
var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
1135
1135
|
module.exports = {
|
|
1136
1136
|
"name": "maxsimcli",
|
|
1137
|
-
"version": "1.0.
|
|
1137
|
+
"version": "1.0.6",
|
|
1138
1138
|
"private": false,
|
|
1139
1139
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
|
|
1140
|
-
"bin": { "maxsimcli": "
|
|
1140
|
+
"bin": { "maxsimcli": "dist/install.cjs" },
|
|
1141
1141
|
"main": "./dist/cli.cjs",
|
|
1142
1142
|
"types": "./dist/cli.d.cts",
|
|
1143
1143
|
"files": ["dist"],
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maxsimcli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by MayStudios.",
|
|
6
6
|
"bin": {
|
|
7
|
-
"maxsimcli": "
|
|
7
|
+
"maxsimcli": "dist/install.cjs"
|
|
8
8
|
},
|
|
9
9
|
"main": "./dist/cli.cjs",
|
|
10
10
|
"types": "./dist/cli.d.cts",
|