Add agent knowledge files for all modules

This commit is contained in:
Wuesteon 2025-12-17 15:56:59 +01:00
parent 11324b5e68
commit dd06bb2e06
243 changed files with 50805 additions and 175 deletions

View file

@ -0,0 +1,15 @@
# Shared API Client Expert - Memory
Auto-updated with learnings from code changes.
## Recent Updates
*No updates yet.*
## Known Issues
*None documented.*
## Implementation Notes
- Zero external dependencies - pure TypeScript
- Handles 204 No Content responses gracefully
- FormData uploads don't set Content-Type (browser handles boundary)
- Default API prefix is `/api` - most backends expect `/api/v1/...`