docs/site/src/content/docs/tutorials/evidence-from-breg.mdx and deploy-evidence-from-breg.mdx:
- "should contain" and "should produce" describe deterministic output; state what the output is.
- Five "above" and "below" in-page references across the two pages; name the step instead.
- Both pages are
draft: true, so the built link check never checks their cross-links. Un-draft them once the composition gate is trusted, or run the link check over drafts.
- Five operationally significant steps lack failure-mode guidance: what a refusal looks like and what to do next.
- The exported lookup route is
POST /v1/records/records:lookup with a JSON body. Check that every GET the pages describe is a direct record read and not the lookup route.
Origin: review of PR #865.
docs/site/src/content/docs/tutorials/evidence-from-breg.mdxanddeploy-evidence-from-breg.mdx:draft: true, so the built link check never checks their cross-links. Un-draft them once the composition gate is trusted, or run the link check over drafts.POST /v1/records/records:lookupwith a JSON body. Check that every GET the pages describe is a direct record read and not the lookup route.Origin: review of PR #865.