feat: /optimize --continue überspringt Implementierungsphase
This commit is contained in:
parent
aa00a8282e
commit
7cb299ff66
5 changed files with 43 additions and 14 deletions
|
|
@ -277,11 +277,14 @@ Empfohlene Sofortmaßnahmen: keine
|
|||
### Syntax
|
||||
|
||||
```
|
||||
/optimize <auftrag> [--rounds N] [--with-doku]
|
||||
/optimize <auftrag> [--rounds N] [--with-doku] [--continue]
|
||||
```
|
||||
|
||||
- `--rounds N` — maximale Anzahl Runden (Standard: 3)
|
||||
- `--with-doku` — nach SHIP automatisch `/update_doku` ausführen
|
||||
- `--continue` — überspringt die Implementierungsphase und startet direkt mit dem
|
||||
Judge→Fix-Zyklus ab dem aktuellen Code-Stand. Nützlich wenn man bereits manuell
|
||||
`/coder`, `/judge` und `/fix` durchgeführt hat und den Rest automatisieren möchte.
|
||||
|
||||
### Beispiel: einfacher Auftrag
|
||||
|
||||
|
|
@ -319,6 +322,26 @@ Nach SHIP werden automatisch ausgeführt:
|
|||
2. README.md schreiben
|
||||
3. BEDIENUNGSANLEITUNG.md schreiben
|
||||
|
||||
### Vom manuellen Workflow in den automatischen wechseln
|
||||
|
||||
Du hast bereits `/coder`, `/judge` und `/fix` manuell durchgeführt und möchtest
|
||||
den Rest automatisch ablaufen lassen:
|
||||
|
||||
```
|
||||
/optimize --continue
|
||||
```
|
||||
|
||||
```
|
||||
/optimize --continue --rounds 5
|
||||
```
|
||||
|
||||
```
|
||||
/optimize --continue --with-doku
|
||||
```
|
||||
|
||||
Die Implementierungsphase wird übersprungen — der Judge prüft sofort den aktuellen
|
||||
Stand und der Fix-Zyklus läuft automatisch bis PASS oder max. N Runden.
|
||||
|
||||
### Loop-Erkennung
|
||||
|
||||
Wenn zweimal hintereinander genau dieselben Blocker auftreten, bricht `/optimize` ab:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue