From f4980491d2ddd498b692f4f8cd781bf18a2bf2f8 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 1 Aug 2026 01:35:16 +0300 Subject: [PATCH] controller: record DGR-039 completion --- .../039-pass-local-two-process-dense-acceptance.md | 14 +++++++------- .scratch/distributed-gguf-runtime/prd.json | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.scratch/distributed-gguf-runtime/issues/039-pass-local-two-process-dense-acceptance.md b/.scratch/distributed-gguf-runtime/issues/039-pass-local-two-process-dense-acceptance.md index dbe997a..ede030c 100644 --- a/.scratch/distributed-gguf-runtime/issues/039-pass-local-two-process-dense-acceptance.md +++ b/.scratch/distributed-gguf-runtime/issues/039-pass-local-two-process-dense-acceptance.md @@ -1,7 +1,7 @@ # DGR-039: Pass local two-process dense acceptance -- **Status / triage:** specification only; `ready-for-agent`; `passes: false` +- **Status / triage:** completed; `passes: true` - **Execution mode:** `AFK` - **Milestone:** `M2` - **Dependencies:** `DGR-036`, `DGR-037`, `DGR-038` @@ -18,11 +18,11 @@ Fresh Ralph session: read `.scratch/distributed-gguf-runtime/RALPH-CONTEXT.md`, ## Acceptance criteria -- [ ] Two worker processes open disjoint dense ranges and both execute real prefill/decode work. -- [ ] Whole-model parity, 32-token greedy decode, four-session isolation, cancellation, and cleanup pass. -- [ ] Record TTFT, prefill/decode rates, seam bytes/latency, RSS/VRAM, KV, queue, and failure metrics. -- [ ] Killing one worker returns a bounded structured failure rather than hanging. -- [ ] Applicable shared quality gates in `prd.json` pass, and the evidence handoff records exact commands/results, changed files, limitations, and dependency handoff. +- [x] Two worker processes open disjoint dense ranges and both execute real prefill/decode work. +- [x] Whole-model parity, 32-token greedy decode, four-session isolation, cancellation, and cleanup pass. +- [x] Record TTFT, prefill/decode rates, seam bytes/latency, RSS/VRAM, KV, queue, and failure metrics. +- [x] Killing one worker returns a bounded structured failure rather than hanging. +- [x] Applicable shared quality gates in `prd.json` pass, and the evidence handoff records exact commands/results, changed files, limitations, and dependency handoff. ## Shared quality gates @@ -36,4 +36,4 @@ Fresh Ralph session: read `.scratch/distributed-gguf-runtime/RALPH-CONTEXT.md`, ## Evidence handoff -Write and verify `.scratch/distributed-gguf-runtime/evidence/DGR-039/README.md`. Until every criterion and applicable gate has real evidence, this story remains `passes: false`. Legacy evidence is provenance only, not completion credit. +Verified evidence: `.scratch/distributed-gguf-runtime/evidence/DGR-039/README.md`. Legacy evidence remains provenance only and grants no implementation completion credit. diff --git a/.scratch/distributed-gguf-runtime/prd.json b/.scratch/distributed-gguf-runtime/prd.json index 2aee63f..27bfafd 100644 --- a/.scratch/distributed-gguf-runtime/prd.json +++ b/.scratch/distributed-gguf-runtime/prd.json @@ -1158,11 +1158,12 @@ "Killing one worker returns a bounded structured failure rather than hanging.", "Applicable shared quality gates in `prd.json` pass, and the evidence handoff records exact commands/results, changed files, limitations, and dependency handoff." ], - "passes": false, + "passes": true, "notes": "Generated source issue: .scratch/distributed-gguf-runtime/issues/039-pass-local-two-process-dense-acceptance.md; prd.json is authoritative.", "blocks": [ "DGR-054" - ] + ], + "completionNotes": "Completed by agent" }, { "id": "DGR-040",