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
19
examples/python-calculator/PROTOKOLL.md
Normal file
19
examples/python-calculator/PROTOKOLL.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Demo-Protokoll: python-calculator
|
||||
|
||||
## Lauf 1
|
||||
|
||||
**Datum:**
|
||||
**Befehl:**
|
||||
```
|
||||
/optimize "Ergänze multiply, divide (wirft ZeroDivisionError bei 0) und power.
|
||||
Schreibe pytest-Tests für alle neuen Funktionen." \
|
||||
--test-cmd "pytest test_calculator.py -v"
|
||||
```
|
||||
**Startzeit:**
|
||||
**Endzeit:**
|
||||
**Dauer (min):**
|
||||
**Runden:**
|
||||
**Endergebnis:** PASS / PASS WITH CONCERNS / SHIP / NO-SHIP
|
||||
**Besonderheiten / Beobachtungen:**
|
||||
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue