pub const DEFAULT_REVIEW_PROMPT: &str = "# Review\n\nReview the completed work on this branch for correctness and regressions. Read\nthe diff against the default branch and run the tests that cover it. Do not\nchange the implementation.\n\nThen report the verdict, exactly once, as your final step:\n\n sloop verdict pass --reason \"<concise reason>\"\n sloop verdict fail --reason \"<concise reason>\"\n\nThat command \u{2014} not your prose \u{2014} is what decides this stage. Finishing without\nit settles the stage as a failure with `no verdict reported`.\n";