Project
cortex
Description
cortex --help documents -C, --cd for working root. cortex acp --help documents -C, --cwd for session working directory.
Root cause: Naming drift between features (cd vs cwd conventions).
Error Message
Debug Logs
System Information
Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/20.mp4
Steps to Reproduce
cortex --help — find -C long name.
cortex acp --help — find -C long name.
Expected Behavior
One canonical long flag with hidden alias for the other spelling everywhere.
Actual Behavior
Root: -C, --cd. acp: -C, --cwd.
Additional Context
No response
Project
cortex
Description
cortex --helpdocuments-C, --cdfor working root.cortex acp --helpdocuments-C, --cwdfor session working directory.Root cause: Naming drift between features (
cdvscwdconventions).Error Message
Debug Logs
System Information
Screenshots
https://github.com/springoliver/bounty_challenge_report_image/blob/main/20.mp4
Steps to Reproduce
cortex --help— find-Clong name.cortex acp --help— find-Clong name.Expected Behavior
One canonical long flag with hidden alias for the other spelling everywhere.
Actual Behavior
Root:
-C, --cd.acp:-C, --cwd.Additional Context
No response