Skip to content

Releases: maystudios/maxsimcli

v4.15.3

11 Mar 14:47

Choose a tag to compare

4.15.3 (2026-03-11)

Bug Fixes

  • workflows: move init CLI call into router to prevent workflow freelancing (242e943)

v4.15.2

11 Mar 04:02

Choose a tag to compare

4.15.2 (2026-03-11)

Bug Fixes

  • workflows: add missing GitHub fields to init workflow Parse JSON instructions (539487b)

v4.15.1

11 Mar 03:58

Choose a tag to compare

4.15.1 (2026-03-11)

Bug Fixes

  • workflows: add missing "In Review" board transition before verification (70031e6)

v4.15.0

11 Mar 03:46

Choose a tag to compare

4.15.0 (2026-03-11)

Features

  • agents: update agent prompts for GitHub I/O, create github-artifact-protocol skill, update installer (2eaf852)

v4.14.0

11 Mar 03:40

Choose a tag to compare

4.14.0 (2026-03-11)

Features

  • workflows: rewrite execute workflows for GitHub-first plan reading, per-task board transitions, and summary posting (9d47215)

v4.13.0

11 Mar 03:35

Choose a tag to compare

4.13.0 (2026-03-11)

Features

  • workflows: rewrite progress, go, and verify workflows for live GitHub reads and comment posting (4804a40)

v4.12.0

11 Mar 03:29

Choose a tag to compare

4.12.0 (2026-03-11)

Features

  • workflows: rewrite plan workflows for GitHub-first artifact storage and stage detection (289fc7e)

v4.11.0

11 Mar 03:26

Choose a tag to compare

4.11.0 (2026-03-11)

Features

  • workflows: wire mcp_github_setup and phase issue creation into init workflows (fe30a97)

v4.10.0

11 Mar 03:22

Choose a tag to compare

4.10.0 (2026-03-11)

Features

  • add realignment phases 7-10 from drift report (e3e87e1)
  • init: add GitHub mapping data to workflow init contexts (ccc25ed)
  • mcp: enhance GitHub tools and add batch-create, external-edit-detection, sync-check tools (b3edaf9)

v4.9.0

11 Mar 00:42

Choose a tag to compare

4.9.0 (2026-03-11)

Bug Fixes

  • 04-02: adjust roadmap-writing description line break for trigger matching (db7117e)
  • 04-03: add 8 internal skills to builtInSkills array (5717cbd)
  • 04-05: update remaining old agent names in templates (ba4e42e)
  • 05-04: fix evidence section regex for end-of-file matching (3660c07)
  • hooks: wire backup into install flow, fix spawn pattern and stale comment (44764d5)
  • tests: update stale file count assertions in E2E install tests (e81b420)

Features

  • 03-01: create /maxsim:plan command template and thin orchestrator workflow (051ea00)
  • 03-01: create plan stage sub-workflows for discussion, research, and planning (252cdac)
  • 03-02: create unified /maxsim:init command and thin router workflow (446490b)
  • 03-03: create /maxsim:execute command template and state-machine workflow (d5b915c)
  • 03-04: create /maxsim:go auto-detection command and workflow (d501f16)
  • 03-04: rewrite /maxsim:help for 9-command surface (f37fbd9)
  • 03-05: enhance /maxsim:quick with todo capture mode (0f8170d)
  • 03-05: enhance progress and settings with absorbed capabilities (41e0bd8)
  • 03-06: delete 33 old command files and 21 obsolete workflow files (fb7bf84)
  • 03-08: add orphan cleanup for deleted v5.0 command and workflow files (80e3e92)
  • 04-01: create 8 internal skills with native Claude Code frontmatter (d081eed)
  • 04-01: create always-loaded rules for conventions and verification protocol (eec12f5)
  • 04-02: rewrite 5 remaining user-facing skills for new architecture (1a04f87)
  • 04-02: rewrite 6 core user-facing skills for new architecture (90aae27)
  • 04-03: create 4 generic agent definitions (80af42e)
  • 04-03: delete 14 old agents and rewrite AGENTS.md registry (b42c7f4)
  • 04-04: consolidate CLI agent types from 12 to 4 (a2e5c46)
  • 04-04: update all workflow files to use 4-agent model names (2c81d3f)
  • 05-01: add worktree types and lifecycle management module (d81bc25)
  • 05-01: extend config, init context, and CLI with worktree commands (826e14e)
  • 05-02: add review cycle retry counters and escalation protocol (595314f)
  • 05-02: enhance summary template with review cycle and requirement evidence sections (a2ae70b)
  • 05-03: add --worktrees/--no-worktrees flag support to execute workflow and command (d9a13a4)
  • 05-03: add decide_execution_mode step and batch worktree path to execute-phase (9af4015)
  • 05-04: add pre-execution gates G1/G2 and post-execution evidence gate G6 (fab1d9e)
  • 05-04: add requirement validation functions and CLI commands (38517fe)
  • 05-05: add Agent Teams coordination to execute-phase workflow (3f1f808)
  • 05-05: add worktree-aware executor and Agent Teams installer prompt (010920e)
  • hooks: add sync-reminder hook and update-checker backup logic (32e0295)
  • hooks: rewrite statusline with phase/milestone progress, remove context monitor (48ebea2)
  • hooks: update build/install/tests for context monitor removal (439f424)
  • hooks: wire sync-reminder into build, installer, and tests (83cdd6d)