fix(skills): align planner and cli tests on curl download commands
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user