gwm-cli 1.6.1

git worktree manager — TUI + CLI, native libgit2, per-repo bootstrap
Documentation
# [1.0.2] - 2026-07-06

A small patch on the 1.0 line: the first documentation screenshot / recording
set lands, plus a routine dependency bump. No new features, no behaviour
changes, and the machine contracts frozen in 1.0.0 are untouched.

### Documentation

- **Shipped the first screenshot / recording set** for the docs tree and the
  README hero ([#206]). Covers the TUI (hero, details sidebar with
  side-by-side + stacked layouts, four-preset theme gallery, `:` command
  palette, the `?` Keybindings overlay, the Settings-panel Keys tab keymap
  editor, live `/` filter recording, armed safety-countdown recording) and
  the CLI (`gwm doctor`, the bootstrap step report, the TOFU trust prompt,
  the first-worktree tour, and the `gcd` shell-init helper) plus the live
  GitHub issue/PR linking pane. Every capture is wired into both the English
  pages and their `docs/fr/` mirror. Captures are reproducible: the demo
  fixture and vhs `.tape` scripts are committed under `docs/_capture/` and
  regenerable with `docs/_capture/generate.sh`. The `gwm tmux` multiplexer
  clip is deferred (vhs cannot host a tmux client).

### Dependencies

- ⬆️ Bump the clap-stack group: `clap_complete` `4.6.5``4.6.7` ([#358]).
  Routine version bump, no source changes on our side.

[#206]: https://github.com/kbrdn1/gwm-cli/issues/206
[#358]: https://github.com/kbrdn1/gwm-cli/pull/358