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 the new putio-sdk-typescript layout as the default TypeScript package reference, and keep the same verify-first delivery shape for TypeScript app repos too.
vp) for install, check, build, and test flows.verify script and let CI call it directly.conventionalcommits preset and include conventional-changelog-conventionalcommits in the workflow plugin list.@semantic-release/git writes a release commit, set GIT_AUTHOR_* and GIT_COMMITTER_* in the workflow so the commit identity stays stable. The current put.io default is devsputio <devs@put.io>.check, build, test, and verifyvoidzero-dev/setup-vpvp install before verification or releaseverify on pull requests and main pushesmain after verify passestsdown where appropriate.