Skip to content

Remove stray node_modules accidentally committed in #29#30

Merged
Owl-Listener merged 1 commit into
mainfrom
claude/cleanup-stray-node-modules
May 31, 2026
Merged

Remove stray node_modules accidentally committed in #29#30
Owl-Listener merged 1 commit into
mainfrom
claude/cleanup-stray-node-modules

Conversation

@Owl-Listener

@Owl-Listener Owl-Listener commented May 31, 2026

Copy link
Copy Markdown
Owner

What this does

Removes a stray mcp-tools/accessibility/node_modules/ tree (~3,500 files) that was accidentally committed onto main via #29, and adds a .gitignore guard so it can't recur.

How it happened

While porting the stranded skills in #29, a leftover mcp-tools/ directory (from unrelated v2 work, which belongs in the separate designpowers-mcp repo) was sitting in the working tree. A git add -A swept its node_modules/ into the commit. #29 merged before the fix could land, so the junk reached main.

This PR

  • git rm -r mcp-tools/ — removes the ~3,500 stray dependency files
  • Adds node_modules/ to .gitignore — prevents installed deps from being committed again

Scope

  • Only .gitignore is added; everything else is the node_modules deletion.
  • README, skills, agents, examples, and scripts are all unchanged.

@Owl-Listener Owl-Listener changed the title Remove stray node_modules accidentally committed in #29 Clean up main: remove stray node_modules + fix broken README rendering May 31, 2026
PR #29 inadvertently swept an entire mcp-tools/accessibility/node_modules
tree (~3,500 files) onto main via a git add -A — a leftover from unrelated
v2 work that belongs in the separate designpowers-mcp repo.

Removes the stray tree and adds a node_modules/ .gitignore guard so installed
dependencies can't be committed again. Touches nothing else: README, skills,
agents, examples, and scripts are all unchanged.
@Owl-Listener Owl-Listener force-pushed the claude/cleanup-stray-node-modules branch from 2ae538a to 9eee689 Compare May 31, 2026 20:13
@Owl-Listener Owl-Listener changed the title Clean up main: remove stray node_modules + fix broken README rendering Remove stray node_modules accidentally committed in #29 May 31, 2026
@Owl-Listener Owl-Listener marked this pull request as ready for review May 31, 2026 20:14
@Owl-Listener Owl-Listener merged commit 7a87911 into main May 31, 2026
@Owl-Listener Owl-Listener deleted the claude/cleanup-stray-node-modules branch May 31, 2026 20:15
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