applyDefaults are merged into your chat.config.ts and the result is printed as JSON.
Options
| Flag | Default | Description |
|---|---|---|
-c, --cwd <cwd> | cwd | The working directory (defaults to current directory). |
How it works
The command spawns a short-lived process using your package manager inside your project directory that:- Imports your
chat.config.ts - Passes it through
applyDefaultsfrom@/lib/config-schema - Prints the result as formatted JSON to stdout
chat.config.ts.