Release v0.1.5

This commit is contained in:
2026-07-07 15:49:06 +02:00
parent 3743b23613
commit 5f800a24db
18 changed files with 524 additions and 123 deletions

View File

@@ -50,7 +50,15 @@ Frontend package:
@govoplan/mail-webui
```
The campaign module depends on this module for sending, append-to-Sent behavior, profile selection, and read-only mailbox inspection.
The campaign module consumes `mail.campaign_delivery` for sending,
append-to-Sent behavior, profile selection, and policy checks. Mail does not
import campaign internals; campaign-scoped policy and owner context are resolved
through the core `campaigns.mailPolicyContext` capability when the campaign
module is installed.
Development mailbox routes are registered by the mail module only when the
core runtime is in `dev` mode and `dev_mailbox_api_enabled` is enabled. Core
does not contribute these routes directly.
Platform RBAC and governance rules are documented in `govoplan-core/docs/`.