Release v1.26.0 — Worktrunk Integration & Terminal Workflow #49

Merged
Mike Bros merged 12 commits from release/1.26.0 into master 2026-03-04 08:10:03 +00:00
Collaborator

Release v1.26.0 — Worktrunk Integration & Terminal Workflow

Changes

  • OP#1947: Initialize version branch from develop
  • OP#1948: Install Rust toolchain via rustup
  • OP#1950: Add worktrunk to manifest.json dependencies
  • OP#1951: Add cargo install step to bootstrap
  • OP#1952: Add worktrunk shell function to managed .zshrc
  • OP#1953: Verify worktrunk installation and commands
  • OP#1954: Create gt-worktrunk SKILL.md with worktree lifecycle management
  • OP#1955: Add worktrunk CLI reference doc
  • OP#1922: Update gr-implementation Step 3 to use worktrunk
  • OP#1923: Worktree cleanup in gr-postflight
  • OP#1956: Test gt-worktrunk skill workflows
  • OP#1957: Update .tmux.conf with Claude Code compatibility fixes
  • OP#1958: Evaluate WezTerm multiplexing as tmux alternative
  • OP#1959: Document recommended terminal workflow
  • OP#1960: Test terminal workflow end-to-end
  • OP#1993: Pre-release merge: consolidate feature branches

Total: 33 SP across 16 tasks

Checklist

  • All version tasks closed in Gravity PM
  • Tests passing
  • Version file matches Gravity PM version (manifest.json → 1.26.0)
  • All commits pushed

References

Version: 1.26.0 (Gravity PM)
Epics: OP#1920 (Add worktrunk to manifest), OP#1921 (Write gt-worktrunk skill), OP#1924 (Terminal workflow audit)

## Release v1.26.0 — Worktrunk Integration & Terminal Workflow ### Changes - OP#1947: Initialize version branch from develop - OP#1948: Install Rust toolchain via rustup - OP#1950: Add worktrunk to manifest.json dependencies - OP#1951: Add cargo install step to bootstrap - OP#1952: Add worktrunk shell function to managed .zshrc - OP#1953: Verify worktrunk installation and commands - OP#1954: Create gt-worktrunk SKILL.md with worktree lifecycle management - OP#1955: Add worktrunk CLI reference doc - OP#1922: Update gr-implementation Step 3 to use worktrunk - OP#1923: Worktree cleanup in gr-postflight - OP#1956: Test gt-worktrunk skill workflows - OP#1957: Update .tmux.conf with Claude Code compatibility fixes - OP#1958: Evaluate WezTerm multiplexing as tmux alternative - OP#1959: Document recommended terminal workflow - OP#1960: Test terminal workflow end-to-end - OP#1993: Pre-release merge: consolidate feature branches **Total: 33 SP across 16 tasks** ### Checklist - [x] All version tasks closed in Gravity PM - [x] Tests passing - [x] Version file matches Gravity PM version (manifest.json → 1.26.0) - [x] All commits pushed ### References Version: 1.26.0 (Gravity PM) Epics: OP#1920 (Add worktrunk to manifest), OP#1921 (Write gt-worktrunk skill), OP#1924 (Terminal workflow audit)
Add Rust stable to manifest.json languages, source cargo env in
managed .zshrc, and add Rust bootstrap instructions to bootstrap
agent prompt.

Closes OP#1948

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Register worktrunk as a managed tool in manifest.json so the
bootstrap agent installs it on fresh systems.

Closes OP#1950

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add worktrunk installation via cargo to the bootstrap agent prompt,
sequenced after the Rust toolchain setup step.

Closes OP#1951

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add eval-based shell init for worktrunk so that `wt switch` can
change the current shell directory into a worktree. Placed in
managed config to survive bootstrap redeployments.

Closes OP#1952

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Rebind prefix to Ctrl+A with Ctrl+B passthrough (prefix+b)
- Increase escape-time from 0 to 10ms (safer for modifier sequences)
- Enable DEC 2026 passthrough (reduces TUI flickering)
- Increase scrollback buffer from 10000 to 50000 lines
- Mouse support already present (no change needed)

Closes OP#1957

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Research comparison of WezTerm SSH domains vs tmux for Claude Code
workflows. Recommends tmux with compatibility fixes as primary
multiplexer; WezTerm SSH domains as supported alternative.

Closes OP#1958

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Covers tmux configuration rationale, keybinding reference after
prefix rebind, single-agent and multi-agent workflows, WezTerm SSH
domain alternative, and known issues with workarounds.

Closes OP#1959

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds SKILL.md with worktree creation, switching, cleanup workflows,
naming conventions, Claude Code launch integration, and integration
points with gr-implementation/gr-postflight/gr-preflight. Adds
manifest entry for distribution.

Closes OP#1954

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds comprehensive cli-reference.md covering wt switch, list, remove,
merge, step prune, and config with Gravity PM examples. Fixes SKILL.md
to use correct `wt step prune` (not `wt prune`). Adds manifest entry
for reference doc distribution.

Closes OP#1955

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replaces git checkout -b with wt switch --create for worktree-based
branching. Adds existing worktree detection, plain git fallback, and
note that Steps 4-7 work identically in worktrees. Adds gt-worktrunk
cross-reference.

Closes OP#1922

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds Check 6b for worktree pruning using wt step prune with dry-run
preview. Handles merged/uncommitted/unmerged worktrees. Adds Worktrees
section to reconciliation report template and gt-worktrunk cross-ref.

Closes OP#1923

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
chore(release): bump version to 1.26.0
All checks were successful
CI / json-check (pull_request) Successful in 4s
PR Validation / validate-branch (pull_request) Successful in 1s
CI / security (pull_request) Successful in 5s
CI / manifest (pull_request) Successful in 4s
CI / lua-check (pull_request) Successful in 8s
PR Validation / validate-release-pr (pull_request) Successful in 4s
CI / sast (pull_request) Successful in 34s
222cde3268
Refs OP#1949

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mike Bros approved these changes 2026-03-04 08:09:56 +00:00
Mike Bros merged commit 1ae06d7391 into master 2026-03-04 08:10:03 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mike/kickstart.nvim!49
No description provided.