docs: agent pitfalls + token economy rules for Cursor [skip ci]

This commit is contained in:
2026-07-27 21:53:10 +03:00
parent 8f931db0f0
commit 68a57a33c2
5 changed files with 104 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
description: EventHubFrontAdmin — npm/lint/e2e только через WSL (Windows npm сломан)
alwaysApply: true
---
# EventHubFrontAdmin: Node / npm (WSL)
**Запрещено:** `npm` / `npx` / `node` из Windows PowerShell/CMD.
**Обязательно:** команды только в **WSL**:
```bash
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm run lint'
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm run build'
wsl -e bash -lc 'cd /mnt/c/Users/alexc/IdeaProjects/eventHub/EventHubFrontAdmin && npm test'
```
Push: обычно `master` через `bash ~/.cursor/eventhub/git-push.sh …/EventHubFrontAdmin`