QA Clockwork
Run
make checkand fix every failure.Run
make devto build, ad-hoc sign, launch, and perform the process check.Confirm the exact bundle is running:
pgrep -af "Clockwork.app/Contents/MacOS/Clockwork"Cross-check app state through the bundled CLI:
.build/package/Clockwork.app/Contents/MacOS/clockworkcli list --jsonFor packaging work, run
make package, verify both executable architectures withlipo -archs, runmake dmg, and verify the DMG withhdiutil verify.
Do not trigger Keychain prompts in tests. Report the exact app path, process, signatures, architectures, and behavior you verified.