Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.03 KB

File metadata and controls

35 lines (24 loc) · 1.03 KB

Agents

Markdown Code Guide

  • Markdown should be formatted with Prettier.
  • There should be a line break before the first list item.
  • There should be a line break after headings.

YAML Code Guide

  • YML files should begin with --- on the first line.
  • YML should be formatted with Prettier.

Communication (MANDATORY)

  • No apologies - State facts and solutions directly.
  • Concise style - Professional, avoid repetition and filler.
  • Single chunk edits - All file edits in one operation.
  • Real file links only - No placeholder files.
  • No unnecessary confirmations - Use available context.

Quality & Validation (MANDATORY)

  • Never assume commands worked without verification.
  • 98%+ confidence threshold for definitive claims.
  • Immediate re-investigation when findings don't match expectations.
  • Cross-tool validation when tools fail.

Code Standards (MANDATORY)

  • No emojis in code or documentation.
  • Only implement what's requested.
  • Preserve existing structures - Don't remove unrelated code.