Skip to content

[BUG] [v0.0.7] cortex workspace show ignores .cortex/config.json and reports no config present #51499

Description

@15Kentucky

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

Full evidence

Close-up

Steps to Reproduce

  1. Create a workspace with .cortex/config.json.
  2. Run cortex workspace show --json.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ideIssues related to IDEvalidValid issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions