docs(dev): plan amendments — runtime port surface, engine-aware doctor, testing plan#758
Merged
Merged
Conversation
…r, testing plan Three additions to the dual-distribution ADR from the runtime-independence review: - A "Runtime port surface" section: the three engine-neutral contracts (OCI images by digest, four container-API endpoints behind the proxy allowlists, config.json as the only path to runtime files), the four-item engine-specific residue, and the review rule that a PR growing the surface updates the section. - Phase 2: doctor grows engine-aware host checks — its Docker-shaped trio (daemon reachable, docker group, boot persistence) misreports under Podman/systemd, and doctor --json is the appliance commit gate. - A testing plan mapped onto the existing four-tier model: the parity test's derivation mechanics and closed-set lock at tier 1, a Podman lane for the tier-3 mini-stack, the appliance tier-4 matrix additions, and the installer smoke on the release checklist. - One-line manifest note: image ownership is per-service (the Tari node already pins from a foreign registry). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Amends
docs/dev/dual-distribution-plan.mdwith the findings from the runtime-independence review. Dev doc only — no behaviour change.config.jsonas the only path to runtime files), the four-item engine-specific residue (firewall implementation, doctor host checks, render target, proxy socket), and the structural guardrails — plus the review rule that a PR growing the surface must update the section.doctor's Docker-shaped trio — daemon reachable,dockergroup,docker.serviceboot persistence (pithead:720) — misreports under Podman/systemd, anddoctor --jsonis the appliance commit gate. Appliance variants land behind the same check names and--jsonshape.lint-docs-voice+markdownlintpass.🤖 Generated with Claude Code