Skip to content

Commit 36fa6db

Browse files
committed
feat: Add supply-chain-guard skill, worktree commands, security hooks, and updated catalog
New components: - supply-chain-guard skill (security): npm/PyPI/CI supply chain scanner with IOC database - worktree-guide skill: parallel development with git worktrees - dependabot-review skill: automated Dependabot PR management - worktree-check/cleanup/deliver/init commands (git-workflow) - edit-audit-log hook (development-tools) - env-file-protection and force-push-blocker hooks (security) Also includes: - Regenerated components.json catalog (docs + dashboard) - TinyFish featured page updates and logo - .vercelignore and dashboard .gitignore updates
1 parent a1dde8b commit 36fa6db

23 files changed

Lines changed: 6081 additions & 3127 deletions

File tree

.vercelignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Exclude large directories not needed for dashboard build
2+
cli-tool/
3+
docs/
4+
node_modules/
5+
cloudflare-workers/
6+
database/
7+
docu/
8+
openspec/
9+
analysis/
10+
test-agent-sdk/
11+
__pycache__/
12+
api/

0 commit comments

Comments
 (0)