chore: Workflow-Aktualisierungen — Bootstrap, Skill-Defs, Gitea-Wrapper

Aktualisiert Bootstrap-Logik, Modellangaben in Workflow-Defs und Gitea-MCP-Wrapper-Robustheit. Konsistenzverbesserungen bei Skill-Dokumentation und Hook-Definitionen.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 14:27:27 +02:00
co-authored by Claude Opus 4.6
parent 37f1acc214
commit 7705ade6c7
5 changed files with 171 additions and 119 deletions
+4 -3
View File
@@ -15,7 +15,7 @@ git clone https://gitea.troeger-net.org/martin/claude-workflow.git /mnt/projekte
/mnt/projekte/claude-workflow/bootstrap.sh
```
Das Bootstrap-Skript installiert alle Tools, erstellt alle Symlinks und richtet den Gitea-Token ein.
Das Bootstrap-Skript erstellt alle Symlinks, prueft Voraussetzungen und zeigt fehlende Installationsbefehle an.
### Voraussetzungen
@@ -25,14 +25,15 @@ Das Bootstrap-Skript installiert alle Tools, erstellt alle Symlinks und richtet
| `ruff` | Python-Formatter (Hook) | `pipx install ruff` |
| `eslint` | JS/TS/Vue-Formatter (Hook) | Projektabhängig |
| `shellcheck` | Bash-Linter (Hook + /script) | `apt install shellcheck` |
| `secret-tool` | Gitea-Token abrufen | `apt install libsecret-tools` |
| `markdownlint-cli2` | Markdown-Lint (Hook) | `npm install -g markdownlint-cli2` |
| `gh` | GitHub CLI | `apt install gh` |
| `go` + `gitea-mcp` | Gitea-MCP-Binary | `go install gitea.com/gitea/gitea-mcp@latest` |
### Gitea-Token einrichten
```bash
secret-tool store --label="Gitea claude-code Token" user claude-code token gitea
mkdir -p ~/.config/gitea && chmod 700 ~/.config/gitea
echo 'DEIN_TOKEN' > ~/.config/gitea/token && chmod 600 ~/.config/gitea/token
```
### Sync zwischen Rechnern