fffiloni commited on
Commit
b90cc10
·
verified ·
1 Parent(s): 56851bc

Upload 4 files

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -133,7 +133,20 @@ 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.125.
 
 
 
 
 
 
 
 
 
 
 
 
 
137
 
138
  ## v198.26.125 — Multi-attempt Agent Recovery Tabs
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.127.
137
+
138
+
139
+ ## v198.26.127 — Autonomous Release Orchestration
140
+
141
+ Pass 127 makes the worker validate the *latest release candidate* instead of merely trusting that any live Gradio endpoint belongs to the latest upload. The build worker now freezes an auditable release candidate, stamps the runtime payload with `ASF_RELEASE.json`, injects release identity into `/health`, waits for the Hub runtime to be non-busy before validation, blocks `/generate` until `/health` reports the expected release identity, and records release/build/runtime/smoke evidence per repair attempt. This keeps ASF autonomous while preventing stale-runtime smoke tests from being promoted to `full_inference_success`.
142
+
143
+ ## v198.26.126 — Release Integrity Barrier
144
+
145
+ - Blocks unsafe local project installs such as `.`, `./`, `-e .` and `file:.` from publishable `requirements.txt` files.
146
+ - Treats model-card `pip install -e .` as a local-development instruction, not as a dependency line to add to generated Space payloads.
147
+ - Prevents model-card convergence from reintroducing a requirement that repair/log evidence proved build-breaking.
148
+ - Adds release-candidate hashes to the runtime upload manifest and upload epoch.
149
+ - Adds a post-upload release integrity barrier before trusting live HTTP/Gradio endpoints, so `full_inference_success` requires a settled latest upload.
150
 
151
  ## v198.26.125 — Multi-attempt Agent Recovery Tabs
152