feat: add v1 management APIs, audit logs, and import/export

This commit is contained in:
2026-03-07 05:35:40 +00:00
parent 1436d63a8c
commit 0ede080e85
9 changed files with 233 additions and 22 deletions

View File

@@ -31,6 +31,14 @@ Implemented in this branch:
- `queryAgents`
- Query parser/executor with pagination
- Scope memory adapter (`put/search`)
- Management APIs:
- `renameDepartment`
- `renameTeam`
- `migrateTeam`
- `deleteDepartment`
- `deleteTeam`
- Error code model (`YonexusError`) and audit logs
- Import/export APIs (`importData` / `exportData`)
## Notes