-
Notifications
You must be signed in to change notification settings - Fork 118
Add AGENTS.md symlink and enable symlink embedding #4033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Create AGENTS.md as symlink to CLAUDE.md in appkit template - Add GODEBUG=embedfollowsymlinks=1 to build targets - Update goreleaser configs to support symlink embedding
|
Commit: 68ebb5d
12 failing tests:
Top 19 slowest tests (at least 2 minutes):
|
| builds: | ||
| - env: | ||
| - CGO_ENABLED=0 | ||
| - GODEBUG=embedfollowsymlinks=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean it shows up as a copy or an actual symlink?
IIRC, fs.FS doesn't model symlinks.
fjakobs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are no linger embedding the template code. Let me address this in the PR where we merge the DABs template into main
Summary
Changes