Skip to content

Releases: maystudios/maxsimcli

v5.4.0

24 Mar 10:30

Choose a tag to compare

5.4.0 (2026-03-24)

Bug Fixes

  • lint: replace string concatenation with template literal in statusline hook (e64a618)
  • remove unused IssueIds and BOARD_FIELDS from github/types.ts (a11ac51)
  • replace non-null assertions with type-safe narrowing in test files (a423190)

Features

  • add GitHub issue relations (blocked by / blocking) per spec §5.3 (486ab94)
  • hooks: improve maxsim-capture-learnings per spec §11.3 (e62a90f)

v5.3.0

24 Mar 09:10

Choose a tag to compare

5.3.0 (2026-03-24)

Bug Fixes

  • inject version from package.json at build time instead of hardcoding (9ab788f)
  • reduce label taxonomy from 19 to 6 per PROJECT.md §5.3 (0451848)

Features

  • add 4 missing slash commands (improve, fix-loop, debug-loop, security) (453775c)
  • add autoresearch skill (#15 of 15) with 6 reference workflows (fd83207)
  • add maxsim-session-start, maxsim-teammate-idle, maxsim-task-completed hooks (a83a76f)

v5.2.4

23 Mar 17:15

Choose a tag to compare

5.2.4 (2026-03-23)

Bug Fixes

  • comprehensive codebase audit — 72 discrepancies found, 50+ resolved (9020d45)

v5.2.3

23 Mar 15:22

Choose a tag to compare

5.2.3 (2026-03-23)

Bug Fixes

  • comprehensive codebase audit — 51 discrepancies resolved (046934d)

v5.2.2

23 Mar 14:19

Choose a tag to compare

5.2.2 (2026-03-23)

Bug Fixes

  • project: correct homepage domain and remove multi-runtime references (feef1f1)
  • templates: remove plan flags from hint and delete obsolete planning templates (d01d3e0)

v5.2.1

23 Mar 11:46

Choose a tag to compare

5.2.1 (2026-03-23)

Bug Fixes

  • github: fix comment regex, milestone dueOn, error classification, remove dead code (414a75e)

v5.2.0

23 Mar 11:44

Choose a tag to compare

5.2.0 (2026-03-23)

Bug Fixes

  • ci: add PR workflow and fix GitHub templates (d4c19b6)
  • skills: correct paths, descriptions, and agent-skill mappings (e9bed64)
  • test: correct e2e test paths and file checks (a9c6e3a)
  • workflows: add missing subagent_type and fix isolation values (7ab8e8b)
  • workflows: add Plan Mode to plan/quick workflows and fix retry count (990e061)
  • workflows: replace ROADMAP.md refs with GitHub reads and fix paths (37fb996)

Features

  • workflows: create debug.md workflow (af96545)

v5.1.3

23 Mar 11:39

Choose a tag to compare

5.1.3 (2026-03-23)

Bug Fixes

  • agents: sync executor skills with PROJECT.md spec (1829d11)
  • templates: correct paths and GitHub-first references in references and rules (f431062)
  • test: correct e2e test paths and file checks (dd1f902)

v5.1.2

23 Mar 11:02

Choose a tag to compare

5.1.2 (2026-03-23)

Bug Fixes

  • agents: correct model profiles and promote verification to preloaded skill (0062019)
  • ci: enforce strict test config, add lint step, and clean up stale workflow (4f0ef76)
  • ci: skip e2e job when no test files exist (e7661a7)
  • commands: standardize all 9 slash command definitions (c72f401)
  • core: audit fixes for types, config, labels, and board schema (064ecdc)
  • github: resolve critical audit findings in GitHub integration module (4f04588)
  • hooks: remove dead sync-reminder hook, fix Windows path quoting, use npx for update command (8ed202b)
  • install: scope uninstall to maxsim-only paths and fix housekeeping issues (4617e6f)
  • references-rules: remove orphan references and align with v6 GitHub-first model (f5a115d)
  • skills: update 8 skill files — remove stale references and add missing content (eef42ff)
  • workflows: remove .planning/ dependencies from execute workflows (11a8aca)
  • workflows: remove orphan workflows and normalize config paths (23ce315)
  • workflows: repair plan workflow path refs and dead code (947b271)
  • workflows: use project-local paths and add Plan Mode gates to init/go/milestone workflows (9a71fab)

v5.1.1

23 Mar 01:50

Choose a tag to compare

5.1.1 (2026-03-23)

Bug Fixes

  • install: remove duplicate shebang causing SyntaxError on npx (7724ea6)