Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.16 KB

File metadata and controls

19 lines (16 loc) · 1.16 KB

Agent Standards

Always load

  • Communication: Concise, objective interaction rules.
  • Git: Conventional commits and message philosophy.
  • Dependencies: Source trust and version currency.

Load if applicable (workflow)

  • TRIPLE: Three-role peer programming workflow with impl agent, review agent, and human.

Load if applicable (content)

  • Writing (Base): Core rules for all content. (Referenced as a prerequisite by sub-modules).
  • Technical Docs: Objectivity and clarity (No "Your").
  • Marketing & Copy: Persuasion and ownership (Yes "Your").
  • Playwright E2E: E2E test rules, selector priority, structure, and anti-patterns.
  • TypeScript: Strict typing and modern patterns.
  • React: Component patterns, i18n, styling, and state management.
  • JavaScript: pnpm, modern API usage, and general JS hygiene.
  • Rust: Entry point for modular Rust standards.