chore: fnm als Node-Version-Manager, Regel für systemverändernde Scripts
bootstrap.sh empfiehlt fnm statt nvm für Node.js-Installation und gibt klare Installationsbefehle statt eines #-Kommentars aus. Neue Entwicklungs- regel: systemverändernde Scripts nie zum Testen ausführen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -25,6 +25,7 @@ Der Pfad ist frei wählbar. Das Bootstrap-Skript erstellt alle Symlinks, prueft
|
||||
| `ruff` | Python-Formatter (Hook) | `pipx install ruff` |
|
||||
| `eslint` | JS/TS/Vue-Formatter (Hook) | Projektabhängig |
|
||||
| `shellcheck` | Bash-Linter (Hook + /script) | `apt install shellcheck` |
|
||||
| `fnm` + Node.js | Node-Version-Manager | `curl -fsSL https://fnm.vercel.app/install \| bash && fnm install --lts` |
|
||||
| `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` |
|
||||
|
||||
Reference in New Issue
Block a user