Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 620 Bytes

File metadata and controls

11 lines (8 loc) · 620 Bytes

Claude Code Configuration

Read AGENTS.md for project overview, design principles, monorepo structure, commands, and verification steps.

Instructions

  • Always run the verification checklist from AGENTS.md before considering work complete
  • Follow Conventional Commit format from AGENTS.md git conventions
  • Scope verification to affected workspaces for small changes; run the full checklist for cross-cutting changes
  • When working on Svelte components, use Svelte 5 runes only — see design principles in AGENTS.md
  • When adding new synth modules, follow the plugin registration pattern documented in AGENTS.md