chore(deps): refresh pnpm lockfile, drop legacy sidecar binary, link portable skills#12
chore(deps): refresh pnpm lockfile, drop legacy sidecar binary, link portable skills#12saagpatel wants to merge 1 commit into
Conversation
…portable skills - pnpm-lock.yaml regenerated - Deleted vendored 80MB jcc-sidecar binary (build artifact, not source) - Linked 4 portable skills (api-design, migration, notarize, tauri-release) - CLAUDE.md additions Mid-flight WIP captured for review; not pushed.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2e3f8ad06
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1 @@ | |||
| /Users/d/.claude/portable-skills/api-design No newline at end of file | |||
There was a problem hiding this comment.
Replace machine-local skill symlinks
On any checkout that is not on the original /Users/d machine, this symlink (and the other newly added .claude/skills/* symlinks) resolves to a non-existent absolute path, so the committed skills are unusable and can trip tooling that traverses skill directories as dangling links. Since these are meant to be repository-portable skills, commit relative links or the actual skill directories instead of absolute local paths.
Useful? React with 👍 / 👎.
Summary
pnpm-lock.yaml(compatibility refresh, ~5,148 lines)src-tauri/binaries/jcc-sidecar-aarch64-apple-darwin(build artifact, not source)api-design,migration,notarize,tauri-release) as symlinks under.claude/skills/Why
Captures mid-flight WIP that was sitting uncommitted in the working tree. The sidecar binary doesn't belong in version control (it's a build output, restorable via the Tauri build pipeline).
Test plan
pnpm install --frozen-lockfilesucceeds with the regenerated lockfile🤖 Generated with Claude Code