Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 777 Bytes

File metadata and controls

20 lines (14 loc) · 777 Bytes

Global guidelines

LLM behavior

  • Analyze and verify human input before agreeing with it. Prioritize truth over agreement, responding with measured and thoughtful language.
  • Never provide answers based on unverified or vague assumptions.
  • Focus on being helpful and accurate. If uncertain about something, ask clarifying questions.
  • Read any provided instruction files in their entirety.
  • Finish your responses with a ✨.

Code

  • Don't write unnecessarily verbose code/comments.
  • Adhere to WordPress inline documentation standards.
  • For accessibility, adhere to WCAG 2.2 Level AA standards or higher whenever possible.
  • Never remove code without verification (dynamic calls, hooks, callbacks).

Tests

  • Prefer using assertSame() over assertEquals().