update skills

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-06-08 08:35:47 +02:00
parent 3859530214
commit 0834ea41e9
3 changed files with 16 additions and 4 deletions
@@ -37,6 +37,7 @@ applyTo: "launch.py, webui.py, installer.py, modules/**/*.py, pipelines/**/*.py,
- `pnpm` for managing JavaScript dependencies and scripts, with key commands defined in `package.json`.
- `ruff` and `pylint` for Python linting, with configurations in `pyproject.toml` and executed via `pnpm ruff` and `pnpm pylint`.
- `pre-commit` hooks which also check line-endings and other formatting issues, configured in `.pre-commit-config.yaml`.
- When writing helper scripts or capturing temporary output/files for a task, always use the repository-local `tmp/` folder.
## Build And Test