feat: Demo-Examples (Python/Rust/Go/C) mit Protokoll-Templates und Restore-Skript
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
fb4e96919a
commit
64c2b7f0fd
21 changed files with 614 additions and 0 deletions
37
examples/go-fibonacci/PROTOKOLL.md
Normal file
37
examples/go-fibonacci/PROTOKOLL.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Demo-Protokoll: go-fibonacci
|
||||
|
||||
## Lauf 1
|
||||
|
||||
**Datum:**
|
||||
**Befehl:**
|
||||
```
|
||||
/optimize "Ersetze die naive Rekursion durch Memoization.
|
||||
fib(50) soll in unter 1ms abgeschlossen sein.
|
||||
Bestehende Tests müssen weiterhin grün bleiben." \
|
||||
--test-cmd "go test ./..." --interactive
|
||||
```
|
||||
**Startzeit:**
|
||||
**Ende Loop (PASS):**
|
||||
**Dauer Loop (min):**
|
||||
**Runden:**
|
||||
**Endergebnis Loop:** PASS / PASS WITH CONCERNS
|
||||
|
||||
**Befehl im --interactive-Checkpoint:**
|
||||
```
|
||||
/continue "Gib zusätzlich die Berechnungszeit in Mikrosekunden aus."
|
||||
```
|
||||
*(oder: `/continue` ohne Zusatzauftrag)*
|
||||
|
||||
**Startzeit /continue:**
|
||||
**Ende /continue:**
|
||||
|
||||
**Befehl /shipit:**
|
||||
```
|
||||
/shipit
|
||||
```
|
||||
**Startzeit /shipit:**
|
||||
**Endzeit /shipit:**
|
||||
**Endergebnis /shipit:** SHIP / NO-SHIP
|
||||
**Besonderheiten / Beobachtungen:**
|
||||
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue