Refactor docs: topic folders, TOON, XCUT, protocol sync - Migrated all topic documentation into dedicated folders with canonical `README.md`, `ISSUES.md`, and `TODO.md` per topic (e.g., `LOGGING/`, `SIGNALR/`, `BINARY/`, `TOON/`). - Added comprehensive TOON serializer documentation: design, format, options, attributes, inference, issues, and TODOs. - Introduced `XCUT` folder for cross-cutting issues and TODOs, with canonical entries and topic cross-references. - Updated all references and navigation to use new folder-based doc paths; fixed links and clarified doc structure. - Enhanced AI agent protocol: enforce session skill preloading, `[LOADED_DOCS: ...]` short-name prefix, and mandatory `docs-check` skill for doc/code sync. - Updated `.csproj` to include all `README.md` files for IDE visibility. - Improved and clarified SignalR, grid, and project-level documentation. - Minor code/test tweaks and doc content corrections for consistency. |
||
|---|---|---|
| .. | ||
| Emails | ||
| Logins | ||
| SignalRs | ||
| docs | ||
| AyCode.Services.Server.csproj | ||
| README.md | ||
README.md
AyCode.Services.Server
@project { type = "framework" }
Server-side service implementations: JWT authentication, SendGrid email delivery, SignalR hub infrastructure with binary protocol, session management, and change-tracked data sources.
Documentation
| Document | Topic |
|---|---|
SIGNALR/README.md |
Server-side SignalR hub (dispatch, session, broadcast) |
SIGNALR/SIGNALR_DATASOURCE.md |
Real-time DataSource with CRUD & change tracking |
Folder Structure
| Folder | Purpose |
|---|---|
Emails/ |
SendGrid email service (registration, password reset) |
Logins/ |
Server-side login with JWT token generation |
SignalRs/ |
SignalR hub base, session service, data source with change tracking, client broadcast |
Dependencies
| Dependency | Purpose |
|---|---|
AyCode.Core |
Core types, serializers |
AyCode.Core.Server |
GlobalLogger |
AyCode.Database |
Data access layer |
AyCode.Entities / AyCode.Entities.Server |
Entity types |
AyCode.Interfaces / AyCode.Interfaces.Server |
Service contracts |
AyCode.Models / AyCode.Models.Server |
DTOs, dynamic method dispatch |
AyCode.Services |
Client-side SignalR base, tag attributes |
SendGrid |
Email delivery |
Microsoft.AspNetCore.SignalR.* |
SignalR server |
Microsoft.AspNetCore.Cryptography.KeyDerivation |
Password hashing |
Microsoft.AspNetCore.Authentication.JwtBearer |
JWT auth (transitive) |