From a1df87deb6d754a1361dfb67abf820f4d9f25fba Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 1 Aug 2026 01:28:07 +0300 Subject: [PATCH] controller: record DGR-037 completion --- .../037-bind-llama-cpp-to-the-standalone-worker.md | 14 +++++++------- .scratch/distributed-gguf-runtime/prd.json | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.scratch/distributed-gguf-runtime/issues/037-bind-llama-cpp-to-the-standalone-worker.md b/.scratch/distributed-gguf-runtime/issues/037-bind-llama-cpp-to-the-standalone-worker.md index f615059..1ac97d4 100644 --- a/.scratch/distributed-gguf-runtime/issues/037-bind-llama-cpp-to-the-standalone-worker.md +++ b/.scratch/distributed-gguf-runtime/issues/037-bind-llama-cpp-to-the-standalone-worker.md @@ -1,7 +1,7 @@ # DGR-037: Bind llama.cpp to the standalone worker -- **Status / triage:** specification only; `ready-for-agent`; `passes: false` +- **Status / triage:** completed; `passes: true` - **Execution mode:** `AFK` - **Milestone:** `M2` - **Dependencies:** `DGR-022`, `DGR-023`, `DGR-031`, `DGR-034`, `DGR-035` @@ -18,11 +18,11 @@ Fresh Ralph session: read `.scratch/distributed-gguf-runtime/RALPH-CONTEXT.md`, ## Acceptance criteria -- [ ] Worker loads exactly one artifact/recipe/range identity and rejects mismatched stream requests. -- [ ] All execution passes through `ShardEngine`; llama.cpp implementation types remain private. -- [ ] Health and metrics expose loaded identity, authoritative ownership, memory, and execution state. -- [ ] Graceful shutdown releases model/session resources; injected process death is observable and bounded. -- [ ] Applicable shared quality gates in `prd.json` pass, and the evidence handoff records exact commands/results, changed files, limitations, and dependency handoff. +- [x] Worker loads exactly one artifact/recipe/range identity and rejects mismatched stream requests. +- [x] All execution passes through `ShardEngine`; llama.cpp implementation types remain private. +- [x] Health and metrics expose loaded identity, authoritative ownership, memory, and execution state. +- [x] Graceful shutdown releases model/session resources; injected process death is observable and bounded. +- [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-037/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-037/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 c4f8120..00008ff 100644 --- a/.scratch/distributed-gguf-runtime/prd.json +++ b/.scratch/distributed-gguf-runtime/prd.json @@ -1076,14 +1076,15 @@ "Graceful shutdown releases model/session resources; injected process death is observable and bounded.", "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/037-bind-llama-cpp-to-the-standalone-worker.md; prd.json is authoritative.", "blocks": [ "DGR-038", "DGR-039", "DGR-040", "DGR-051" - ] + ], + "completionNotes": "Completed by agent" }, { "id": "DGR-038",