mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-15 04:01:05 +00:00
84baa27004
* Refine live-to-final long-running session RFC * Mark RFC accepted, decouple from live PR status, normalize terminal state names Three follow-up adjustments to the refined live-to-final RFC: - Status: Proposed -> Accepted, since the doc is now referenced as the parent contract for follow-up slices; live implementation status stays in #3400. - Keep volatile PR/merge state out of the RFC body. The Public Inventory and Delivery map now state that their classification/vehicle columns record durable scope, and that #3400 is authoritative for open/merged/superseded status. Dropped the point-in-time "has shipped through release" / "remains an active PR" assertions that would drift as PRs land. - Normalize terminal-state naming: use the backticked snake_case identifiers (`cancelled`, `compression_exhausted`, `tool_limit_reached`, `no_response`, `interrupted`, `error`) consistently in prose, and add a note that these name product states, not a wire/enum or persisted schema contract (consistent with Scope, which does not own a backend schema change). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Add artifact handoff scope to live-to-final RFC * Add live-to-final lifecycle flowchart to RFC --------- Co-authored-by: Frank Song <franksong2702@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>