fix: remove stale validate-workflow.xml references#1572
fix: remove stale validate-workflow.xml references#1572arcaven wants to merge 1 commit intobmad-code-org:mainfrom
Conversation
The validate-workflow.xml task was intentionally removed, but several files still referenced it. This cleanup removes all stale references: - Delete handler-validate-workflow.txt (handler for removed task) - Update checklist.md (remove framework references) - Update instructions.xml (replace invoke-task with action) - Update activation-steps.txt (remove from command list) - Update test/README.md (5 command types, not 6) Closes #1530
📝 WalkthroughWalkthroughThis pull request removes the validate-workflow handler infrastructure and replaces it with direct in-line validation in the create-story workflow. References to the missing Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing this PR — we jumped the gun on two fronts: 1. No maintainer confirmation on issue #1530 2. Scope overlap with PR #1567 Will wait for maintainer guidance on #1530 before resubmitting a narrower fix (if needed). |
Summary
Remove stale references to
validate-workflow.xmlwhich was intentionally removed from the project.Changes
handler-validate-workflow.txt(handler for removed task)checklist.md(remove framework references)instructions.xml(replace invoke-task with action)activation-steps.txt(remove from command list)test/README.md(5 command types, not 6)Context
Issue #1530 reported that
validate-workflow.xmlwas missing. @alexeyv confirmed the file was intentionally removed. This PR cleans up the remaining stale references to prevent confusion.Closes #1530