mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 04:26:44 +02:00
Add agent knowledge files for all modules
This commit is contained in:
parent
11324b5e68
commit
dd06bb2e06
243 changed files with 50805 additions and 175 deletions
15
packages/shared-api-client/.agent/memory.md
Normal file
15
packages/shared-api-client/.agent/memory.md
Normal 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/...`
|
||||
Loading…
Add table
Add a link
Reference in a new issue