Project
cortex
Description
Running any compact config modification prints a success-like message but then explicitly states "Configuration persistence not yet implemented. Settings will use defaults on next run."
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/21.png
Steps to Reproduce
$ cortex compact config --enable
Configuration changes:
Would enable auto-compaction
Note: Configuration persistence not yet implemented.
Settings will use defaults on next run.
$ cortex compact config --interval-hours 24
Configuration changes:
Would set interval to 24 hours
Note: Configuration persistence not yet implemented.
Settings will use defaults on next run.
Expected Behavior
Either persist the change, or don't expose the flags at all and mark them as unimplemented in --help.
Actual Behavior
The command accepts the flag, prints a success-like message, and then reveals it was a no-op. Exit code is 0.
Additional Context
No response
Project
cortex
Description
Running any compact config modification prints a success-like message but then explicitly states "Configuration persistence not yet implemented. Settings will use defaults on next run."
Error Message
Debug Logs
System Information
Screenshots
https://github.com/codvy8282/images/blob/main/21.png
Steps to Reproduce
$ cortex compact config --enable
Configuration changes:
Would enable auto-compaction
Note: Configuration persistence not yet implemented.
Settings will use defaults on next run.
$ cortex compact config --interval-hours 24
Configuration changes:
Would set interval to 24 hours
Note: Configuration persistence not yet implemented.
Settings will use defaults on next run.
Expected Behavior
Either persist the change, or don't expose the flags at all and mark them as unimplemented in --help.
Actual Behavior
The command accepts the flag, prints a success-like message, and then reveals it was a no-op. Exit code is 0.
Additional Context
No response