Spaces:
Sleeping
Sleeping
Commit Β·
216a816
1
Parent(s): 5876e7b
chore(repo-hygiene): fix the 3 issues the audit framework's Tier-1 surfaced
Browse files- T1.2: LFS-track 40-data/information_source_map.json (2.9MB) +
eval/info_source_map.json (1.6MB) β were plain blobs in the HF Space
repo (1GB cap / pre-receive-hook risk). Content unchanged; now pointers.
- T1.4: add slash-less `tools/.pdf_text_cache` to .gitignore (the
trailing-slash file-vs-dir gap class that caused this session's symlink
build break).
- T1.5: untrack frontend/tsconfig.tsbuildinfo (regenerated build artifact)
+ gitignore *.tsbuildinfo.
Local only β not pushed.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
- .gitattributes +2 -0
- .gitignore +2 -0
- 40-data/information_source_map.json +0 -0
- eval/info_source_map.json +0 -0
- frontend/tsconfig.tsbuildinfo +0 -0
.gitattributes
CHANGED
|
@@ -137,3 +137,5 @@ rag/corpus/star-health/star-comprehensive__wordings.pdf filter=lfs diff=lfs merg
|
|
| 137 |
rag/corpus/star-health/star-hospital-cash__brochure.pdf filter=lfs diff=lfs merge=lfs -text
|
| 138 |
rag/corpus/regulatory/irdai-health-insurance-regulations-2016.pdf filter=lfs diff=lfs merge=lfs -text
|
| 139 |
frontend/public/insurer-logos/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 137 |
rag/corpus/star-health/star-hospital-cash__brochure.pdf filter=lfs diff=lfs merge=lfs -text
|
| 138 |
rag/corpus/regulatory/irdai-health-insurance-regulations-2016.pdf filter=lfs diff=lfs merge=lfs -text
|
| 139 |
frontend/public/insurer-logos/*.png filter=lfs diff=lfs merge=lfs -text
|
| 140 |
+
40-data/information_source_map.json filter=lfs diff=lfs merge=lfs -text
|
| 141 |
+
eval/info_source_map.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -103,3 +103,5 @@ rag/extracted
|
|
| 103 |
|
| 104 |
# local-only backup of pre-transparency logo originals
|
| 105 |
_logo_originals_backup/
|
|
|
|
|
|
|
|
|
| 103 |
|
| 104 |
# local-only backup of pre-transparency logo originals
|
| 105 |
_logo_originals_backup/
|
| 106 |
+
tools/.pdf_text_cache
|
| 107 |
+
*.tsbuildinfo
|
40-data/information_source_map.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
eval/info_source_map.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
frontend/tsconfig.tsbuildinfo
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|