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>