Process updated agent kit
All checks were successful
Build / build (push) Successful in 21s
Release Dry Run / release-dry-run (push) Successful in 16s
Codex Template Compliance / template-compliance (push) Successful in 5s
Scheduled Security Scan / security-scan (push) Successful in 9s
Scheduled Repository Cleanup Check / cleanup-check (push) Successful in 6s
Scheduled Dependency Check / dependency-check (push) Successful in 12s

This commit is contained in:
ToxicCrzay270
2026-05-15 00:58:19 +02:00
parent 26d213df9b
commit 2391a3d094
6 changed files with 35 additions and 5 deletions

View File

@@ -16,6 +16,8 @@ Remote:
https://git.wilkensxl.de/Toxic/league-of-legends-gui-overhaul.git
```
Repository owner and name are derived from this project remote, not from the Agent Kit template repository.
## Commands
Use these commands as the source of truth:
@@ -23,12 +25,15 @@ Use these commands as the source of truth:
```bash
npm install
npm run dev
npm run lint
npm run build
npm test
npm run audit
npm run release:check
git diff --check
```
There is no separate lint script yet. `npm run build` runs `tsc --noEmit` before the Vite build. There is no audit or release-check script yet.
`npm run lint` runs `tsc --noEmit`. `npm run audit` checks production dependencies at high severity. `npm run release:check` runs lint, tests, and build.
Build and test verification should run on the Gitea runner with: