fix(tools): update tool lists for various agents to include specific edit commands

This commit is contained in:
GitHub Actions
2026-02-01 02:25:30 +00:00
parent bb2a4cb468
commit 20d47e711f
9 changed files with 50 additions and 14 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ The task is not complete until ALL of the following pass with zero issues:
.github/skills/scripts/skill-runner.sh docker-rebuild-e2e
```
This ensures the container has latest code and proper environment variables (emergency token, encryption key from `.env`).
- **Run**: `npx playwright test --project=chromium` from project root
- **Run**: `npx playwright test --project=chromium --project=firefox --project=webkit` from project root
- **No Truncation**: Never pipe output through `head`, `tail`, or other truncating commands. Playwright requires user input to quit when piped, causing hangs.
- **Why First**: If the app is broken at E2E level, unit tests may need updates. Catch integration issues early.
- **Scope**: Run tests relevant to modified features (e.g., `tests/manual-dns-provider.spec.ts`)