Files
shannon/.dockerignore
T
ajmallesh 980607c602 feat(worker): add agentic static analysis
Add the ten-stage Agentic SAST pipeline, confined repository tools, model runtime, prompt templates, and SARIF export.

Make retries, repair sessions, reduced coverage, usage accounting, and model-output drift durable across Temporal replay and resume. Keep retry diagnostics in their actionable closed vocabulary. Package the Mantis-derived license material with the prompts that require it.
2026-08-26 19:26:36 -07:00

74 lines
888 B
Plaintext

# Node.js
**/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime directories
sessions/
deliverables/
xben-benchmark-results/
.claude/
# Git
.git/
.gitignore
.gitattributes
# Development files
*.md
!CLAUDE.md
!THIRD_PARTY_NOTICES.md
.DS_Store
Thumbs.db
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# Temporary files
tmp/
temp/
.tmp/
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# CLI package (runs on host, not in container)
# Keep apps/cli/package.json so pnpm workspaces resolve
apps/cli/src/
**/dist/
apps/cli/infra/
apps/cli/tsconfig.json
apps/cli/tsdown.config.ts
# Docker files (avoid recursive copying)
Dockerfile*
docker-compose*.yml
.dockerignore
# Test files
test/
tests/
spec/
coverage/
# Documentation (except CLAUDE.md which is needed)
docs/
README.md
LICENSE
!LICENSE
CHANGELOG.md