mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-12 05:29:57 +02:00
refactor(core): deepen domain stores and invitation-only persistence
Peel relationships, eligibility, and secrets off the shared pool into AppDataStores adapters, split pairing service/protocol, and move the invitation Repository into its own module so open_all owns schemas. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -139,7 +139,7 @@ crates/vnidrop/src/runtime/
|
||||
provider.rs # provider events, per-connection send progress
|
||||
```
|
||||
|
||||
Other core modules: `filesystem.rs`, `repository.rs`, `approval.rs`,
|
||||
Other core modules: `filesystem.rs`, `invitation/`, `approval.rs`,
|
||||
`handshake.rs`, `ticket.rs`, `access_policy.rs`, `event_hub.rs`, `api.rs`.
|
||||
|
||||
### Shared app
|
||||
|
||||
Reference in New Issue
Block a user