Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

chore: stop tracking the node_modules Tailwind-shim symlink - #27

Merged
joestump-agent merged 1 commit into
mainfrom
chore/remove-node-modules-symlink
Jul 11, 2026
Merged

chore: stop tracking the node_modules Tailwind-shim symlink#27
joestump-agent merged 1 commit into
mainfrom
chore/remove-node-modules-symlink

Conversation

@joestump-agent

Copy link
Copy Markdown
Owner

What

A node_modules symlink (mode 120000) pointing at a build-time scratch directory was accidentally committed via #20's CSS rebuild and inherited by every branch cut since. It's harmless to the pure-Go build (nothing imports it) but resolves to nothing on any other clone, so it's pure noise in the tree.

  • git rm --cached node_modules — removes the tracked symlink.
  • Adds /node_modules and /.tools/ to .gitignore so the Tailwind CLI shim used to rebuild app.css in this proxy-restricted environment can never be committed again.

go build ./... verified clean without it.

🤖 Generated with Claude Code


Generated by Claude Code

A dangling node_modules symlink pointing into a build-time scratch dir was
accidentally committed via #20's CSS rebuild and inherited by every branch
since. It's harmless to the pure-Go build but resolves to nothing on any
other clone. Remove it and gitignore /node_modules and /.tools/ so the
Tailwind CLI shim can't be committed again.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@joestump-agent
joestump-agent merged commit 1154ff2 into main Jul 11, 2026
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants