Skip to content

Commit 971fd9d

Browse files
blafourcadeclaude
andauthored
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

File tree

  • plugins/aidd-orchestrator/skills/00-async-dev/references

plugins/aidd-orchestrator/skills/00-async-dev/references/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Examples:
8787
- **User says "run" but config is absent.**
8888
Surface the conflict and stop: `Setup must complete before run. Run /aidd-orchestrator:00:async-dev with action=setup first.`
8989
- **Workflow webhook fires `to-implement` but the issue already has an open closing PR.**
90-
Route to `review` (the PR is the active surface). Comment on the issue: `Issue #N has open PR #M — routed to review instead of run. Apply /to-review to PR #M to trigger review explicitly.`
90+
Route to `review` (the PR is the active surface). Comment on the issue: `Issue #N has open PR #M — routed to review instead of run. Apply the `to-review` label to PR #M to trigger review explicitly.`
9191
- **Label `to-implement` AND label `to-review` both present.**
9292
Route to `review` (more specific to the PR lifecycle). Comment to clarify.
9393

0 commit comments

Comments
 (0)