Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Upload 4 files
Browse files
README.md
CHANGED
|
@@ -133,16 +133,15 @@ 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.
|
| 137 |
|
| 138 |
-
## v198.26.
|
| 139 |
|
| 140 |
-
-
|
| 141 |
-
-
|
| 142 |
-
-
|
| 143 |
-
- Excludes `TARGET_SPACE_OVERRIDE.json` from target Space release payloads while preserving it in the run bucket.
|
| 144 |
|
| 145 |
-
See `
|
| 146 |
|
| 147 |
## v198.26.118 — Runtime Risk Hints Advisory Layer
|
| 148 |
|
|
|
|
| 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.123.
|
| 137 |
|
| 138 |
+
## v198.26.123 — Expert Recovered Outcome UI
|
| 139 |
|
| 140 |
+
- Shows expert-validated recovered Build Runs as `Recovered · Expert` rather than automatic success.
|
| 141 |
+
- Keeps the original raw Build Run status preserved while using the expert validation as the effective UI outcome.
|
| 142 |
+
- Fixes Expert filter/count handling and Active Run badge reconciliation after expert validation passes.
|
|
|
|
| 143 |
|
| 144 |
+
See `CHANGELOG_V198_26_123.md`.
|
| 145 |
|
| 146 |
## v198.26.118 — Runtime Risk Hints Advisory Layer
|
| 147 |
|
app.py
CHANGED
|
@@ -334,7 +334,7 @@ def _target_space_from_events(events: list[dict[str, Any]] | None, *, require_su
|
|
| 334 |
def _resolve_target_space_identity(run_id: str | None, bundle: dict[str, Any], *, bucket_source: str | None, job_url: str | None = None) -> dict[str, Any]:
|
| 335 |
"""Return canonical Space links from all stable run sources.
|
| 336 |
|
| 337 |
-
v198.26.
|
| 338 |
building UI links or validation prefill. The raw/generated target remains
|
| 339 |
available as target_space_original for audit; target_space is the effective
|
| 340 |
repo id to use for future validations and buttons.
|
|
|
|
| 334 |
def _resolve_target_space_identity(run_id: str | None, bundle: dict[str, Any], *, bucket_source: str | None, job_url: str | None = None) -> dict[str, Any]:
|
| 335 |
"""Return canonical Space links from all stable run sources.
|
| 336 |
|
| 337 |
+
v198.26.123: apply an auditable Target Space identity override before
|
| 338 |
building UI links or validation prefill. The raw/generated target remains
|
| 339 |
available as target_space_original for audit; target_space is the effective
|
| 340 |
repo id to use for future validations and buttons.
|