There was an error while loading. Please reload this page.
1 parent 0be1e19 commit b17fec4Copy full SHA for b17fec4
1 file changed
apps/pythinker-code/src/cli/v2/validate-config.ts
@@ -1,8 +1,8 @@
1
/**
2
* V2 config.toml validation for `pythinker doctor`.
3
*
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.
+ * Loaded lazily (dynamic import) by the doctor command in every engine mode,
+ * so the v2 module graph loads only when config.toml validation runs.
6
* Validation uses the engine's own section registry instead of the legacy
7
* whole-document strict schema:
8
* importing the package root runs every built-in section's side-effect
0 commit comments