Structure frontend repositories around a shared verify and delivery model. Use when standardizing package repos, app repos, or SDK repos across TypeScript, Swift, Kotlin, or similar ecosystems; setting up CI guardrails; defining a repo-local verify command; or enabling continuous publish or deploy flows on main after verify passes.
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Use this when the repo is an application rather than a published package.
VERIFY first rule as package repos.deploy-preview, deploy-beta, or deploy-production.VERIFY passes.verify entrypointmain pushesverifymaindeploy.