Production Backend Proof
This is the compact public-secondary handoff for Mesh's backend proof story.
Public readers should still stay scaffold/examples first: start with Clustered Example, examples/todo-sqlite/README.md, or examples/todo-postgres/README.md before using this page as a deeper handoff.
This page only names the deeper maintainer surfaces behind that public story: Mesher as the maintained app, and a retained backend-only verifier kept behind a named replay instead of a public repo-root runbook.
Canonical surfaces
- Clustered Example — public scaffold-first clustered walkthrough
examples/todo-sqlite/README.md— honest local single-node starterexamples/todo-postgres/README.md— shared/deployable PostgreSQL startermesher/README.md— deeper maintained app runbook for repo maintainersbash scripts/verify-m051-s01.sh— maintainer verifier for the shipped Mesher app surfacebash scripts/verify-m051-s02.sh— maintainer verifier for the retained backend-only proof replaybash scripts/verify-production-proof-surface.sh— compatibility verifier that keeps this public proof page truthful
Named maintainer verifiers
These are the named commands behind the current deeper backend-maintainer story:
bash scripts/verify-m051-s01.sh
bash scripts/verify-m051-s02.sh
bash scripts/verify-production-proof-surface.shUse bash scripts/verify-m051-s01.sh when you are verifying the maintained deeper app that repo maintainers actually work on. Use bash scripts/verify-m051-s02.sh when you need the retained backend-only proof replay without turning its internal fixture layout into public teaching.
Retained backend-only recovery signals
When bash scripts/verify-m051-s02.sh fails on the retained backend-only proof, inspect the recovery markers it preserves:
restart_countlast_exit_reasonrecovered_jobslast_recovery_atlast_recovery_job_idlast_recovery_countrecovery_active
Those signals stay maintainer-facing on purpose: they prove the retained backend-only recovery story without turning the compatibility fixture tree into a public tutorial.
When to use this page vs the generic guides
Use Web, Databases, Testing, Concurrency, or Developer Tools when you want a subsystem API in isolation.
Use this page when you need the handoff from the public starter/examples-first route into the maintainer-only backend surfaces. From here, continue to mesher/README.md plus bash scripts/verify-m051-s01.sh for the deeper maintained app, or use bash scripts/verify-m051-s02.sh for the retained backend-only proof.
Failure inspection map
If a maintainer proof fails, rerun the smallest named surface that matches the drift:
- Public proof-page contract:
bash scripts/verify-production-proof-surface.sh - Maintained deeper app:
mesher/README.mdandbash scripts/verify-m051-s01.sh - Retained backend-only proof:
bash scripts/verify-m051-s02.sh
If a public docs page starts teaching the old repo-root compatibility surfaces again, treat that as contract drift instead of a docs cleanup detail.