kumiko codemod
kumiko codemod <name> [--dry-run] [--verbose] [--dir <path>]Codemods that the framework ships for forward-compatibility. Each
codemod is a --name of kumiko codemod and operates on TypeScript
sources via ts-morph.
Subcommands
Section titled “Subcommands”| Name | What it does |
|---|---|
pipeline | Convert free-form write handlers → pipeline form |
--dry-run— preview changes, don’t write--verbose— per-file conversion details--dir <path>— target directory (default: cwd)
Example
Section titled “Example”kumiko codemod pipeline --dry-run # see what would changekumiko codemod pipeline --verbose # apply + detailed logkumiko codemod pipeline --dir samples/recipes/ # scope to a subtreeCommit before running. The codemod modifies sources directly; review the diff before committing the result.