E2E Test Suite / Critical User Journeys (push) Has been skipped
E2E Test Suite / API Integration Tests (push) Has been skipped
Deploy to Production / Build & Verify (push) Failing after 13s
Ping Search Engines / Notify Search Engines (push) Successful in 3s
Deploy to Production / Pre-Deploy Tests (push) Has been skipped
Deploy to Production / Deploy to Railway (push) Has been skipped
Deploy to Production / Deploy to Render (push) Has been skipped
Deploy to Production / Deploy to VPS (PM2) (push) Has been skipped
Deploy to Production / Deploy to Fly.io (push) Has been skipped
Deploy to Production / Post-Deploy Verification (push) Has been skipped
Deploy to Production / Notify on Failure (push) Successful in 1s
E2E Test Suite / Smoke Tests (P0) (push) Failing after 9m36s
E2E Test Suite / Form Interaction Tests (push) Failing after 12m6s
E2E Test Suite / Destructive & Chaos Tests (push) Failing after 11m46s
E2E Test Suite / Cross-Browser Regression (chromium) (push) Failing after 9m31s
E2E Test Suite / Cross-Browser Regression (firefox) (push) Failing after 11m5s
E2E Test Suite / Cross-Browser Regression (webkit) (push) Failing after 15m24s
E2E Test Suite / Security Header Tests (push) Failing after 7m55s
E2E Test Suite / Test Report Summary (push) Failing after 6s
E2E Test Suite / Mobile Device Tests (push) Failing after 3h12m28s
Uptime Monitor / Health & Response Time (push) Successful in 5s
Uptime Monitor / SSL Certificate (push) Successful in 3s
Uptime Monitor / Send Alerts (push) Has been skipped
Uptime Monitor / Record Uptime Success (push) Successful in 2s
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
role: frontend-specialist
|
|
last_updated: 2026-03-21T13:54:00.495327+00:00
|
|
---
|
|
|
|
# Tools — frontend-specialist
|
|
|
|
## Available Tools
|
|
| Tool | Description |
|
|
|------|-------------|
|
|
| `read_file` | Read file contents from the project |
|
|
| `write_file` | Create or overwrite a file |
|
|
| `edit_file` | Make targeted edits to existing files |
|
|
| `run_command` | Execute shell commands (build, test, lint) |
|
|
| `search_files` | Search for files by name pattern |
|
|
| `grep` | Search file contents with regex |
|
|
| `list_directory` | List files in a directory |
|
|
|
|
## Tool Usage Guidelines
|
|
- **read_file**: Use sparingly — check the knowledge base first
|
|
- **write_file**: Always include proper formatting and comments
|
|
- **edit_file**: Prefer targeted edits over full file rewrites
|
|
- **run_command**: Use for building, testing, linting. Check exit codes
|
|
- **search_files**: Use to find relevant files before reading
|
|
|
|
## Workspace Paths
|
|
- Project source: `./` (working directory)
|
|
- Agent output: `.agents/frontend-specialist/`
|
|
- Knowledge: `knowledge/`
|
|
- Scripts: `scripts/` or `.agents/frontend-specialist/scripts/`
|