You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stabilize live log following before release
Handle transient run.json parse failures while a run is still writing logs so live observers do not fail during startup or shutdown races.
Constraint: Release validation exposed this through CI even though the v0.1.2 release workflow completed.
Rejected: test-only retry workaround | the same race can affect real tali logs follow users.
Confidence: high
Scope-risk: narrow
Directive: Treat partially written live-log state as in-progress, not as a hard failure.
Tested: cargo fmt --check; cargo check --locked; cargo clippy --locked --all-targets -- -D warnings; cargo test --locked --all-targets; release metadata/license/crate-version checks.
Not-tested: full release-check after this commit before clean-tree commit creation.