Commit Graph

34 Commits

Author SHA1 Message Date
Loretta affa85e5c5 [LOADED_DOCS: 4 files, no new loads]
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.
2026-04-24 21:54:04 +02:00
Loretta 541cebbed8 Update README links to use code-style paths for docs
Replaced Markdown links with plain code-style paths in all README.md files for consistency. Updated references to logging, SignalR, and dynamic method dispatch documentation. Clarified some documentation paths and improved consistency in context/architecture sections. No code changes—documentation only.
2026-03-30 08:01:05 +02:00
Loretta ffd537b5eb Refactor: Split and expand project-level documentation
- Move all major feature docs (logging, binary, SignalR, DataSource) into per-project `docs/` folders with dedicated Markdown files.
- Split monolithic docs into focused files: `BINARY_FORMAT.md`, `BINARY_FEATURES.md`, `BINARY_OPTIONS.md`, `LOGGING.md`, `LOGGING_SERVER.md`, `LOGGING_REMOTE.md`, `SIGNALR.md`, `SIGNALR_SERVER.md`, `SIGNALR_DATASOURCE.md`.
- Update all references in `README.md`, `copilot-instructions.md`, `GLOSSARY.md`, and `ARCHITECTURE.md` to point to the correct per-project doc.
- Add documentation tables to each project’s `README.md` and clarify folder structure.
- Update `.csproj` files to include `docs/**/*.md` for packaging.
- Remove obsolete/moved docs from the solution file.
- Ensure all technical debt warnings and cross-references are preserved and accurate.
- No code changes; documentation only.
2026-03-29 22:16:28 +02:00
Loretta 17daf0fef2 Document AcBinary wire format, sync docs, update conventions
- Add BINARY_FORMAT.md: full AcBinary wire format spec (markers, encoding, options, protocol, interactions)
- Reference BINARY_FORMAT.md from GLOSSARY.md, Binaries/README.md, and Serializers/Binaries/README.md; add new glossary terms
- Clarify and expand config options tables to match new doc
- Add/clarify LLM maintenance rules: always sync .md files with code, auto-fix discrepancies
- Update root README.md: AyCode.Core targets .NET 9, not 10; stress doc/code sync
- Add code reuse and doc sync conventions to copilot-instructions.md and CONVENTIONS.md
- Add docs/ folder and BINARY_FORMAT.md to solution as Solution Items
- Minor clarifications and cross-links in ARCHITECTURE.md and other docs
2026-03-29 09:11:57 +02:00
Loretta fbe142c6f3 Add detailed README.md files for all projects and folders
Added comprehensive README.md documentation to every project and subfolder in the solution. Each README describes the purpose, key files, structure, dependencies, and design patterns for its area. This improves codebase navigability and maintainability, and includes a maintenance note to keep docs in sync with future code changes.
2026-03-28 17:24:56 +01:00
Loretta 3928343996 improvements 2024-11-14 11:23:04 +01:00
Loretta fc4966c0dd Messages improvements, fixes... 2024-08-16 17:01:02 +02:00
Loretta f54a84aefd EmailMessages improvements 2024-08-15 18:45:12 +02:00
Loretta 79f941f4d6 fixes, improvements 2024-06-25 19:04:42 +02:00
Loretta e32e6d2759 fixes 2024-06-25 18:07:24 +02:00
Loretta 252b1a0f90 improvements, fixes, etc... 2024-06-24 07:07:12 +02:00
Adam 17eced9a2e Added getall messages 2024-06-03 17:25:55 +02:00
jozsef.b@aycode.com 685c8b1713 improvements, fixes 2024-06-03 07:48:33 +02:00
jozsef.b@aycode.com 68b20be91e DbSetExtension Address, Profile, User 2024-06-01 21:58:40 +02:00
jozsef.b@aycode.com 8b94dae965 basszódj meg!!!!!!!! 2024-05-29 13:31:44 +02:00
jozsef.b@aycode.com 42be674be7 DbContexts, EntityDbSets, EntityExtensions improvemens, fixes, etc.. 2024-05-29 08:56:06 +02:00
jozsef.b@aycode.com 6fefa1e9d9 Add Profile to ServiceProvider; ServiceProvider to Company in progress... 2024-05-26 09:12:37 +02:00
jozsef.b@aycode.com 986e70bfe5 refactroing, improvements, fixes, etc... 2024-05-18 05:12:23 +02:00
jozsef.b@aycode.com 8da8b65892 Logger improvements, fixes, etc... 2024-05-15 20:04:47 +02:00
jozsef.b@aycode.com 602975ab29 Add Logger 2024-05-14 13:04:01 +02:00
jozsef.b@aycode.com 5cc7ff9529 refactoring, improvements, fixes, etc... 2024-04-29 19:28:28 +02:00
jozsef.b@aycode.com cba3b9f8d6 improvements, fixes, etc... 2024-04-24 17:58:38 +02:00
jozsef.b@aycode.com 7360291242 refactoring, improvements... 2024-04-24 06:50:45 +02:00
jozsef.b@aycode.com 2cbc51b143 refactoring, improvements, fixes, etc... 2024-04-23 14:46:37 +02:00
jozsef.b@aycode.com 1c883c3666 AddUser, RemoveUser, CascadeDelete, etc... 2024-04-03 07:51:43 +02:00
jozsef.b@aycode.com 375ec42ea2 Implement AcAddress; improvements, refactoring, fixes, etc... 2024-01-31 07:25:31 +01:00
jozsef.b@aycode.com 2b66a16047 Add AcAddress; Implement AcAddress and relations; ITimeStampCreated improvements; refactoring, improvements, fixes, etc... 2024-01-12 16:05:29 +01:00
jozsef.b@aycode.com 4be03c3998 Impelement ServicProvider and Mapping to AcUserModel; refactoring, improvements, fixes, etc... 2023-12-22 06:13:21 +01:00
jozsef.b@aycode.com 02a4c197b4 refactoring, improvements, fixes, etc... 2023-12-20 02:51:05 +01:00
jozsef.b@aycode.com 73e3cd5812 Implement UserModels; Add AcProfileBase; improvements, fixes, etc... 2023-12-18 23:07:53 +01:00
jozsef.b@aycode.com 3b941e9c71 Add Logger; AcUserDal fix; AcUserDalTests improvements, etc... 2023-12-12 08:16:22 +01:00
jozsef.b@aycode.com 715ac0fa5b DatabaseTestBase fix; refactoring, improvements, fixes, etc... 2023-12-11 07:20:32 +01:00
jozsef.b@aycode.com 782d8ece5a rename to Ac... improvements, fixes, etc... 2023-12-11 01:40:44 +01:00
jozsef.b@aycode.com f8ca47f3aa DbContext, Dal, entities, etc.. 2023-12-10 14:13:19 +01:00