chore(astra): 성장 자산(.astra/eval 골든셋) git 백업 라인에 추가
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>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# 재생성 가능한 캐시는 제외 — 성장 자산(eval 골든셋, growth 리포트, organization.md)은 추적
|
||||
brain-index.json
|
||||
cache/
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user