maxsimcli 3.5.0 → 3.5.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/README.md CHANGED
@@ -2,13 +2,15 @@
2
2
 
3
3
  # MAXSIM
4
4
 
5
+ > ⚠️ **Early Alpha** — MAXSIM is in active early development. APIs, commands, and workflows may change between releases. Use with that in mind and expect rough edges.
6
+
5
7
  **A meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Gemini CLI, and Codex.**
6
8
 
7
9
  **Solves context rot — the quality degradation that happens as Claude fills its context window.**
8
10
 
9
11
  [![npm version](https://img.shields.io/npm/v/maxsimcli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/maxsimcli)
10
12
  [![npm downloads](https://img.shields.io/npm/dm/maxsimcli?style=for-the-badge&logo=npm&logoColor=white&color=CB3837)](https://www.npmjs.com/package/maxsimcli)
11
- [![GitHub stars](https://img.shields.io/github/stars/maystudios/maxsim?style=for-the-badge&logo=github&logoColor=white&color=24292e)](https://github.com/maystudios/maxsim)
13
+ [![GitHub stars](https://img.shields.io/github/stars/maystudios/maxsimcli?style=for-the-badge&logo=github&logoColor=white&color=24292e)](https://github.com/maystudios/maxsimcli)
12
14
  [![License](https://img.shields.io/badge/license-MIT-22c55e?style=for-the-badge)](LICENSE)
13
15
 
14
16
  <br>
@@ -1,3 +1,17 @@
1
+ ## [3.5.2](https://github.com/maystudios/maxsimcli/compare/v3.5.1...v3.5.2) (2026-02-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **repo:** update all GitHub URLs to new repo name maystudios/maxsimcli ([b260b32](https://github.com/maystudios/maxsimcli/commit/b260b32a1dada6bf85ea0b11588997f45007c8f6))
7
+
8
+ ## [3.5.1](https://github.com/maystudios/maxsim/compare/v3.5.0...v3.5.1) (2026-02-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **readme:** add early alpha notice at top of README ([06a03e2](https://github.com/maystudios/maxsim/commit/06a03e235a73d70896b1c599a970566ff0aa1a97))
14
+
1
15
  # [3.5.0](https://github.com/maystudios/maxsim/compare/v3.4.0...v3.5.0) (2026-02-26)
2
16
 
3
17
 
@@ -186,7 +186,7 @@ Format completion message (changelog was already shown in confirmation step):
186
186
 
187
187
  ⚠️ Restart Claude Code to pick up the new commands.
188
188
 
189
- [View full changelog](https://github.com/maystudios/maxsim/blob/main/CHANGELOG.md)
189
+ [View full changelog](https://github.com/maystudios/maxsimcli/blob/main/CHANGELOG.md)
190
190
  ```
191
191
  </step>
192
192
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maxsimcli",
3
- "version": "3.5.0",
3
+ "version": "3.5.2",
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": {
@@ -34,11 +34,11 @@
34
34
  "license": "MIT",
35
35
  "repository": {
36
36
  "type": "git",
37
- "url": "git+https://github.com/maystudios/maxsim.git"
37
+ "url": "git+https://github.com/maystudios/maxsimcli.git"
38
38
  },
39
- "homepage": "https://github.com/maystudios/maxsim",
39
+ "homepage": "https://github.com/maystudios/maxsimcli",
40
40
  "bugs": {
41
- "url": "https://github.com/maystudios/maxsim/issues"
41
+ "url": "https://github.com/maystudios/maxsimcli/issues"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@inquirer/prompts": "^8.3.0",