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>
26 lines
353 B
Plaintext
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
|