Description
The global --verbose flag has no visible effect on cortex github status. Running the command with and without --verbose produces the same status header, workflow path, feature list, and success line.
Steps to Reproduce
- Run
cortex github status --path <repo> in a repository with a Cortex workflow.
- Run
cortex --verbose github status --path <repo> against the same repository.
- Compare the terminal output from both commands.
Expected Behavior
--verbose should add extra diagnostic output or otherwise produce visibly more detail than the default run.
Actual Behavior
cortex --verbose github status --path <repo> prints the same visible output as cortex github status --path <repo>.
Evidence


Description
The global
--verboseflag has no visible effect oncortex github status. Running the command with and without--verboseproduces the same status header, workflow path, feature list, and success line.Steps to Reproduce
cortex github status --path <repo>in a repository with a Cortex workflow.cortex --verbose github status --path <repo>against the same repository.Expected Behavior
--verboseshould add extra diagnostic output or otherwise produce visibly more detail than the default run.Actual Behavior
cortex --verbose github status --path <repo>prints the same visible output ascortex github status --path <repo>.Evidence