Skip to content

Release v0.2.0 - #44

Merged
claudecafe merged 1 commit into
mainfrom
release/v0.2.0
Sep 17, 2026
Merged

claudecafe merged 1 commit into
mainfrom
release/v0.2.0

Conversation

@claudecafe

@claudecafe claudecafe commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

Release diffwalk 0.2.0 with explicit literal and Git pathspec selection for working-tree and staged captures.

  • Replace inspect -- src/a.ts src/b.ts with inspect --path src/a.ts --path src/b.ts. The old syntax reports migration guidance; positional revisions remain supported.
  • Add repeatable --pathspec for Git patterns, such as --pathspec ':(glob)src/**/*.ts'. --path and --pathspec are mutually exclusive.
  • Add repeatable literal --exclude, composable with either selection mode after Git rename detection.
  • Preserve detected renames across literal exclusions as “Moved to excluded path” or “Moved from excluded path”, explicitly omitting excluded content. Initial pathspec filtering can still lose rename relationships.

The release PR changes only the package version. The features passed independent acceptance and project checks before landing. Merge this PR manually after Project check passes, then run pnpm release:publish 44 to tag its exact merged commit and trigger the npm Publish workflow.

Co-Authored-By: ことね <kotone@claudecafe.dev>
@claudecafe
claudecafe merged commit 55476bb into main Sep 17, 2026
3 of 4 checks passed
@claudecafe
claudecafe deleted the release/v0.2.0 branch September 17, 2026 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants