diff --git a/examples/README.md b/examples/README.md index b914fc4..66e307d 100644 --- a/examples/README.md +++ b/examples/README.md @@ -12,7 +12,7 @@ Jedes Projekt startet bewusst unvollständig — genau der Ausgangspunkt, für d | `go-fibonacci/` | Go | `/optimize --interactive` + `/continue` + `/shipit` | | `c-linkedlist/` | C | `/quick_check` + `/fix` + `/patch` | | `bash-sysreport/` | Bash | `/coder` von Null (kein Startcode) + `/quick_check` | -| `html-joke-ticker/` | HTML/CSS/JS | `/optimize --no-tests` + `/patch` | +| `html-quote-ticker/` | HTML/CSS/JS | `/optimize --no-tests` + `/patch` + Tailwind-Redesign | ## Demo-Workflow @@ -22,7 +22,7 @@ Jedes Example braucht ein eigenes git-Repo, damit pi-coder commit-basierte Features nutzen kann (Loop-Erkennung, Diff-Anzeige, `/version`): ```bash -for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist bash-sysreport html-joke-ticker; do +for dir in python-calculator rust-wordcount go-fibonacci c-linkedlist bash-sysreport html-quote-ticker; do cd examples/$dir git init -b main && git add -A && git commit -m "feat: initial $dir" cd ../.. @@ -64,7 +64,7 @@ und bereinigt Build-Artefakte (`target/`, `__pycache__` etc.). | 1 | `python-calculator` | ~5–10 min | Einstieg, Test-Loop | | 2 | `c-linkedlist` | ~5 min | `/quick_check` + `/fix`, kein Loop | | 3 | `bash-sysreport` | ~5–8 min | `/coder` von Null, kein Startcode | -| 4 | `html-joke-ticker` | ~8–12 min | `/optimize --no-tests`, Frontend | +| 4 | `html-quote-ticker` | ~8–12 min | `/optimize --no-tests`, Frontend | | 5 | `rust-wordcount` | ~10–15 min | Loop + `/version` | | 6 | `go-fibonacci` | ~15–20 min | `--interactive` + `/shipit` | @@ -77,4 +77,4 @@ und bereinigt Build-Artefakte (`target/`, `__pycache__` etc.). [go-fibonacci](go-fibonacci/README.md) · [c-linkedlist](c-linkedlist/README.md) · [bash-sysreport](bash-sysreport/README.md) · -[html-joke-ticker](html-joke-ticker/README.md) +[html-quote-ticker](html-quote-ticker/README.md) diff --git a/examples/html-joke-ticker/jokes.html b/examples/html-joke-ticker/jokes.html deleted file mode 100644 index f1de13f..0000000 --- a/examples/html-joke-ticker/jokes.html +++ /dev/null @@ -1,11 +0,0 @@ - - -
- -