Skip to main content

campaign-service - Sync Contract

Version: 1.0 Status: Draft (proper stub) Owner: Product Last Updated: 2026-04-21 References: SERVICE_OVERVIEW.md, docs/standards/SERVICE_TEMPLATE.md


0. Status

Proper stub per SERVICE_TEMPLATE.md rule: "Stubs are acceptable for an early service (headings only), but every file is present and owned." Populate in lock-step with implementation; do NOT remove.


Intent

Defines the per-aggregate conflict policy and outbox/inbox patterns for campaign-service. See SERVICE_OVERVIEW.md and _report.md.


1. Conflict Policy per Aggregate

TBD - choose: server_authoritative, append_only, lww, lww+diff, crdt_yjs, max-of.

2. Outbox / Inbox Patterns

TBD.