Update workflow-preset to v2.0.0 - #72
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 06b601c9bd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,46 @@ | |||
| # Behavior Testability / Task Readiness | |||
There was a problem hiding this comment.
Update the smoke check for the renamed testability template
In the checked .github/workflows/community-smoke.yml Verify bundled init defaults step, line 67 still runs test -f .specify/presets/workflow-preset/templates/behavior/behavior-testability-checklist.md under set -euo pipefail. This change deletes that packaged file in favor of behavior/behavior-testability.md, so every community smoke run will abort at the stale assertion; update the workflow to check the replacement path.
AGENTS.md reference: AGENTS.md:L78-L81
Useful? React with 👍 / 👎.
| "UX-", | ||
| "UI/UX Requirement ID", | ||
| "Visual Item ID", | ||
| "Requirement Status", |
There was a problem hiding this comment.
Require an actual visual evidence reference
For a visual handoff, a receipt whose only evidence is Requirement Status: Required now satisfies _receipt_references_traceable_validation_evidence(), despite identifying neither a Visual Item nor any evidence source. validate_receipt_structure() can therefore accept a generic receipt and allow completion to proceed without the traceability required by the updated implement contract; require a concrete ID or artifact reference rather than accepting this label alone.
AGENTS.md reference: presets/workflow-preset/AGENTS.md:L16-L17
Useful? React with 👍 / 👎.
Summary
Test Plan