Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 7 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,16 @@ build
# Large source materials (kept locally, never shipped)
references

# Docs — not needed at runtime
# Docs — not needed at runtime. ADR-041 T4: the versioned agent prompts
# moved into the deploy unit (apps/ai-server/prompts/, no longer under
# docs/), so no negation is needed here anymore for the Dockerfile's
# COPY apps/ai-server/prompts /app/prompts to succeed.
docs
README.md

# Archived legacy materials — segregated for traceability, never shipped
_archive

# Local data
*.sqlite
*.db
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,16 @@ PR.md
# Large source corpus — 986M 원본 데이터셋(전문의학·심리상담), 별도 보관. git 아님.
/data/

# deployment-shape: local-only process artifacts, ADR-041 (2026-07-20)
# _archive/ = archived dev-cycle records + wave-6 legacy code, kept locally only.
# result.md/error.md/version.md/discussion.md already covered above (Claude Code
# block, lines ~88-93) — listed here again per ADR-041 scope for traceability.
_archive/
result.md
error.md
version.md
discussion.md

# LAN 배포 compose — 호스트/환경 특정, 별도 관리(비밀은 .env.local의 POSTGRES_PASSWORD)
infra/deploy/docker-compose.lan.yml

269 changes: 0 additions & 269 deletions _archive/README.md

This file was deleted.

Empty file removed _archive/agent_memory/.gitkeep
Empty file.
6 changes: 0 additions & 6 deletions _archive/agent_memory/brainstorm/MEMORY.md

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions _archive/agent_memory/brainstorm/result-only-plan-steps.md

This file was deleted.

7 changes: 0 additions & 7 deletions _archive/agent_memory/clinical-validator/MEMORY.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading