From 6e88b3bd8f0511f22e7c9f41c1b8899afca24f56 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sat, 1 Aug 2026 01:13:52 +0300 Subject: [PATCH] controller: record DGR-035 completion --- ...ent-dense-architecture-boundary-input-output.md | 14 +++++++------- .scratch/distributed-gguf-runtime/prd.json | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.scratch/distributed-gguf-runtime/issues/035-implement-dense-architecture-boundary-input-output.md b/.scratch/distributed-gguf-runtime/issues/035-implement-dense-architecture-boundary-input-output.md index 9b03003..7057fcc 100644 --- a/.scratch/distributed-gguf-runtime/issues/035-implement-dense-architecture-boundary-input-output.md +++ b/.scratch/distributed-gguf-runtime/issues/035-implement-dense-architecture-boundary-input-output.md @@ -1,7 +1,7 @@ # DGR-035: Implement dense architecture boundary input/output -- **Status / triage:** specification only; `ready-for-agent`; `passes: false` +- **Status / triage:** completed; `passes: true` - **Execution mode:** `AFK` - **Milestone:** `M2` - **Dependencies:** `DGR-021`, `DGR-031`, `DGR-034` @@ -18,11 +18,11 @@ Fresh Ralph session: read `.scratch/distributed-gguf-runtime/RALPH-CONTEXT.md`, ## Acceptance criteria -- [ ] Head accepts token IDs and owns embedding; middle/tail bypass embedding and accept a named boundary bundle. -- [ ] Non-tail returns the unnormalized residual before final norm/head and before tail-only row pruning. -- [ ] Tail returns logits or sampled-token output under an explicit contract. -- [ ] Uncertified architectures and incompatible boundary schemas fail closed. -- [ ] Applicable shared quality gates in `prd.json` pass, and the evidence handoff records exact commands/results, changed files, limitations, and dependency handoff. +- [x] Head accepts token IDs and owns embedding; middle/tail bypass embedding and accept a named boundary bundle. +- [x] Non-tail returns the unnormalized residual before final norm/head and before tail-only row pruning. +- [x] Tail returns logits or sampled-token output under an explicit contract. +- [x] Uncertified architectures and incompatible boundary schemas fail closed. +- [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-035/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-035/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 bece145..c91bff0 100644 --- a/.scratch/distributed-gguf-runtime/prd.json +++ b/.scratch/distributed-gguf-runtime/prd.json @@ -995,13 +995,14 @@ "Uncertified architectures and incompatible boundary schemas fail closed.", "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/035-implement-dense-architecture-boundary-input-output.md; prd.json is authoritative.", "blocks": [ "DGR-036", "DGR-037", "DGR-069" - ] + ], + "completionNotes": "Completed by agent" }, { "id": "DGR-036",