AyCode.Blazor/CLAUDE.md

767 B

AyCode.Blazor — Claude Code Instructions

Before writing any code, read these files:

  1. .github/copilot-instructions.md — Domain rules and UI pitfalls (single source of truth)
  2. docs/GLOSSARY.md — Blazor/MAUI terminology and DevExpress conventions
  3. The relevant project's README.md for folder-specific context

This solution depends on AyCode.Core (../AyCode.Core/AyCode.Core.sln). When a type is referenced but not defined in this Blazor solution (e.g. AcSignalRDataSource, AcBinaryHubProtocol, IId<TId>, AcObservableCollection, AcLoggerBase), look it up in AyCode.Core source. For core framework rules see ../AyCode.Core/CLAUDE.md.

When modifying code, update the corresponding README.md if it becomes out of sync with the code.