Skip to content

Releases: archgate/cli

v0.45.3

11 Jun 15:35
66fc74b

Choose a tag to compare

Bug Fixes

  • engine: include uncommitted working-tree changes in base-ref change detection (#409) (ee0b1c1), closes #403

v0.45.2

11 Jun 13:11
cb8d3d6

Choose a tag to compare

Bug Fixes

  • prompts: replace removed inquirer "list" prompt type with "select" (#406) (34b72d7)

v0.45.1

10 Jun 15:08
8a13261

Choose a tag to compare

Bug Fixes

  • install: verify release assets exist before trusting advertised version; test isolation fixes (#404) (be5e7d9)

v0.45.0

10 Jun 10:14
996cff8

Choose a tag to compare

Features

  • cursor: automated plugin install via tarball download (#395) (41eb37e)

Bug Fixes

  • opencode: extract to config dir and clean stale files on install (#400) (51b41e7)
  • tests: eliminate user-scope pollution and global module mocks in tests (#401) (0cff642)

v0.43.0

01 Jun 03:59
aab19dd

Choose a tag to compare

Features

  • engine: add inline suppression via archgate-ignore comments (#383) (1240860)

Bug Fixes

  • ci: stop cancelling main branch CI runs on concurrent pushes (#392) (9edabde)
  • deps: resolve dependency dashboard deprecation and lookup warnings (#387) (18eae44), closes #107
  • docs: restore Norwegian Bokmål diacritical marks across nb/ locale (#384) (ef98b39)
  • shims,docs: resolve CodeQL and AI code quality findings (#388) (63ec93f)

v0.42.0

30 May 23:48
9edabde

Choose a tag to compare

What's Changed

  • feat(engine): add inline suppression via archgate-ignore comments by @rhuanbarreto in #383
  • chore(deps): update devdependencies (non-major) by @renovate[bot] in #385
  • chore(deps): update github/codeql-action action to v4.36.0 by @renovate[bot] in #386
  • fix(docs): restore Norwegian Bokmål diacritical marks across nb/ locale by @rhuanbarreto in #384
  • fix(deps): resolve dependency dashboard deprecation and lookup warnings by @rhuanbarreto in #387
  • fix(shims,docs): resolve CodeQL and AI code quality findings by @rhuanbarreto in #388
  • docs: simplify README installation and quick start by @rhuanbarreto in #389
  • chore(release): 0.42.0 by @archgatebot[bot] in #381
  • chore(deps): update dependency npm to v11.16.0 by @renovate[bot] in #390
  • fix(ci): stop cancelling main branch CI runs on concurrent pushes by @rhuanbarreto in #392

Full Changelog: v0.41.1...v0.42.0

v0.41.1

29 May 10:58
6f24e53

Choose a tag to compare

Bug Fixes

  • shims: fix rubygem and pypi publish failures (#377) (76324d1), closes #378

v0.41.0

29 May 00:38
b66bdef

Choose a tag to compare

Features

  • adr: convert agent-memory patterns into enforced ADR rules (#376) (267e7e4)
  • check: add --max-warnings flag to fail on warnings (#374) (20920de)
  • lint: add bun:test expect-expect oxlint plugin (#373) (1bda975), closes #353

Bug Fixes

  • ci: pin pip build dependency by hash for Scorecard compliance (#361) (2282b1e), closes #16
  • release: repair shim publishing and distribute synced package READMEs (#368) (059a4db)
  • shims: add per-package LICENSE files and enforce shim license sync (#370) (15bdb47)

v0.40.0

28 May 20:46
7245dbc

Choose a tag to compare

Features

  • multi-ecosystem shim distribution and CI test coverage (#356) (3bd562e)

Bug Fixes

  • ci: detect workflow changes that affect shim tests (#360) (372baf2)

v0.39.0

25 May 23:00
727c64d

Choose a tag to compare

Features

  • check: add --base flag for cross-file rule parity between local and CI (#339) (1058aa5), closes #338

Performance Improvements