refactor(code-review): remove input_file_patterns from workflow.md to prevent context leak

This commit is contained in:
Alex Verkhovsky 2026-01-05 01:14:37 -08:00
parent 0f18c4bcba
commit 9700da9dc6
1 changed files with 0 additions and 18 deletions

View File

@ -2,24 +2,6 @@
name: code-review 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.' 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 web_bundle: false
input_file_patterns:
architecture:
description: 'System architecture for review context'
whole: '{planning_artifacts}/*architecture*.md'
sharded: '{planning_artifacts}/*architecture*/*.md'
load_strategy: 'FULL_LOAD'
ux_design:
description: 'UX design specification (if UI review)'
whole: '{planning_artifacts}/*ux*.md'
sharded: '{planning_artifacts}/*ux*/*.md'
load_strategy: 'FULL_LOAD'
epics:
description: 'Epic containing story being reviewed'
whole: '{planning_artifacts}/*epic*.md'
sharded_index: '{planning_artifacts}/*epic*/index.md'
sharded_single: '{planning_artifacts}/*epic*/epic-{{epic_num}}.md'
load_strategy: 'SELECTIVE_LOAD'
--- ---
# Code Review Workflow # Code Review Workflow