Files
settled-reach/.gitignore
T
jpmschweitzerandClaude Opus 4.6 e7b632b02d chore(meta): initial project structure and infrastructure
Set up Commonwealth game project with complete agent team (18 agents),
discussion archives (12 rounds), briefing system, ticketing database,
Qdrant document search, and skill definitions. Establishes the
documentation and tooling foundation for engine selection and
implementation phases.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 18:11:57 +01:00

26 lines
353 B
Plaintext

# Database
db/commonwealth.db
db/commonwealth.db-wal
db/commonwealth.db-shm
# Python
__pycache__/
*.pyc
*.pyo
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Claude Code internals (plans, session transcripts, local settings)
# Note: .claude/agents/ and .claude/skills/ ARE tracked
.claude/plans/
.claude/projects/
.claude/settings.json