- Fix jq pipe precedence: wrap uris length check in parens so
`length` applies to the array, not the boolean and-chain
- Fix while-loop subshell: use process substitution so counter
variables persist to the final summary line
- Remove auto-merge workflow: GITHUB_TOKEN merges do not trigger
push events, so deploy-netty never ran on auto-merged PRs
- Add chromium to netty system packages
- Add home/agent-browser.nix: configures agent-browser to use nix
chromium headless, installs via npm on first activation (Linux only)
- Add scripts/sync-bw-browser-auth.sh: imports all BW login items
into agent-browser encrypted auth vault via --password-stdin
- Add just sync-browser-auth target
Collapse the netty worktree helpers into wt create/remove/prune, keep wt-create as a thin wrapper, and drop the standalone wt-path command.
Also make the netty zsh wrappers handle cd-only behavior for wtc and wt remove.
Co-authored-by: Codex <noreply@openai.com>
Resolve the path anchor from the repository common git dir so running wtc from inside an existing worktree still names sibling worktrees from the main checkout root.
Co-authored-by: Codex <noreply@openai.com>
Add netty-specific worktree helper commands and a zsh wrapper that creates sibling worktrees and cds into them.
Also split script packaging so Darwin keeps the existing wt integration while netty gets git-worktree-based helpers.
Co-authored-by: Codex <noreply@openai.com>