Create quiet verification wrappers for noisy pnpm run verify steps so successful checks stay concise and failures still provide full diagnostic output.
The work should add reusable wrapper scripts for verification commands that buffer command output during execution, print only a clear success line when the command passes, and flush the captured stdout/stderr when the command fails. Apply this pattern to external noisy checks such as knip and snyk, and update native verification steps we control, such as architecture unit tests, to follow the same success/failure output behavior. Update the root verify flow to use these wrappers so CI and local verification logs are easier to scan without losing failure context.
Create quiet verification wrappers for noisy pnpm run verify steps so successful checks stay concise and failures still provide full diagnostic output.
The work should add reusable wrapper scripts for verification commands that buffer command output during execution, print only a clear success line when the command passes, and flush the captured stdout/stderr when the command fails. Apply this pattern to external noisy checks such as knip and snyk, and update native verification steps we control, such as architecture unit tests, to follow the same success/failure output behavior. Update the root verify flow to use these wrappers so CI and local verification logs are easier to scan without losing failure context.