Request
Add a CLI flag to the opcode42 daemon. When run with this flag, it should:
- Check if the daemon is running (or just print 'ok')
- Exit with code 0 if healthy, 1 if not
This is a trivial change for testing the agentic pipeline. Just add the flag to the root command and print 'ok' + exit 0.
Context
- Main entry point:
cmd/opcode42/main.go
- CLI framework: cobra (check go.mod for the dependency)
Request
Add a CLI flag to the opcode42 daemon. When run with this flag, it should:
This is a trivial change for testing the agentic pipeline. Just add the flag to the root command and print 'ok' + exit 0.
Context
cmd/opcode42/main.go