Project
cortex-cli
Description
The config output shows "CWD" (Current Working Directory) but command flags use --cd or -C, creating confusion about terminology.
Error Message
$ cortex config
Cortex Configuration:
CWD: C:\Users\Leo
$ cortex run --help
-C, --cd <DIR> Tell the agent to use the specified directory...
System Information
Cortex Version: 0.0.4-alpha
OS: Windows 11
Steps to Reproduce
- Run
cortex config
- Run
cortex run --help
- Compare terminology
Expected Behavior
- Consistent terminology throughout
- Either "Working Directory" or "CWD" everywhere
- Flag name matches displayed config key
Actual Behavior
- Config shows "CWD"
- Flag is
--cd
- Different terms for same concept
Additional Context
Consistent naming improves understandability.
Project
cortex-cli
Description
The config output shows "CWD" (Current Working Directory) but command flags use
--cdor-C, creating confusion about terminology.Error Message
System Information
Steps to Reproduce
cortex configcortex run --helpExpected Behavior
Actual Behavior
--cdAdditional Context
Consistent naming improves understandability.