Skip to content

Commit 47b2b87

Browse files
chore(release): 5.25.0 [skip ci]
# [5.25.0](v5.24.0...v5.25.0) (2026-04-04) ### Features * **phase-4-05:** add ErrorRecovery to CmdFail and structured error output in CLI ([81ed097](81ed097)) * **phase-4-05:** migrate client.ts throws to GithubError and GitError subtypes ([d72aa13](d72aa13))
1 parent 9b5a677 commit 47b2b87

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [5.25.0](https://github.com/maystudios/maxsimcli/compare/v5.24.0...v5.25.0) (2026-04-04)
2+
3+
4+
### Features
5+
6+
* **phase-4-05:** add ErrorRecovery to CmdFail and structured error output in CLI ([81ed097](https://github.com/maystudios/maxsimcli/commit/81ed0979399d6fda0631a69d26c43b4297bbab9d))
7+
* **phase-4-05:** migrate client.ts throws to GithubError and GitError subtypes ([d72aa13](https://github.com/maystudios/maxsimcli/commit/d72aa130ef8d130a7242bd121066c4ce02fb3ef4))
8+
19
# [5.24.0](https://github.com/maystudios/maxsimcli/compare/v5.23.1...v5.24.0) (2026-04-04)
210

311

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.24.0",
3+
"version": "5.25.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.1';
2+
export const VERSION = '5.24.0';
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.1",
2+
"version": "5.24.0",
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)