whitte-h_Lyrio/Claude.md
2026-04-28 15:46:59 -05:00

257 B

Project conventions

Commands

  • Build: pnpm build
  • Run: pnpm dev
  • Lint: pnpm lint

Stack

  • TypeScript with strict mode
  • Obsidian plugin

Rules

  • Named exports, never default exports
  • Tests live next to source: foo.ts -> foo.test.ts