Looks finished
The developer can navigate, click, and demonstrate the feature in one working tree.
A practical field guide for proving that an important feature is tracked, reproducible, deployed, reachable, and usable.
Get the auditSee the five proofs
A feature may be complete in one local environment while its source is ignored, its locked build cannot reproduce it, its deployment omits a component, or its public task remains unusable. Release evidence must cross every boundary.
The developer can navigate, click, and demonstrate the feature in one working tree.
Untracked source, hidden configuration, missing migrations, or stale artifacts never reach the release.
A public route and a real task-level walkthrough confirm the promised outcome.
The intended source, configuration template, route, migration, and manifest are present in the commit tree.
A fresh checkout installs the locked dependency graph and produces the expected build without hidden local files.
The release records the exact source revision, artifact, target, configuration contract, and deployment result.
The public route, function, media, auth boundary, and integration answer as designed.
A real person completes the promised task from a fresh session and sees the expected outcome.
The release has a rollback path, preserved evidence, and a clear owner for exceptions.
Public PONO build history documents a broad artifact rule that matched a nested source directory and silently kept a complete feature out of version control. The repair anchored the rule to intended artifact locations, added the missing source, and strengthened deployment verification. The lesson is shared without exposing customers, secrets, private environments, or endpoints.
Supporting guidance: official Git ignore documentation, SLSA provenance, and GitHub Actions build-and-test guidance.