Commit ef69817
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
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
20 | 25 | | |
21 | 26 | | |
| |||
0 commit comments