Files
ai-agent/.dockerignore
Gabriel Vidal d31b1bf276 feat(ai-agent): scope mounts to .claude/ + projects/, add transcripts & DB
- Replace the whole-repo bind mount with just .claude/ and projects/, so the
  app only sees the Claude context it edits.
- Mount ~/.claude/projects read-only at /transcripts for skill analytics.
- Add a /data bind mount for the SQLite store and pass ANTHROPIC_API_KEY
  (from .env) for real token counting.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 12:49:26 +02:00

7 lines
92 B
Plaintext

frontend/node_modules
frontend/dist
frontend/dev-dist
backend/__pycache__
**/.DS_Store
data