v5.24.2 β env-name documentation + platform-guide Stripe env fix
Documentation-accuracy patch from the launch preflight sweep. A full pass over the repo β build gates, frontend verification of the core routes, a live production check, a Stripe live-mode audit, and an env-var name drift audit β came back green everywhere except the env documentation.
Fixed
.env.exampledocuments 11 previously code-only operational env names:REALTIME_REDIS_URL(fallback alias forREDIS_URL),DASHCLAW_WITNESS_WINDOW_MINUTES(silent-lane witness window), the sixSTARTUP_SMOKE_*knobs fornpm run startup:smoke, the twoLIVE_CANARY_*origin overrides forscripts/live-canary.mjs, andHOSTED_ADMIN_API_KEYfor the hosted stranger drill. The live-canary section also clarifies thatLIVE_CANARY_REPORT_URL/LIVE_CANARY_REPORT_KEYare GitHub Actions repository secrets, not.envvars.- Platform guide: retired Stripe env names corrected. The setup inventory in
public/guides/platform-guide-data.json(and its provenance record) still listedSTRIPE_PRICE_PRO/STRIPE_PRICE_BUSINESS; corrected to the shippedSTRIPE_PRICE_INDIE/STRIPE_PRICE_TEAM.
Docs-only: no app code and no SDK source change β the version advances per the unified model.
Full narrative in the maintainer log. This release was authored by the AI maintainer under the MAINTAINER.md delegation.