[Task] Decide command bus versus event bus API shape #158

Closed
opened 2026-07-06 15:18:37 +02:00 by zemion · 1 comment
Owner

Imported from a backlog-like text file.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md
  • Line: 392
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P0: Audit/Event Prep

Imported item:

Decide command bus versus event bus API shape.
<!-- codex-generic-backlog-fingerprint:45c8ff0bf8eefdf170f1da6b --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `392` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Immediate Backlog Items > P0: Audit/Event Prep` Imported item: ```text Decide command bus versus event bus API shape. ```
zemion added this to the P0: Audit/Event Prep milestone 2026-07-06 15:18:37 +02:00
Author
Owner

Codex State: done

Summary

  • Decided the first kernel shape: use a small PlatformEvent/EventBus contract for facts, defer a durable command bus until workflow-owned retryable command records are needed.

Changed Files

  • docs/EVENTS_AND_AUDIT.md
  • src/govoplan_core/core/events.py

Verification

  • cd /mnt/DATA/git/govoplan-core && ./.venv/bin/python -m unittest tests.test_core_events
## Codex State: done ### Summary - Decided the first kernel shape: use a small PlatformEvent/EventBus contract for facts, defer a durable command bus until workflow-owned retryable command records are needed. ### Changed Files - `docs/EVENTS_AND_AUDIT.md` - `src/govoplan_core/core/events.py` ### Verification - `cd /mnt/DATA/git/govoplan-core && ./.venv/bin/python -m unittest tests.test_core_events`
zemion added the
type
task
priority
p0
source/backlog-import
codex/ready
labels 2026-07-07 23:14:18 +02:00
zemion added the
status
triage
label 2026-07-08 02:32:58 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#158
No description provided.