From 07829c7469d55f4a06cc4f3203ed12ab98c16142 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 26 Mar 2026 13:52:08 -0400 Subject: [PATCH] fucker --- AI/commands/srid-do.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AI/commands/srid-do.md b/AI/commands/srid-do.md index c1aecb3..6309ef5 100644 --- a/AI/commands/srid-do.md +++ b/AI/commands/srid-do.md @@ -48,6 +48,7 @@ Take a GitHub issue, prompt, or task description and execute it top-to-bottom: i 2. Run the tests to confirm they pass. 3. If you find yourself thinking "tests aren't needed for this change" — you're probably wrong. Add them anyway. - Commit with a clear message describing what was done. Each commit must be a NEW commit (never amend). + - **⚠️ DO NOT STOP HERE.** Implementation is NOT the end. You MUST continue to step 5 (Open Draft PR) and all subsequent steps. The task is not done until a PR URL is reported. ### 5. **Open Draft PR** @@ -92,3 +93,4 @@ Take a GitHub issue, prompt, or task description and execute it top-to-bottom: i - **CI must pass**: Don't move to the next phase until CI is green. - **Simple over clever**: Do the boring obvious thing. - **Autonomous**: Never ask. Pick sensible defaults and keep moving. +- **Complete the full workflow**: Implementing code is step 4 of 10. You MUST open a draft PR, run CI, do the elegance pass, and report the PR URL. Stopping after commit = failure.