Conversation
When a PR is merged to main with a new version in Cargo.toml: - Creates a git tag (vX.Y.Z) - Publishes to crates.io - Creates a GitHub Release with auto-generated notes Skips if the tag already exists (idempotent). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add automated release workflow on main merge
Supports zsh, bash, fish, elvish, and powershell via clap_complete. Updated README and landing page to document completions and man page. Closes #24 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: add shell completions (#24)
When `parsec switch` is called without a ticket argument, it now shows an interactive selection list of active worktrees using dialoguer. Closes #25 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: interactive parsec switch picker (#25)
Supports syncing current, specific, or all worktrees at once. Default strategy is rebase, configurable to merge via --strategy. Aborts cleanly on conflict and reports per-worktree results. Closes #26 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
feat: add parsec sync (#26)
Opens the PR/MR URL (from ship history) or ticket tracker page (Jira/GitHub/GitLab) in the default browser. Supports --pr and --ticket-page flags to force a specific target. Closes #27 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Shows CI checks, review approvals, and merge state for shipped PRs in a color-coded table. Fetches data from GitHub API (combined status + reviews endpoints). Supports single ticket or all shipped PRs. Closes #28 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.2.3
New Features
parsec config completions <shell>) — Shell completions (zsh/bash/fish) #24parsec switchwithout args shows picker) — Interactive parsec switch (no argument) #25parsec sync [ticket] [--all] [--strategy rebase|merge]) — parsec sync — rebase/merge base branch into worktree #26parsec open <ticket> [--pr] [--ticket-page]) — parsec open — open PR/MR or ticket page in browser #27parsec pr-status [ticket]) — parsec pr-status — check PR/MR CI and review status #28Other