Project
cortex
Description
The main help text hardcodes XDG Base Directory paths, but the actual runtime uses ~/.cortex/ as the base directory.
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/19.png
Steps to Reproduce
$ cortex --help
Shows:
Config ~/.config/cortex/config.toml
Sessions ~/.local/share/cortex/sessions/
Logs ~/.cache/cortex/logs/
$ cortex debug paths
Shows:
Config /home/user/.cortex
Sessions /home/user/.cortex/sessions
Logs /home/user/.cortex/logs
Expected Behavior
--help should show the same paths that debug paths and the runtime actually use.
Actual Behavior
Help shows ~/.config/cortex/config.toml, ~/.local/share/cortex/sessions/, ~/.cache/cortex/logs/ while actual paths are ~/.cortex/config.toml, ~/.cortex/sessions/, ~/.cortex/logs/.
Additional Context
No response
Project
cortex
Description
The main help text hardcodes XDG Base Directory paths, but the actual runtime uses ~/.cortex/ as the base directory.
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/19.png
Steps to Reproduce
$ cortex --help
Shows:
Config ~/.config/cortex/config.toml
Sessions ~/.local/share/cortex/sessions/
Logs ~/.cache/cortex/logs/
$ cortex debug paths
Shows:
Config /home/user/.cortex
Sessions /home/user/.cortex/sessions
Logs /home/user/.cortex/logs
Expected Behavior
--help should show the same paths that debug paths and the runtime actually use.
Actual Behavior
Help shows ~/.config/cortex/config.toml, ~/.local/share/cortex/sessions/, ~/.cache/cortex/logs/ while actual paths are ~/.cortex/config.toml, ~/.cortex/sessions/, ~/.cortex/logs/.
Additional Context
No response