Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/npx-aidd-create-epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Minimal fast-running scaffold at `ai/scaffolds/scaffold-example` used as the e2e

**Requirements**:
- Given the scaffold runs, should initialize a new npm project in `<folder>`
- Given the scaffold runs, should install `riteway`, `vitest`, `@playwright/test`, `error-causes`, `cuid2`, and `release-it` at `@latest`
- Given the scaffold runs, should install `riteway`, `vitest`, `@playwright/test`, `error-causes`, `@paralleldrive/cuid2`, and `release-it` at `@latest`
- Given the scaffold runs, should configure `scripts.test` as `vitest run`
- Given the scaffold runs, should configure `scripts.release` as `release-it` so the generated project can publish GitHub releases
- Given the scaffold runs, should leave a working project where `npm test` can be invoked
Expand Down