Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 855 Bytes

File metadata and controls

17 lines (12 loc) · 855 Bytes

CLAUDE.md

This file provides guidance to Claude Code when working in this repository.

Read .ai/instructions.md for full project instructions (architecture, conventions, testing, commits).

Skills

Reference these files as needed for scaffolding:

  • .ai/skills/command.md — Command + Action + Prompts conventions and scaffolding
  • .ai/skills/action.md — Action class conventions and scaffolding
  • .ai/skills/context.md — Context object conventions and scaffolding
  • .ai/skills/prompt.md — Prompts class conventions and scaffolding
  • .ai/skills/service.md — Infrastructure Service conventions and scaffolding
  • .ai/skills/value-object.md — Value object (rich class) conventions: encapsulation, boundary unwrapping, composition
  • .ai/skills/event.md — Domain event conventions: past-tense naming, variants, where to fire