9107796cbe
ASTRA 두뇌(10_Wiki/Topics)의 .astra/ 가 ignore 규칙(루트 .astra/ + 중첩 *)에 막혀 RAG 평가 골든셋(eval/golden.jsonl, tasks/*.golden.jsonl)과 향후 growth 리포트가 백업되지 않던 문제 수정. - 루트 .gitignore: !10_Wiki/Topics/.astra/ 재포함 (다른 .astra 는 계속 제외) - 중첩 .astra/.gitignore: deny-all(*) → 캐시만 제외(brain-index.json 27MB, cache/, *.tmp)로 전환 — 성장 자산은 추적 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
# ASTRA runtime artifacts
|
|
.astra/
|
|
# 단, 두뇌의 성장 자산(.astra/eval 골든셋·growth 리포트)은 백업 대상 — 캐시는 중첩 .gitignore가 제외
|
|
!10_Wiki/Topics/.astra/
|
|
docs/records/
|