• v1.26.0 1ae06d7391

    v1.26.0 — Worktrunk Integration & Terminal Workflow
    All checks were successful
    CI / json-check (push) Successful in 4s
    CI / security (push) Successful in 7s
    Publish / detect-release (push) Successful in 5s
    CI / manifest (push) Successful in 5s
    CI / lua-check (push) Successful in 9s
    Publish / tag (push) Successful in 4s
    Publish / promote-release (push) Successful in 1s
    CI / sast (push) Successful in 39s
    Stable

    Gravity Bot released this 2026-03-04 08:10:02 +00:00 | 161 commits to master since this release

    What's Changed

    Worktrunk Integration

    • OP#1948: Install Rust toolchain via rustup
    • OP#1950: Add worktrunk to manifest.json dependencies
    • OP#1951: Add cargo install step to bootstrap agent
    • OP#1952: Add worktrunk shell function to managed .zshrc
    • OP#1953: Verify worktrunk installation and commands

    gt-worktrunk Skill

    • 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 branching
    • OP#1923: Add worktree cleanup (Check 6b) to gr-postflight
    • OP#1956: Test gt-worktrunk skill workflows

    Terminal Workflow Audit

    • OP#1957: Update .tmux.conf with Claude Code compatibility fixes (escape-time, allow-passthrough, Ctrl+B)
    • OP#1958: Evaluate WezTerm multiplexing as tmux alternative (recommend tmux primary)
    • OP#1959: Document recommended terminal workflow guide
    • OP#1960: Test terminal workflow end-to-end

    Infrastructure

    • OP#1947: Initialize version branch from develop
    • OP#1993: Pre-release merge: consolidate parallel feature branches

    Highlights

    worktrunk (wt) — Git worktree manager for parallel AI agent workflows, now a first-class Gravity tool. Rust toolchain added to manifest, bootstrap agent installs via cargo install worktrunk, shell integration managed in .zshrc. New gt-worktrunk skill provides worktree create/switch/cleanup workflows aligned with Gravity PM conventions.

    Skill integrationgr-implementation Step 3 now uses wt switch --create instead of git checkout -b with automatic fallback. gr-postflight Check 6b prunes merged worktrees via wt step prune.

    Terminal workflow — tmux config hardened for Claude Code (escape-time 10ms, allow-passthrough on, 50K history, Ctrl+B passthrough). WezTerm evaluated and documented as alternative. Comprehensive terminal workflow guide added.

    Tasks

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

    Total: 33 SP across 16 tasks

    Downloads