Skip to content

Commit e9f59de

Browse files
chore(release): 5.26.0 [skip ci]
# [5.26.0](v5.25.0...v5.26.0) (2026-04-05) ### Bug Fixes * **phase-5:** restore competitive_enabled default to true after merge ([f021320](f021320)) ### Features * **phase-5-01:** simplify verification to 2-gate model with profiles ([876598b](876598b)) * **phase-5-03:** enhance session-start hook with context freshness and CI detection ([229a78c](229a78c)) * **phase-5-03:** overhaul using-maxsim skill with richer go routing state detection ([51ace4d](51ace4d)) * **phase-5-04:** add TaskType enum and task-type routing to resolveModel ([0808cff](0808cff))
1 parent fcc4ad4 commit e9f59de

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [5.26.0](https://github.com/maystudios/maxsimcli/compare/v5.25.0...v5.26.0) (2026-04-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **phase-5:** restore competitive_enabled default to true after merge ([f021320](https://github.com/maystudios/maxsimcli/commit/f021320481575bdcb29ee490036c91b02eef17e9))
7+
8+
9+
### Features
10+
11+
* **phase-5-01:** simplify verification to 2-gate model with profiles ([876598b](https://github.com/maystudios/maxsimcli/commit/876598b7bf124cacf95e39963dd948de775f169d))
12+
* **phase-5-03:** enhance session-start hook with context freshness and CI detection ([229a78c](https://github.com/maystudios/maxsimcli/commit/229a78c1cee658bcb32b54891e65ad7e41307dc3))
13+
* **phase-5-03:** overhaul using-maxsim skill with richer go routing state detection ([51ace4d](https://github.com/maystudios/maxsimcli/commit/51ace4dc667f17bb4614ba03abdcf5ebfe5bcc38))
14+
* **phase-5-04:** add TaskType enum and task-type routing to resolveModel ([0808cff](https://github.com/maystudios/maxsimcli/commit/0808cff08d34734eef3efb43f4eace03dbd78de9))
15+
116
# [5.25.0](https://github.com/maystudios/maxsimcli/compare/v5.24.0...v5.25.0) (2026-04-04)
217

318

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