Skip to content

Commit a3860a9

Browse files
chore(release): 5.24.0 [skip ci]
# [5.24.0](v5.23.1...v5.24.0) (2026-04-04) ### Bug Fixes * **phase-3-395:** normalize init.md workflow dispatch to @ syntax ([2aac981](2aac981)) * **phase-3:** resolve lint warnings in statusline-cache tests ([ab80bf7](ab80bf7)) ### Features * **phase-3-396:** add statusline cache infrastructure with smart TTL ([b80de93](b80de93)) * **phase-3-398:** add pre-commit hook for workflow validation ([4ea72c5](4ea72c5))
1 parent ab80bf7 commit a3860a9

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [5.24.0](https://github.com/maystudios/maxsimcli/compare/v5.23.1...v5.24.0) (2026-04-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **phase-3-395:** normalize init.md workflow dispatch to @ syntax ([2aac981](https://github.com/maystudios/maxsimcli/commit/2aac981dfcb1e5e15d751ea111f70eda7de2ec01))
7+
* **phase-3:** resolve lint warnings in statusline-cache tests ([ab80bf7](https://github.com/maystudios/maxsimcli/commit/ab80bf7996cb9eb832ccab98b1a881a718e684b9))
8+
9+
10+
### Features
11+
12+
* **phase-3-396:** add statusline cache infrastructure with smart TTL ([b80de93](https://github.com/maystudios/maxsimcli/commit/b80de93db941468cfea2a037f04f13c008f80e5a))
13+
* **phase-3-398:** add pre-commit hook for workflow validation ([4ea72c5](https://github.com/maystudios/maxsimcli/commit/4ea72c598f054ae9a049c64fd90dd137f1f8fd27))
14+
115
## [5.23.1](https://github.com/maystudios/maxsimcli/compare/v5.23.0...v5.23.1) (2026-04-04)
216

317

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maxsimcli",
3-
"version": "5.23.1",
3+
"version": "5.24.0",
44
"private": false,
55
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by MayStudios.",
66
"bin": {

packages/cli/src/core/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** MaxsimCLI version — auto-injected from package.json at build time. */
2-
export const VERSION = '5.23.0';
2+
export const VERSION = '5.23.1';
33

44
/**
55
* Parse a semantic version string into components.

templates/templates/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.0",
2+
"version": "5.23.1",
33
"__doc_model_profiles": {
44
"_description": "Reference: model assignments per profile. Actual values are defined in code — this table is for documentation only.",
55
"quality": {

0 commit comments

Comments
 (0)