Releases: recodeee/gitguardex
Releases · recodeee/gitguardex
v7.0.42
GitGuardex v7.0.42
Changes since v7.0.41.
v7.0.42
- Bumped
@imdeadpool/guardexfrom7.0.41to7.0.42so the current
mainpayload can publish under a fresh npm version after7.0.41reached
the registry. - Improves the agent-session and cockpit workflow:
gx agents start/status
now share canonical session storage, agent lanes can be previewed, claimed,
finished by session, and launched through safer supported-agent metadata,
and cockpit can render live session state through tmux-backed panes. - Hardens setup and status hygiene by ignoring local
.codex/state during
setup/doctor, avoiding generic OpenSpec dirty-worktree reuse, and pruning
stale agent sessions from user-facing status surfaces.
v7.0.41
v7.0.41
- Bumped
@imdeadpool/guardexfrom7.0.40to7.0.41so the currentmainpayload can publish under a fresh npm version after thev7.0.40GitHub release landed without a matching npm registry package. - Ships the Colony companion setup as the default global companion surface:
colonymaps to@imdeadpool/colony-cli, README setup documentscolony install --ide ..., and status tests/images expect Colony instead of cavemem.
Publish from the merged commit with:
npm publish --access public
v7.0.40
GitGuardex v7.0.40
Changes since v7.0.39.
v7.0.40
- Bumped
@imdeadpool/guardexfrom7.0.39to7.0.40so the current
mainpayload can publish under a fresh npm version after7.0.39reached
the registry. - No new CLI command behavior is introduced in this release lane.
v7.0.39
v7.0.38
v7.0.37
GitGuardex v7.0.37
Changes since v7.0.35.
v7.0.37
- Bumped
@imdeadpool/guardexfrom7.0.36to7.0.37so the current
package can publish under a fresh npm version after7.0.36reached 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/guardexfrom7.0.35to7.0.36so 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
GitGuardex v7.0.35
Changes since v7.0.34.
v7.0.35
- Bumped
@imdeadpool/guardexfrom7.0.34to7.0.35so the current
mergedmainpayload can publish on a fresh npm version after PR #420. - Refreshed README release/skills metadata and shipped Active Agents template
parity so the currentmainpayload passes release verification. - No new CLI command behavior is introduced in this release lane.
v7.0.34
Highlights
- Fix: primary-checkout branch-flip guard now survives a dirty tree. The
templates/githooks/post-checkouthook auto-stashes dirty edits asguardex-auto-revert <ts> <prev>-><new>(including untracked files) before reverting primary to the protected branch. Previously a dirty tree caused the guard to printauto-revert skippedand silently leave primary flipped onto anagent/*branch — the exact symptom where localmainappeared to become the agent worktree branch. (#417) - Contract tightening in
AGENTS.md/CLAUDE.md: new explicitPrimary-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 aDirty-tree rulepointing 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
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
GitGuardex v7.0.27
Changes since v7.0.26.
v7.0.27
- Bumped
@imdeadpool/guardexfrom7.0.26to7.0.27so npm can publish a fresh version after7.0.26was already taken on the registry. - The shipped
agent-branch-start.shcopies now keep the startup auto-transfer path alive underset -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.shcopies 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
mainpayload; no additional runtime behavior changes are introduced in this release lane.