fffiloni commited on
Commit
e539c60
·
verified ·
1 Parent(s): 32df657

Upload 4 files

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -133,7 +133,23 @@ 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.40.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  ## v198.26.40 — Conservative Dependency Policy
139
 
 
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.42.
137
+
138
+ ## v198.26.42 — Smoke Missing Dependency Repair
139
+
140
+ - Classifies generation-smoke `NameError: name '<package>' is not defined` as `missing_python_dependency` when the missing symbol looks like a Python package.
141
+ - Marks those smoke failures as `repair_candidate=true`, `failure_owner=app_runtime`, instead of leaving them as opaque `generation_smoke_error`.
142
+ - Preserves the v198.26.41 PRXPixel prevention rule, but ensures similar missing optional dependencies can trigger the normal smoke repair path.
143
+
144
+ See `CHANGELOG_V198_26_42.md`.
145
+
146
+ ## v198.26.41 — PRXPixel Runtime Dependency Guard
147
+
148
+ - Adds `ftfy` automatically when a generated Space uses `PRXPixelPipeline` / `Photoroom/prxpixel-t2i`.
149
+ - Classifies `NameError: name 'ftfy' is not defined` as `missing_python_dependency:ftfy` instead of a generic runtime error.
150
+ - Keeps the repair scope narrow: requirements/app import repair only, with no inference fallback or placeholder output.
151
+
152
+ See `CHANGELOG_V198_26_41.md`.
153
 
154
  ## v198.26.40 — Conservative Dependency Policy
155