Skip to content

Commit b17fec4

Browse files
committed
docs: correct doctor validator loading comment
1 parent 0be1e19 commit b17fec4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/pythinker-code/src/cli/v2/validate-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* V2 config.toml validation for `pythinker doctor`.
33
*
4-
* Loaded lazily (dynamic import) by the doctor command on the default
5-
* agent-core-v2 path, so the v2 module graph stays off the legacy doctor path.
4+
* Loaded lazily (dynamic import) by the doctor command in every engine mode,
5+
* so the v2 module graph loads only when config.toml validation runs.
66
* Validation uses the engine's own section registry instead of the legacy
77
* whole-document strict schema:
88
* importing the package root runs every built-in section's side-effect

0 commit comments

Comments
 (0)