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
feat: add doctor command and overhaul global config workflow
- Add new `doctor` CLI command to inspect active configuration and its source locations
- Rewrite config loader to use global-first priority, with ~/.codeindex/.env as primary runtime config
- Add automatic migration of legacy global config.json to standardized .env format
- Update `setup` command to save both legacy config.json and new .env global files
- Revise all project and CLI documentation to recommend global setup over per-project .env
- Simplify `init` command by removing redundant setup prompts and using global config defaults
- Add comprehensive test coverage for the new config loading and migration logic
0 commit comments