fffiloni commited on
Commit
10a4c93
·
verified ·
1 Parent(s): 22f913c

Upload 4 files

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -133,11 +133,18 @@ See `CHANGELOG_V194.md` for the Model Pre-scan Decision Card UI pass.
133
  See `CHANGELOG_V195.md` for the Runtime CSS Cleanup with Legacy Safety Net pass.
134
 
135
 
136
- Current release: Agentic Space Factory v198.26.19.
 
 
 
 
 
 
 
137
 
138
  ## v198.26.19 — ZeroGPU Repair Loop & Health Semantics
139
 
140
- See `CHANGELOG_V198_26_19.md`.
141
 
142
 
143
  ## v198.26.13 — Runtime Stage Granularity
 
133
  See `CHANGELOG_V195.md` for the Runtime CSS Cleanup with Legacy Safety Net pass.
134
 
135
 
136
+ Current release: Agentic Space Factory v198.26.20.
137
+
138
+ ## v198.26.20 — Writable Cache Guard & Deterministic Smoke Repair Finalization
139
+
140
+ - Adds a pre-upload writable Hugging Face cache guard for generated Spaces that hard-code `/data` cache paths.
141
+ - Classifies `[Errno 13] Permission denied: '/data'` as `hf_cache_permission_denied` instead of a vague model-load failure.
142
+ - Applies a deterministic `/tmp/asf-hf-cache` patch before burning a Pi repair attempt.
143
+ - Makes smoke repair upload failures terminally recorded in `repair_outcome.json` instead of leaving runs stranded in `running`.
144
 
145
  ## v198.26.19 — ZeroGPU Repair Loop & Health Semantics
146
 
147
+ See `CHANGELOG_V198_26_20.md`.
148
 
149
 
150
  ## v198.26.13 — Runtime Stage Granularity