fix(manifest): normalize distribution list contract ids
This commit is contained in:
@@ -66,10 +66,10 @@ delivery-channel hints, provenance, and a policy/readiness state.
|
||||
|
||||
The first capabilities should be:
|
||||
|
||||
- `distLists.source`: list visible distribution lists as reusable recipient
|
||||
- `dist_lists.source`: list visible distribution lists as reusable recipient
|
||||
sources.
|
||||
- `distLists.expand`: expand a distribution list into immutable recipient rows.
|
||||
- `distLists.writer`: explain whether a caller can create or change a list.
|
||||
- `dist_lists.expand`: expand a distribution list into immutable recipient rows.
|
||||
- `dist_lists.writer`: explain whether a caller can create or change a list.
|
||||
|
||||
Consumers must resolve those capabilities through core and must not import
|
||||
distribution-list ORM or service internals.
|
||||
|
||||
@@ -34,7 +34,7 @@ Tasks:
|
||||
- add CRUD routes and permissions
|
||||
- add local raw email/postal entries
|
||||
- add references to address contacts and address lists via capabilities
|
||||
- expose `distLists.source` and `distLists.expand`
|
||||
- expose `dist_lists.source` and `dist_lists.expand`
|
||||
- add tests for expansion and snapshots
|
||||
|
||||
## Milestone 3: Provider Integrations
|
||||
|
||||
Reference in New Issue
Block a user