Skip to content

Releases: recodeee/gitguardex

v7.0.38

27 Apr 08:25
6583add

Choose a tag to compare

  • Bumped @imdeadpool/guardex from 7.0.37 to 7.0.38 so the current main payload can publish under a fresh npm version after 7.0.37 reached the registry.
  • No new CLI command behavior is introduced in this release lane.

v7.0.37

25 Apr 13:30
77ef737

Choose a tag to compare

GitGuardex v7.0.37

Changes since v7.0.35.

v7.0.37

  • Bumped @imdeadpool/guardex from 7.0.36 to 7.0.37 so the current
    package can publish under a fresh npm version after 7.0.36 reached the
    registry.
  • Synced the shipped Active Agents template with the canonical VS Code
    extension source so Colony task counts and details install with the package.
  • No new CLI command behavior is introduced in this release lane.

v7.0.36

  • Bumped @imdeadpool/guardex from 7.0.35 to 7.0.36 so the latest
    branch-finish cwd-prune fix can ship under a fresh npm version after PR #424.
  • No new CLI command surface is introduced in this release lane.

v7.0.35

24 Apr 16:23
efb7fbd

Choose a tag to compare

GitGuardex v7.0.35

Changes since v7.0.34.

v7.0.35

  • Bumped @imdeadpool/guardex from 7.0.34 to 7.0.35 so the current
    merged main payload can publish on a fresh npm version after PR #420.
  • Refreshed README release/skills metadata and shipped Active Agents template
    parity so the current main payload passes release verification.
  • No new CLI command behavior is introduced in this release lane.

v7.0.34

24 Apr 12:52
27026a1

Choose a tag to compare

