Project
cortex
Description
In a workspace that contains .cortex/config.json, cortex workspace show --json reports that no Cortex config is present. In the same directory, cortex debug config --json finds that exact local config file and reports local_config_exists: true. The two commands disagree about whether the project config exists.
Error Message
None.
Debug Logs
None.
System Information
- OS: Windows 11
- Cortex version: cortex 0.0.7 (ac6398e 2026-02-05)
Screenshots


Steps to Reproduce
- Create a workspace with
.cortex/config.json.
- Run
cortex workspace show --json.
- Run
cortex debug config --json in the same directory.
Expected Behavior
Both commands should agree that the local project config exists.
Actual Behavior
cortex workspace show --json reports has_cortex_config: false and config_path: null, while cortex debug config --json reports the same .cortex/config.json file as local_config_exists: true.
Additional Context
The engine supports .cortex/config.json, but workspace show only checks .cortex/config.toml.
Project
cortex
Description
In a workspace that contains
.cortex/config.json,cortex workspace show --jsonreports that no Cortex config is present. In the same directory,cortex debug config --jsonfinds that exact local config file and reportslocal_config_exists: true. The two commands disagree about whether the project config exists.Error Message
None.
Debug Logs
None.
System Information
Screenshots
Steps to Reproduce
.cortex/config.json.cortex workspace show --json.cortex debug config --jsonin the same directory.Expected Behavior
Both commands should agree that the local project config exists.
Actual Behavior
cortex workspace show --jsonreportshas_cortex_config: falseandconfig_path: null, whilecortex debug config --jsonreports the same.cortex/config.jsonfile aslocal_config_exists: true.Additional Context
The engine supports
.cortex/config.json, butworkspace showonly checks.cortex/config.toml.