Dogfood The Shipped Artifact

Use AFTER publishing any CLI, tool, or service package — and BEFORE declaring a release good. Triggers on: 'release shipped', 'published to PyPI/npm', 'v1.X.Y is live', 'the tests all pass', 'CliRunner passes', 'TestClient passes'. Never trust an in-process test runner as proof the REAL shipped binary works: CliRunner (Click/Typer) and FastAPI TestClient invoke the app object DIRECTLY, bypassing the entry-point / front-door bootstrap layer. Install the PUBLISHED artifact in a clean env (Docker or fresh venv) and invoke the REAL binary across every feature flag combination before declaring the release good.

oimiragieo Updated 0 repo stars

File contents

oimiragieo/gotcontext-saddle/tree/main/core/skills/dogfood-the-shipped-artifact commit 141868148d

Frequently asked questions

npx skillmds@latest add oimiragieo/dogfood-the-shipped-artifact