Move .claude creation for testing agent harness to postinstall#4624
Open
TylerLeonhardt wants to merge 2 commits intomainfrom
Open
Move .claude creation for testing agent harness to postinstall#4624TylerLeonhardt wants to merge 2 commits intomainfrom
TylerLeonhardt wants to merge 2 commits intomainfrom
Conversation
title says it all.
Contributor
There was a problem hiding this comment.
Pull request overview
Moves workspace .claude/ setup from committed symlinks/files into the postinstall script so the Claude testing harness can rely on a consistent .claude layout after npm install.
Changes:
- Add a
postinstallstep to create.claude/CLAUDE.mdand.claude/skillssymlinks pointing to canonical repo locations. - Update
.gitignoreto ignore.claude/entirely and remove now-unneeded per-path ignore entries. - Remove previously committed
.claudesymlink files and add a new.agents/skills/anthropic-sdk-upgraderskill.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
script/postinstall.ts |
Creates .claude symlinks during postinstall and invokes the new helper from main(). |
.gitignore |
Ignores .claude/ and simplifies ignore rules now that .claude is generated. |
.claude/skills/launch |
Removes the committed symlink file (now generated by postinstall). |
.claude/CLAUDE.md |
Removes the committed symlink file (now generated by postinstall). |
.agents/skills/anthropic-sdk-upgrader/SKILL.md |
Adds a new skill describing the Anthropic SDK upgrade procedure. |
alexdima
approved these changes
Mar 23, 2026
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.
title says it all.