Go to file
Loretta 45195b9cdf Add LLM onboarding docs and standardize project READMEs
- Introduced `.github/copilot-instructions.md` as the single source of truth for domain rules, conventions, and pitfalls in each solution.
- Added `CLAUDE.md` to guide Claude to read domain rules, glossary, and README before code generation.
- Updated all solution and project `README.md` files to document project purpose, structure, key files, and LLM context (Copilot/Claude/Cursor).
- Added or revised `docs/ARCHITECTURE.md`, `docs/CONVENTIONS.md`, and `docs/GLOSSARY.md` to clarify dependency graphs, naming, patterns, and terminology.
- For FruitBankHybridApp, added `docs/SCHEMA.md` (Toon format) and expanded the glossary with business/measurement terms and common traps.
- Updated all subfolder READMEs to list key files, conventions, and LLM maintenance notes.
- Ensured all documentation is cross-referenced, up-to-date, and includes explicit instructions for LLMs to keep docs in sync with code and avoid suggesting removal/rollback as a solution.
- Standardized documentation and onboarding for maintainability and LLM/code quality across all solutions.
2026-03-28 22:38:23 +01:00
.claude Add ToonDescription metadata to entities and DTOs 2026-01-15 11:33:34 +01:00
.cr/personal/FavoritesList wtf 2025-09-23 12:20:58 +02:00
.github Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBank.Common Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBank.Common.Server Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.Shared Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.Shared.Common Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.Shared.Tests Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.Web Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.Web.Client Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
docs Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
.gitignore Convert to Devexpress solution; impovements, clean, etc... 2025-09-17 06:02:32 +02:00
CLAUDE.md Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
FruitBankHybrid.sln Enable source-generated binary serialization & AOT 2026-03-07 14:05:39 +01:00
README.md Add LLM onboarding docs and standardize project READMEs 2026-03-28 22:38:23 +01:00
SqlSchemaCompare_Dev_to_Prod.scmp Update schema compare: add tmp tables, set MARS to False 2026-02-06 22:27:04 +01:00
test_toon_businessrule.csx Add business-logic metadata to DTO serialization 2026-01-14 22:16:49 +01:00
tmpclaude-bf6e-cwd Refactor Toon serializer: modularize metadata & relations 2026-01-14 15:39:03 +01:00

README.md

FruitBankHybridApp

nopCommerce plugin for FruitBank, a fruit & vegetable wholesaler. Manages supplier inbound delivery (Shipping), outgoing orders (Order), warehouse weighing, and inventory stocktaking. Runs as Blazor Server, Blazor WASM, and MAUI Hybrid (Android/iOS/Windows).

LLM Context

Domain rules and critical pitfalls live in a single file: .github/copilot-instructions.md

Tool Auto-loaded Action needed
GitHub Copilot copilot-instructions.md None
Claude Code CLAUDE.md → references above None
Cursor / Windsurf README.md Read copilot-instructions.md via @file

Detailed docs: docs/ — GLOSSARY.md, ARCHITECTURE.md, CONVENTIONS.md, SCHEMA.md

Solution Structure

Project Purpose README
FruitBank.Common Shared domain: entities, DTOs, interfaces, SignalR tags, measurement helpers README
FruitBank.Common.Server Server-side: SignalR hubs, broadcast service, logging, nopCommerce integration README
FruitBankHybrid.Shared Blazor UI: pages, grids, SignalR client, measurement service, layout README
FruitBankHybrid.Shared.Common Shared common library (placeholder) README
FruitBankHybrid MAUI Hybrid app: Android, iOS, Windows README
FruitBankHybrid.Web Blazor Server host with SignalR hubs README
FruitBankHybrid.Web.Client Blazor WebAssembly client README

Test Projects

Project Purpose README
FruitBankHybrid.Shared.Tests Integration + serialization tests (SignalR, JSON, Toon, bunit) README

LLM Maintenance: If you modify this solution's structure, update this README to reflect the changes.