onyx-tasks/docs
Claude c29f715c9e
docs(api): clarify thread-safety bounds and multi-process limits
The Storage trait itself does not declare `Send + Sync` bounds — only the
boxed instance held by `TaskRepository` does. Reword to describe what's
actually required of an implementation, and call out that
`FileSystemStorage` does not coordinate writes across processes outside
the `.sync.lock`-protected WebDAV flow.

https://claude.ai/code/session_01LweYBKMFbnTen7pCTdeQKq
2026-04-27 07:45:44 +00:00
..
API.md docs(api): clarify thread-safety bounds and multi-process limits 2026-04-27 07:45:44 +00:00
DEVELOPMENT.md docs: fix credential return type, add missing test dir, update plan date 2026-04-23 10:08:34 +00:00