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

@@ -42,12 +42,24 @@ Build:
npm run build
```
Lint/typecheck:
```powershell
npm run lint
```
Run tests:
```powershell
npm test
```
Audit production dependencies:
```powershell
npm run audit
```
CI verification runs on the Gitea runner through `.gitea/workflows/build.yml`.
## Project Structure