## threat-db v2.4.0 - CVE-2026-27735: path traversal in mcp-server-git git_add (CVSS 6.4) - Campaign: Clinejection (Cline CLI 2.3.0 supply chain, 4000 downloads) - T012: AI Recommendation Poisoning (Microsoft research, 50+ prompts) - 3 new sources (NVD, Snyk, Microsoft Security Blog, Hacker News) ## guide/ultimate-guide.md - New section "This Guide as an MCP Server" (§10) — installation, tools list, dev mode, usage examples, slash commands ## docs/resource-evaluations - eval #070: claude-code-best-practice .claude/ config (score 4/5) - eval #071: Steven Ge technical writing workflow (score TBD) - eval #072: Rippletide AI reliability platform (score 2/5, watch only) - 2026-02-26: boristane SDLC dead post evaluation - README: count 60→72 evals, add #072 entry ## ci + config - .github/workflows/trigger-landing-deploy.yml — auto-trigger landing rebuild on push to main (guide content changes) - .gitignore: add .claude/agents/ exception + mcp-server/dist/ ignore Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
48 lines
No EOL
605 B
Text
48 lines
No EOL
605 B
Text
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Claude Code (ignore personal config, but keep shared commands and agents)
|
|
.claude/
|
|
!.claude/commands/
|
|
!.claude/agents/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Node (if any tooling added later)
|
|
node_modules/
|
|
npm-debug.log*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Misc
|
|
*.log
|
|
*.tmp
|
|
*.bak
|
|
*.wav
|
|
*.mp3
|
|
*.onnx
|
|
|
|
# Personal notes & temp files
|
|
to-ignore/
|
|
.grepai/
|
|
whitepapers/
|
|
claudedocs/
|
|
.mcp.json
|
|
|
|
# Book (work in progress, not public yet)
|
|
book/
|
|
|
|
# Multi-provider (will be moved to dedicated repo)
|
|
examples/multi-provider/
|
|
|
|
# MCP server build output
|
|
mcp-server/dist/
|
|
mcp-server/node_modules/ |