Problem
packages/create/__tests__/cli.test.ts exists but packages/create/deno.json only defines a run task — no test task.
Suggested fix
"test": "deno test --allow-read --allow-write --allow-run --allow-env __tests__/"
(Overlaps with the M-2 task-alignment issue; can be closed by it.)
Acceptance
Source: 2026-07-30 packages/ code review (docs/audit/2026-07-30-packages-code-review.md). Facts verified against source on main @ 0.42.0-alpha.8.
Problem
packages/create/__tests__/cli.test.tsexists butpackages/create/deno.jsononly defines aruntask — notesttask.Suggested fix
(Overlaps with the M-2 task-alignment issue; can be closed by it.)
Acceptance
cd packages/create && deno task testruns cli.test.tsSource: 2026-07-30 packages/ code review (docs/audit/2026-07-30-packages-code-review.md). Facts verified against source on main @ 0.42.0-alpha.8.