You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Comprehensive cross-platform test fixes for Windows/macOS/Linux
Changes across 14 files:
cortex-common:
- Fixed config_substitution test to use platform-agnostic paths
- Fixed doc-tests for unsafe set_var in Rust 2024
cortex-engine:
- Added Windows ignore to path_safety tests (canonicalization issues)
- Added Windows ignore to shell_tests (Unix paths/commands)
cortex-exec:
- Renamed Fabric -> Cortex in module docs and system prompts
- Fixed hardcoded /tmp paths to use temp_dir()
cortex-hooks:
- Made command_exists() platform-agnostic (which vs where)
- Renamed FABRIC_* env vars to CORTEX_*
- Fixed hardcoded paths in tests
cortex-lsp:
- Fixed /tmp paths in manager and downloader tests
cortex-resume:
- Fixed session_store tests to use temp_dir()
cortex-sandbox:
- Fixed path tests to use temp_dir()
cortex-update:
- Fixed install tests to use temp_dir()
- Added tokio dev-dependency for async tests
integration_tests:
- Added Windows ignore for Unix shell tests
- Fixed hardcoded paths
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
0 commit comments