Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.19 KB

File metadata and controls

40 lines (27 loc) · 1.19 KB

Agents

General Rules

  • Before declaring a task is complete, compile the extension to ensure it completes with no errors.
  • Never downgrade dependencies.
  • Newly added version/features for the Extension Changelog go at the top.
  • As a general rule: some rules, attributes, lists should be in alphabetical order.
  • Format everything (except HTML) with Prettier.

Markdown Code Style

  • Format with Prettier.

TypeScript Code Style

  • Format 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.