Skip to content

Commit ef69817

Browse files
sarg3ntclaude
andcommitted
fix(ci): remove accidental .claude/skills submodule gitlink
Commit 015fd5e ("fix: add charts CSS to base layout") inadvertently committed .claude/skills as a submodule (mode 160000) without adding a .gitmodules entry. Every subsequent actions/checkout invocation on main has failed its submodule cleanup with: fatal: No url found for submodule path '.claude/skills' in .gitmodules This caused OpenSSF Scorecard runs to fail outright and Gitleaks / Trivy to emit checkout warnings on every push and on the weekly scheduled run. Drop the gitlink from the index and ignore .claude/skills/ and .claude/worktrees/ so future agent state doesn't slip back into the tree. .claude/commands/ and .claude/settings.local.json.example remain tracked as before. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 79f7bb9 commit ef69817

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/skills

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ gearbox-agent/.env
1616
*.local.json
1717
.mcp.json
1818

19+
# Claude Code per-developer state (commands/ and settings.local.json.example
20+
# are intentionally tracked; everything else is local-only)
21+
.claude/skills/
22+
.claude/worktrees/
23+
1924
# Development
2025
.DS_Store
2126
*.swp

0 commit comments

Comments
 (0)