diff --git a/docs/architecture/workhub-coordination-session-adr.md b/docs/architecture/workhub-coordination-session-adr.md index 624721a00f..b7f2ddd316 100644 --- a/docs/architecture/workhub-coordination-session-adr.md +++ b/docs/architecture/workhub-coordination-session-adr.md @@ -317,12 +317,18 @@ lets the stop reach a terminal resolution. replacement recovery and direct stop are implemented. Direct stop uses durable `delegation_stop_requested` / `delegation_stop_resolved` facts, exact Message ownership, and first-claim-wins arbitration with - replacement. Its target comes from the shared Session Resolver port, whose - first implementation is a temporary exact-name baseline; replacing it changes - recall only, because admission revalidates opaque identity and expected state - rather than any display name. Named resume uses ordinary Session continuation admission. Pause and + replacement. Its target comes from the shared Session Resolver port. + Named resume uses ordinary Session continuation admission. Pause and pronoun-based stop controls remain later work. + > **Status (2026-09, verified against `main`):** the Resolver's "temporary + > exact-name baseline" above was never implemented. Coordination today is + > model-driven: the coordination model discovers candidate Sessions, + > admission revalidates opaque identity and expected state (this invariant + > is unchanged), and stop/resume proposals travel with explicit durable + > targets rather than any display name. The exact-name baseline and the + > deferred recall-only replacement plan are historical. + Reevaluate the per-Host decision if supported workflows require one WorkHub conversation to coordinate ordinary Sessions on multiple Runtime Hosts, or if Host switching creates user-visible continuity loss that rebuildable projections cannot diff --git a/docs/workhub-domain-language.md b/docs/workhub-domain-language.md index 5f0c51ee84..aaec651281 100644 --- a/docs/workhub-domain-language.md +++ b/docs/workhub-domain-language.md @@ -1,3 +1,15 @@ +--- +doc_id: workhub-domain-language +title: "WorkHub domain language" +language: en +source_language: en +implementation_status: current +document_status: current +translation_status: source-only +last_verified: 2026-09-13 +owners: + - maka-backend +---