maxsimcli 3.5.1 → 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
@@ -10,7 +10,7 @@
10
10
 
11
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)
12
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)
13
- [![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)
14
14
  [![License](https://img.shields.io/badge/license-MIT-22c55e?style=for-the-badge)](LICENSE)
15
15
 
16
16
  <br>
@@ -1,3 +1,10 @@
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
+
1
8
  ## [3.5.1](https://github.com/maystudios/maxsim/compare/v3.5.0...v3.5.1) (2026-02-26)
2
9
 
3
10
 
@@ -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.1",
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",