fix(manifest): normalize distribution list contract ids

This commit is contained in:
2026-07-20 20:01:50 +02:00
parent c7bea69e26
commit 1444e50d8b
4 changed files with 9 additions and 9 deletions

View File

@@ -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.

View File

@@ -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