Highlights

  • Fix: primary-checkout branch-flip guard now survives a dirty tree. The templates/githooks/post-checkout hook auto-stashes dirty edits as guardex-auto-revert <ts> <prev>-><new> (including untracked files) before reverting primary to the protected branch. Previously a dirty tree caused the guard to print auto-revert skipped and silently leave primary flipped onto an agent/* branch — the exact symptom where local main appeared to become the agent worktree branch. (#417)
  • Contract tightening in AGENTS.md / CLAUDE.md: new explicit Primary-tree lock (blocking) rule enumerating every disallowed command on the primary checkout (git checkout <ref>, git switch <ref>, git switch -c ..., git checkout -b ..., git worktree add <path> <existing-agent-branch>), plus a Dirty-tree rule pointing at the new auto-stash safety net. (#417)

Changes

  • chore(release): bump to 7.0.34 (#418)
  • fix(guardex): auto-stash dirty primary on branch-switch (#417)

Full Changelog: v7.0.33...v7.0.34

v7.0.33

23 Apr 23:00
0752a7e

Choose a tag to compare

What's Changed

  • Reduce launch tax when bare gx finds drift by @NagyVikt in #400
  • feat(vscode-active-agents): distinct icons per tree section by @NagyVikt in #402
  • feat(vscode-active-agents): refine file-icon SVGs by @NagyVikt in #403
  • docs(AGENTS): make Claude finish always include via-pr + wait-for-merge + cleanup by @NagyVikt in #404
  • Default Active Agents tree toward raw details view by @NagyVikt in #401
  • Let gx doctor auto-finish agent branches without a GitHub remote by @NagyVikt in #405
  • feat(worktree): prefix worktree leaves with repo basename instead of literal 'agent' by @NagyVikt in #406
  • Group gx help commands + quickstart and bump to 7.0.28 by @NagyVikt in #408
  • Show green check when agent finished editing worktree by @NagyVikt in #407
  • Compact gx status banner with context-aware next-step hint by @NagyVikt in #409
  • Default auto-doctor to --current so bare gx stays in this repo by @NagyVikt in #410
  • Prompt on bare gx to install missing companion tools by @NagyVikt in #411
  • Rewrite README against Claude Design handoff (929 -> 248 lines) by @NagyVikt in #412
  • README: add back hero/problem/workflow images + companion tools table by @NagyVikt in #413

Full Changelog: v7.0.27...v7.0.33

v7.0.27

23 Apr 18:53
969de3f

Choose a tag to compare

GitGuardex v7.0.27

Changes since v7.0.26.

v7.0.27

  • Bumped @imdeadpool/guardex from 7.0.26 to 7.0.27 so npm can publish a fresh version after 7.0.26 was already taken on the registry.
  • The shipped agent-branch-start.sh copies now keep the startup auto-transfer path alive under set -o pipefail, so Guardex can still restore moved changes back to the protected checkout when branch startup hits a later failure.
  • The shipped agent-branch-finish.sh copies now keep PR-only finish runs from opening temporary integration repos, so maintainers can finish directly through the existing PR lane without extra temp-repo churn.
  • Keep the release scoped to version metadata for the already-merged main payload; no additional runtime behavior changes are introduced in this release lane.

v7.0.26

23 Apr 16:23
41c7d29

Choose a tag to compare

GitGuardex v7.0.26

Changes since v7.0.25.

v7.0.26

  • Bumped @imdeadpool/guardex from 7.0.25 to 7.0.26 so npm can publish a fresh version after v7.0.25 reached GitHub Releases while the registry stayed on 7.0.24.
  • README now documents both npx skills add recodeee/ and npx skills add recodeee/gitguardex, and explains why the picker shows gitguardex instead of a separate guardex skill.
  • Keep the release scoped to version metadata plus the already-merged README installer guidance on main; no additional CLI/runtime behavior changed in this lane.

v7.0.25

23 Apr 10:43
776da31

Choose a tag to compare

GitGuardex v7.0.25

Changes since v7.0.24.

v7.0.25

  • Bumped @imdeadpool/guardex from 7.0.24 to 7.0.25 so npm and GitHub Releases can ship the current main payload.
  • The bundled GitGuardex Active Agents VS Code companion now self-heals stale repo-scan ignore settings in older repos, keeps plain managed sandboxes visible in Source Control, and preserves cleanup truth so the tree matches actual sandbox state.
  • Bumped the shipped Active Agents companion manifests from 0.0.8 to 0.0.9 so local VS Code installs can pick up the newer workspace build and show the refreshed extension version from this release.

v7.0.24

22 Apr 21:55
48afde8

Choose a tag to compare

GitGuardex v7.0.24

Changes since v7.0.23.

v7.0.24

  • Bumped @imdeadpool/guardex from 7.0.23 to 7.0.24 so GitHub Releases and the npm publish retry can advance together after v7.0.23 landed on GitHub but not on npm.
  • Release verification no longer loses its base ref on tag-triggered runs, so the publish workflow keeps the history it needs before packing and publish checks.
  • Keep the release scoped to version and release automation metadata only; the packaged Guardex CLI payload stays aligned with the already-verified main branch contents.

v7.0.23

22 Apr 21:27
cbf7e06

Choose a tag to compare

GitGuardex v7.0.23

Changes since v7.0.21.

v7.0.23

  • Bumped @imdeadpool/guardex from 7.0.22 to 7.0.23 so GitHub release and npm can advance together after 7.0.22 reached npm without a matching published GitHub release.
  • Active Agents stays easier to scan and more truthful: the package repo remains the canonical source, inspect/install paths stay loadable across VS Code churn, and session rows group under worktrees with clearer merged-cleanup truth.
  • Guardex prompt and finish guidance now pushes faster phase-based execution, keeps helper behavior single-sourced, and avoids fragmented probe loops when cleanup or branch-deletion races appear.

v7.0.22

  • Bumped @imdeadpool/guardex from 7.0.21 to 7.0.22 so npm can publish the next release from the current merged mainline.
  • The shipped main payload already includes lower-token prompt slices, SCM-selected lane visibility, truthful merged-cleanup evidence, the Active Agents brand/icon refresh, and the remaining CLI extraction cleanups without changing Guardex behavior.
  • Keep the release scoped to version and release metadata only; the package payload stays the same as the verified main branch contents.