wp-typia 0.22.4 → 0.22.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -28,6 +28,13 @@ Extend an existing workspace with:
28
28
  `wp-typia create <project-dir>` when `<project-dir>` is the only positional
29
29
  argument.
30
30
 
31
+ Configuration files:
32
+
33
+ - `wp-typia` loads `~/.config/wp-typia/config.json`, `.wp-typiarc`, `.wp-typiarc.json`, then `package.json#wp-typia`; later sources override earlier sources
34
+ - `--config <path>` is an explicit override loaded after the default sources, relative to the current working directory unless absolute
35
+ - config files use a strict schema: unknown keys are errors rather than warnings or stripped values, so typos fail near the source config file
36
+ - object values are deep-merged, while arrays such as `mcp.schemaSources` replace earlier arrays instead of concatenating
37
+
31
38
  Compatibility notes:
32
39
 
33
40
  - `@wp-typia/project-tools` is the canonical programmatic project orchestration package