fix(skills): align planner and cli tests on curl download commands

This commit is contained in:
William Valentin
2026-02-17 10:33:58 -08:00
parent 1d9c25a4c6
commit ac29789d89
4 changed files with 50 additions and 39 deletions
+13
View File
@@ -3633,6 +3633,19 @@
"docs/plans/state.json"
],
"test_status": "pnpm typecheck passing"
},
"installer-planner-cli-curl-reconciliation": {
"status": "completed",
"date": "2026-02-17",
"updated": "2026-02-17",
"summary": "Reconciled installer planning and CLI output/tests to use executable curl-based download commands (`curl -fsSL -o <dest> <url>` and `curl -fsSL <url>` when destination is omitted), replacing legacy placeholder command strings while preserving install/execute flow semantics.",
"files_modified": [
"src/skills/planner.ts",
"src/skills/planner.test.ts",
"src/cli/skills.test.ts",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/skills/planner.test.ts src/cli/skills.test.ts + pnpm typecheck passing"
}
},
"overall_progress": {