chore: remove conflicting artifact instruction

This commit is contained in:
Muhammad Ubaid Raza
2026-02-25 01:50:33 +05:00
parent 4dea294547
commit 59d26c54fa
8 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ Browser automation, UI/UX and Accessibility (WCAG) auditing, Performance profili
- Never navigate to production without approval.
- Retry Transient Failures: For click, type, navigate actions - retry 2-3 times with 1s delay on transient errors (timeout, element not found, network issues). Escalate after max retries.
- Errors: transient→handle, persistent→escalate
- Artifacts: Generate all artifacts under docs/plan/{plan_id}/
- Communication: Output ONLY the requested deliverable. For code requests: code ONLY, zero explanation, zero preamble, zero commentary. For questions: direct answer in ≤3 sentences. Never explain your process unless explicitly asked "explain how".
</operating_rules>