AyCode.Core/AyCode.Services/docs
Loretta dc8e01250d Rotate DEC log, archive closed TODOs, add GiaApp consumer
- Rotated `LLM_PROTOCOL_DECISIONS.md` per last-15-active policy: archived entries 53–54 to `LLM_PROTOCOL_DECISIONS_2026_04.md`, updated archive pointers and summary notes.
- Archived all `Status: Closed` entries from `SIGNALR_BINARY_PROTOCOL_TODO.md` to new `SIGNALR_BINARY_PROTOCOL_TODO_2026_05.md`; added archive pointer and explanatory header.
- Updated `CONSUMERS.md` to add GiaApp (GIAAPP), raising consumer count to 7.
- Keeps active logs concise and historical entries accessible per year-month bucket archival policy.
2026-07-09 06:57:22 +02:00
..
LOGGING [LOADED_DOCS: 3 files, no new loads] 2026-05-01 14:01:23 +02:00
MVC [LOADED_DOCS: 3 files, no new loads] 2026-05-05 15:06:11 +02:00
SIGNALR Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00
SIGNALR_BINARY_PROTOCOL Rotate DEC log, archive closed TODOs, add GiaApp consumer 2026-07-09 06:57:22 +02:00
SIGNALR_DATASOURCE Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00
adr [LOADED_DOCS: 2 files, no new loads] 2026-04-28 14:18:27 +02:00
README.md Relocate AcSignalRDataSource to AyCode.Services 2026-06-08 10:43:10 +02:00

README.md

AyCode.Services documentation

Topic docs for the AyCode.Services project (Layer 0, service abstractions).

Topics

  • LOGGING/ — Remote logger (variant — sends log entries over the wire)
  • SIGNALR/ — SignalR transport (tag-based protocol, generic hub methods)
  • SIGNALR_BINARY_PROTOCOL/ — Binary-over-SignalR wire format, chunked framing
  • SIGNALR_DATASOURCE/ — Client-server DataSource on SignalR transport (change tracking, rollback, sync state, IList wrapper)
  • MVC/ — ASP.NET Core MVC formatters for the AcBinary wire format (InputFormatter / OutputFormatter, application/vnd.acbinary)

Navigation

Per the folder-navigation rule, start here when browsing docs/. Each topic folder has its own README.md (main content) + optional TOPIC_ISSUES.md and TOPIC_TODO.md.

See also

  • Base logger (framework): ../../AyCode.Core/AyCode.Core/docs/LOGGING/README.md
  • Server-side logger (variant): ../../AyCode.Core.Server/docs/LOGGING/README.md
  • Server-side SignalR: ../../AyCode.Services.Server/docs/SIGNALR/README.md
  • Binary serializer (used by SIGNALR_BINARY_PROTOCOL): ../../AyCode.Core/AyCode.Core/docs/BINARY/README.md