docs(specs): add Pi native extension spec (lane 2, #123) - #125
Conversation
9c77a84 to
9a4356c
Compare
Draft the design spec for the native Pi /better-harness extension picked up from QoderAI#123 (lane 2 of QoderAI#72's suggested split), covering the single-command takeover from the prompt template, the Pi-private orchestration decision (Option B, pending maintainer confirmation in spec review), isolation/privacy/failure acceptance scenarios verified against pi 0.84.3, and the interactive report-loop smoke receipt gate. Docs-only change; doc-link-graph suite passes (8/8). Refs: QoderAI#123, QoderAI#72, QoderAI#25
9a4356c to
1c5a215
Compare
|
The overall direction looks reasonable, and I confirm Option B—there’s no need to wait for the shared host runtime. Please keep the Pi extension limited to RPC orchestration and lifecycle management, while reusing the canonical evidence, lane semantics, schema, and rendering contracts. |
Update the Pi native extension spec after maintainer review on PR QoderAI#125: Option B (Pi-private orchestration reusing canonical main contracts) is confirmed, so the open decision becomes a recorded decision with the confirmation link, the status moves from Draft to Accepted, and the maintainer's scope constraint (RPC orchestration and lifecycle management only; reuse canonical evidence, lane semantics, schema, and rendering contracts) is quoted verbatim. doc-link-graph suite passes (8/8). Refs: QoderAI#123
|
@phodal thanks for confirming Option B. I've updated the spec accordingly (38f2c9c): the open decision is now a recorded decision with your confirmation link and your scope constraint quoted verbatim ("RPC orchestration and lifecycle management only, reusing the canonical evidence, lane semantics, schema, and rendering contracts"), and the status moved from Draft to Accepted. If the spec looks good to merge as-is, I'll start the implementation branch next (focused on the extension, tests, and the interactive report-loop smoke receipt). |
|
Option B is confirmed, but my comment only confirmed the architectural direction, not the full spec as Accepted. Please keep it as Draft until the lifecycle, canonical lane binding, and packaging acceptance criteria are clarified. |
|
You can proceed with the implementation while keeping the spec in Draft. Please use implementation and test findings to refine the lifecycle, lane-binding, and packaging contracts before merging. |
Summary
Spec-only PR for lane 2 of #72's suggested split, opened per @phodal's guidance: a fresh design spec before implementation, linked to #123.
docs/specs/2026-08-28-123-pi-native-extension.mdcovers the native Pi/better-harnessextension scope:prompts/better-harness.mdfrom Pi discovery),readlineprohibited per the RPC doc),Open decision for spec review
The #72 extension imported the shared host-runtime contract introduced by that same PR, which is not on
main. The spec presents both paths phodal outlined and recommends Option B: Pi-private orchestration insideextensions/pi/calling existingmaincontracts, with no shared contract introduced and no lane-1 scope duplicated. Marked[NEEDS CLARIFICATION]for maintainer confirmation.Scope check
No WorkBuddy, no generalized provider/reporting changes, no release metadata, no unrelated host-runtime work. Docs-only diff: one new spec file.
doc-link-graphsuite passes (8/8).Spec stage only; implementation PR to follow after spec review. Tracking issue: #123 (do not auto-close).