Skip to content

docs(roadmap): add #402 — doctor config resolved_model:null marked ok; type inconsistency#2941

Open
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-402-doctor-config-resolved-model-null-ok
Open

docs(roadmap): add #402 — doctor config resolved_model:null marked ok; type inconsistency#2941
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-402-doctor-config-resolved-model-null-ok

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #402

doctor --output-format json config check:

{
  "name": "config",
  "status": "ok",
  "resolved_model": null,       // null but ok?
  "loaded_config_files": 2,     // int count
  "discovered_files": ["...", "..."]  // array
}

Two issues: (1) resolved_model:null → should warn; (2) loaded_config_files:int vs discovered_files:array — inconsistent types for same domain.

ROADMAP.md only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant