feat: add async item service wrapper

Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-25 12:37:18 -03:00
parent 7b2fb257eb
commit 7700026d87
3 changed files with 95 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
- [x] 2. Create common data structures
- [x] 3. Update database layer for batch operations
- [x] 4. Create core services with clear boundaries (synchronous)
- [ ] 5. Add async wrappers for API use
- [x] 5. Add async wrappers for API use
- [x] 6. Refactor CLI modes to use services (DONE)
- [ ] 7. Refactor REST API to use async services
- [ ] 8. Refactor MCP tools to use services