Start with the fast packaging pass. Add Pro analysis when you need CI evidence. Keep the lifecycle scan as its own gate if you care about thread/timer/logger leaks in source.
init-config --mergeonce, so the project has a shared baseline.- Make
checkgreen locally and in CI. - Add
check --extended(Pro). - Optionally add
check-lifecyclenext to it — not inside--extended.
py -3.12 -m manifestguard init-config --merge
py -3.12 -m manifestguard check --extended
py -3.12 -m manifestguard check-lifecycle