maxsimcli 4.7.0 → 4.7.1
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 +23 -0
- package/dist/cli.cjs +470 -961
- package/dist/cli.cjs.map +1 -1
- package/dist/{core-RRjCSt0G.cjs → core-D5zUr9cb.cjs} +4 -3
- package/dist/core-D5zUr9cb.cjs.map +1 -0
- package/dist/install.cjs +3 -195
- package/dist/install.cjs.map +1 -1
- package/dist/mcp-server.cjs +138 -201
- package/dist/mcp-server.cjs.map +1 -1
- package/dist/{skills-MYlMkYNt.cjs → skills-CjFWZIGM.cjs} +6 -6
- package/dist/{skills-MYlMkYNt.cjs.map → skills-CjFWZIGM.cjs.map} +1 -1
- package/package.json +1 -7
- package/dist/assets/dashboard/client/assets/index-C199D4Eb.css +0 -32
- package/dist/assets/dashboard/client/assets/index-nAXJLp0_.js +0 -233
- package/dist/assets/dashboard/client/index.html +0 -19
- package/dist/assets/dashboard/server.js +0 -78813
- package/dist/backend-server.cjs +0 -83370
- package/dist/backend-server.cjs.map +0 -1
- package/dist/core-RRjCSt0G.cjs.map +0 -1
- package/dist/esm-iIOBzmdz.cjs +0 -1561
- package/dist/esm-iIOBzmdz.cjs.map +0 -1
- package/dist/lifecycle-D8mcsEjy.cjs +0 -136
- package/dist/lifecycle-D8mcsEjy.cjs.map +0 -1
- package/dist/server-BAHfh_vw.cjs +0 -5694
- package/dist/server-BAHfh_vw.cjs.map +0 -1
package/dist/assets/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
# [4.7.0](https://github.com/maystudios/maxsimcli/compare/v4.6.0...v4.7.0) (2026-03-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **01-03:** remove unused updateTaskMapping import ([9f5ffbc](https://github.com/maystudios/maxsimcli/commit/9f5ffbc3a872092760dfbd5fc776b59557930b9d))
|
|
7
|
+
* **01-06:** disable DTS generation to fix OOM build failure ([00551f7](https://github.com/maystudios/maxsimcli/commit/00551f7a1c74db082f0f16b4aa9c85526e86b412))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **01-01:** add gh CLI wrapper with graceful degradation ([4bbec2a](https://github.com/maystudios/maxsimcli/commit/4bbec2af30ea93ab6025989685ba1758282188ec))
|
|
13
|
+
* **01-01:** add GitHub integration type definitions ([3a5be34](https://github.com/maystudios/maxsimcli/commit/3a5be34d0a6efa2e7edc8dd0bca8016bcedf08a6))
|
|
14
|
+
* **01-01:** add github-issues.json mapping persistence layer ([3b94ddf](https://github.com/maystudios/maxsimcli/commit/3b94ddf8bf2ccc9d7fb977ed7b9c2f612173c9e9))
|
|
15
|
+
* **01-02:** add milestone CRUD and issue template installation modules ([c2870a0](https://github.com/maystudios/maxsimcli/commit/c2870a02939f05496b9e50bc82b1b949d0ddf5a0))
|
|
16
|
+
* **01-02:** add project board setup and label management modules ([3dba3c4](https://github.com/maystudios/maxsimcli/commit/3dba3c4c593ec0507998bc8d9f4fb53f27bbea4e))
|
|
17
|
+
* **01-03:** add issue creation functions and utilities ([27204c8](https://github.com/maystudios/maxsimcli/commit/27204c88cb04c0f21b87fefcb79a8e166c79c79d))
|
|
18
|
+
* **01-03:** add lifecycle, import, batch, and supersession functions ([69b450b](https://github.com/maystudios/maxsimcli/commit/69b450b3d2b76b334ec95d1fa303c40e0bf277ca))
|
|
19
|
+
* **01-04:** add MCP tools for GitHub issue lifecycle, board queries, and PR creation ([f65c5e5](https://github.com/maystudios/maxsimcli/commit/f65c5e50006134977a1f03d2a85fd7fee531ecb2)), closes [#N](https://github.com/maystudios/maxsimcli/issues/N)
|
|
20
|
+
* **01-04:** add sync check module and barrel export for github integration ([fc21755](https://github.com/maystudios/maxsimcli/commit/fc21755eeac43146285d854a0a4cca01e78078b4))
|
|
21
|
+
* **01-05:** integrate GitHub operations into phase MCP tools ([218712a](https://github.com/maystudios/maxsimcli/commit/218712a6cd691cf83435600f14c4b302c2b36cde))
|
|
22
|
+
* **01-05:** integrate GitHub operations into todo and state MCP tools ([dba2fd3](https://github.com/maystudios/maxsimcli/commit/dba2fd38fd974628d967d5908e0a7179914f438e))
|
|
23
|
+
|
|
1
24
|
# [4.6.0](https://github.com/maystudios/maxsimcli/compare/v4.5.0...v4.6.0) (2026-03-08)
|
|
2
25
|
|
|
3
26
|
|