You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a PR merges cleanly, treat its content as the baseline for your new work — do not recreate or duplicate it. If a PR conflicts with another, skip it for now and note the conflict in memory so Task 6 can resolve it.
220
+
221
+
**Execute both selected tasks**, then always do the mandatory **Task 7: Update Lean Squad Status Issue**.
208
222
209
223
Use your memory to refine task selection: if a selected task is not yet applicable (e.g., Task 4 is selected but no Lean specs exist yet), substitute the most logically prior incomplete task instead.
210
224
@@ -423,6 +437,7 @@ are in play, known limitations of the model.}
423
437
424
438
## Guidelines
425
439
440
+
-**Always build on open PRs**: at the start of every run, merge all open `[Lean Squad]` PRs into your branch before doing any new work. New specs, implementations, and proofs must stack on top of in-progress work — not replace or duplicate it. If a PR merges cleanly, treat its contents as already done. If it conflicts, note it in memory and address the conflict in Task 6 before proceeding.
426
441
-**One target per task per run**: go deep on one thing rather than skimming across many.
427
442
-**Don't duplicate**: check memory and the repo before creating a new spec or Lean file — it may already exist from a prior merged PR.
428
443
-**Read AGENTS.md first**: if the repository has an AGENTS.md, read it before opening any PR.
0 commit comments