@kody-ade/kody-engine-lite 0.1.69 → 0.1.70
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/dist/bin/cli.js +1 -1
- package/package.json +1 -1
package/dist/bin/cli.js
CHANGED
|
@@ -4322,7 +4322,7 @@ function initCommand(opts) {
|
|
|
4322
4322
|
console.log("");
|
|
4323
4323
|
}
|
|
4324
4324
|
}
|
|
4325
|
-
var STEP_STAGES = ["taskify", "plan", "build", "review", "review-fix"];
|
|
4325
|
+
var STEP_STAGES = ["taskify", "plan", "build", "autofix", "review", "review-fix"];
|
|
4326
4326
|
function gatherSampleSourceFiles(cwd, maxFiles = 3, maxCharsEach = 2e3) {
|
|
4327
4327
|
const srcDir = path21.join(cwd, "src");
|
|
4328
4328
|
const baseDir = fs22.existsSync(srcDir) ? srcDir : cwd;
|