fffiloni commited on
Commit
2fe20a0
·
verified ·
1 Parent(s): 0b70faf

Upload 6 files

Browse files
Files changed (1) hide show
  1. docs/RELEASE_VALIDATION.md +14 -7
docs/RELEASE_VALIDATION.md CHANGED
@@ -1,4 +1,4 @@
1
- # Release Candidate Validation — v189.7
2
 
3
  This archive is based on `agentic-space-factory-v188-7.zip` and hotfixes partial progress plus Space log diagnostics before deployment for the v188 sequence.
4
 
@@ -29,7 +29,7 @@ This archive is based on `agentic-space-factory-v188-7.zip` and hotfixes partial
29
  - Eval records use schema `1.2` and expose `process_completed`, `verdict`, `outcome`, `validation`, `failure_owner`, and `failure_reason`.
30
  - Backend eval archive publication is observable through `eval_publish_status.json` and is not confused with run-local `eval_record.json` creation.
31
  - Active Run hides cancel actions for terminal/partial states and renders partial validation, eval publish, report, recovery and hardware fallback consistently.
32
- - The default ASF app/eval version is centralized in `src/version.py` and defaults to `v189.7`.
33
  - Space log collection writes `logs/space_logs_index.json`, `logs/space_runtime_snapshot.json`, and `logs/space_log_diagnostics.json`.
34
  - Runtime/build logs are marked unavailable with a clear reason when neither SDK nor REST log collection works.
35
  - Backend progress payloads keep partial terminal states visually partial/warn, not success.
@@ -62,19 +62,19 @@ After deploying this archive, run the same Z-Image style scenario again and chec
62
  - `health_passed` is true when `/health` passes.
63
  - The eval archive bucket receives a dated record, or `eval_publish_status.json` explains why it did not.
64
 
65
- ## v189.7 validation
66
 
67
  Validate that `timeline_model` is present on run view payloads and correctly distinguishes full-inference success from partial validation. Eval archive sidebar restoration from v188.9 must remain intact alongside the per-run Eval archive card.
68
 
69
 
70
- ## v189.7 semantic progress validation
71
 
72
  - Active Run progress uses `timeline_model.progress` when available.
73
  - The progress bar represents process completion; the badge/result represents the verdict.
74
  - A 100% partial validation renders as warning/amber, not success/green.
75
  - Legacy payloads without `timeline_model` continue to render through the previous fallback.
76
 
77
- ## v189.7 mobile timeline validation
78
 
79
  - Active Run renders the canonical `timeline_model` as phase steps plus `timelinePhaseDetails`.
80
  - Mobile layouts switch the canonical timeline to a vertical single-column list.
@@ -82,15 +82,22 @@ Validate that `timeline_model` is present on run view payloads and correctly dis
82
  - Legacy timeline fallback remains available when no canonical model is present.
83
 
84
 
85
- ## v189.7 timeline state validation
86
 
87
  - Terminal full-inference success runs must not leave early phases such as Start in `running` because of historical `started` events.
88
  - Resolved log collection warnings must not keep Deploy in warning when the final logs index reports full quality.
89
  - The active phase should focus the most useful terminal proof, especially Live test for full-inference success, while non-blocking warnings remain grouped separately.
90
 
91
 
92
- ## v189.7 runtime sanitation validation
93
 
94
  - README python_version is quoted and normalized to a safe value.
95
  - torch is added when app.py imports torch.
96
  - failed timeline phases prefer confirmed eval publication and final build blockers.
 
 
 
 
 
 
 
 
1
+ # Release Candidate Validation — v189.9
2
 
3
  This archive is based on `agentic-space-factory-v188-7.zip` and hotfixes partial progress plus Space log diagnostics before deployment for the v188 sequence.
4
 
 
29
  - Eval records use schema `1.2` and expose `process_completed`, `verdict`, `outcome`, `validation`, `failure_owner`, and `failure_reason`.
30
  - Backend eval archive publication is observable through `eval_publish_status.json` and is not confused with run-local `eval_record.json` creation.
31
  - Active Run hides cancel actions for terminal/partial states and renders partial validation, eval publish, report, recovery and hardware fallback consistently.
32
+ - The default ASF app/eval version is centralized in `src/version.py` and defaults to `v189.9`.
33
  - Space log collection writes `logs/space_logs_index.json`, `logs/space_runtime_snapshot.json`, and `logs/space_log_diagnostics.json`.
34
  - Runtime/build logs are marked unavailable with a clear reason when neither SDK nor REST log collection works.
35
  - Backend progress payloads keep partial terminal states visually partial/warn, not success.
 
62
  - `health_passed` is true when `/health` passes.
63
  - The eval archive bucket receives a dated record, or `eval_publish_status.json` explains why it did not.
64
 
65
+ ## v189.9 validation
66
 
67
  Validate that `timeline_model` is present on run view payloads and correctly distinguishes full-inference success from partial validation. Eval archive sidebar restoration from v188.9 must remain intact alongside the per-run Eval archive card.
68
 
69
 
70
+ ## v189.9 semantic progress validation
71
 
72
  - Active Run progress uses `timeline_model.progress` when available.
73
  - The progress bar represents process completion; the badge/result represents the verdict.
74
  - A 100% partial validation renders as warning/amber, not success/green.
75
  - Legacy payloads without `timeline_model` continue to render through the previous fallback.
76
 
77
+ ## v189.9 mobile timeline validation
78
 
79
  - Active Run renders the canonical `timeline_model` as phase steps plus `timelinePhaseDetails`.
80
  - Mobile layouts switch the canonical timeline to a vertical single-column list.
 
82
  - Legacy timeline fallback remains available when no canonical model is present.
83
 
84
 
85
+ ## v189.9 timeline state validation
86
 
87
  - Terminal full-inference success runs must not leave early phases such as Start in `running` because of historical `started` events.
88
  - Resolved log collection warnings must not keep Deploy in warning when the final logs index reports full quality.
89
  - The active phase should focus the most useful terminal proof, especially Live test for full-inference success, while non-blocking warnings remain grouped separately.
90
 
91
 
92
+ ## v189.9 visual polish validation
93
 
94
  - README python_version is quoted and normalized to a safe value.
95
  - torch is added when app.py imports torch.
96
  - failed timeline phases prefer confirmed eval publication and final build blockers.
97
+
98
+
99
+ ## v189.9 visual polish validation
100
+
101
+ - Recovery phase details are compact and point to Agent recovery for detailed diagnosis.
102
+ - Run notes replaces duplicated Pi-model-warning banners and does not show opaque +N counters.
103
+ - Runtime guardrails from v189.7/v189.8 remain unchanged.