Commit 971fd9d
fix(aidd-orchestrator): write to-review as a label, not a command (#143)
routing.md:90 wrote "Apply /to-review", which the reference checker
read as a slash command and flagged for the hyphen. `to-review` is a
GitHub label - backtick it, consistent with line 91.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 256c4f4 commit 971fd9d
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments