refactor(code-review): add web_bundle: false, use "Read and follow" wording
- Add web_bundle: false to frontmatter (workflow needs file access) - Change "Load and execute" to "Read and follow" (clearer for LLMs) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
eae4ad46a1
commit
64c32d8c8c
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
name: code-review
|
||||
description: 'Code review for dev-story output. Audits acceptance criteria against implementation, performs adversarial diff review, can auto-fix with approval. A different LLM than the implementer is recommended.'
|
||||
web_bundle: false
|
||||
---
|
||||
|
||||
# Code Review Workflow
|
||||
|
|
@ -35,4 +36,4 @@ Load config from `{project-root}/_bmad/bmm/config.yaml` and resolve:
|
|||
|
||||
## EXECUTION
|
||||
|
||||
Load and execute `steps/step-01-load-story.md` to begin the workflow.
|
||||
Read and follow `steps/step-01-load-story.md` to begin the workflow.
|
||||
|
|
|
|||
Loading…
Reference in New Issue