767 B
767 B
AyCode.Blazor — Claude Code Instructions
Before writing any code, read these files:
.github/copilot-instructions.md— Domain rules and UI pitfalls (single source of truth)docs/GLOSSARY.md— Blazor/MAUI terminology and DevExpress conventions- The relevant project's
README.mdfor 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.