- Add malware security advisory page and SecurityAlertBanner component - Add review diagnostics API and reviewed stats page - Improve skill detail page with better scoring display and metadata - Update review API endpoints with enhanced filtering and stats - Add skill file serving improvements and cache enhancements - Remove legacy curation scripts (moved to internal tooling) - Update CLI search with score filtering support Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
58 lines
754 B
Plaintext
58 lines
754 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
# scripts/ uses npm separately, we use pnpm
|
|
scripts/package-lock.json
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
.turbo
|
|
*.tsbuildinfo
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
|
|
# Tauri
|
|
apps/desktop/src-tauri/target
|
|
|
|
# Database
|
|
*.sqlite
|
|
*.db
|
|
drizzle/*.sql
|
|
*.dump
|
|
data/backups/
|
|
|
|
# Curation session data (review batches/results contain raw_content)
|
|
scripts/curation/data/*
|
|
!scripts/curation/data/.gitkeep
|
|
|
|
# Claude Code
|
|
.claude/skills/
|
|
.claude/settings.local.json
|
|
# Keep agents and council_reasoning.md in version control:
|
|
# !.claude/agents/
|
|
# !.claude/council_reasoning.md
|
|
.claude/settings.json
|
|
.mcp.json
|