fffiloni commited on
Commit
ba7eed6
·
verified ·
1 Parent(s): c4b46a6

Upload 4 files

Browse files
Files changed (2) hide show
  1. README.md +6 -7
  2. app.py +1 -1
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.122.
137
 
138
- ## v198.26.122Target Space Identity Override
139
 
140
- - Adds an auditable Target Space override for Build Runs whose generated Space was renamed manually in Hugging Face settings.
141
- - Preserves the original generated target Space while using the effective override for future Space Tests and quick links.
142
- - Keeps validation linked to the selected Build Run: arbitrary target edits are still rejected unless the override was explicitly saved first.
143
- - Excludes `TARGET_SPACE_OVERRIDE.json` from target Space release payloads while preserving it in the run bucket.
144
 
145
- See `CHANGELOG_V198_26_121.md`.
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.123Expert 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.122: 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.
 
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.