change /review to no longer be subagent invocation

This commit is contained in:
Aiden Cline
2026-05-07 00:16:53 -05:00
parent 72ec05d0be
commit de24c5e722

View File

@@ -96,7 +96,6 @@ export const layer = Layer.effect(
get template() {
return PROMPT_REVIEW.replace("${path}", ctx.worktree)
},
subtask: true,
hints: hints(PROMPT_REVIEW),
}