[Task] Separate command bus from event bus #4

Closed
opened 2026-07-10 23:37:10 +02:00 by zemion · 1 comment
Owner

Moved from add-ideas/govoplan-core#95: add-ideas/govoplan-core#95
Reason: Command/event separation belongs with audit/event delivery ownership.

Imported from a backlog-like text file.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md
  • Line: 234
  • Source kind: product
  • Section: GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 5: Extract Audit

Imported item:

Separate command bus from event bus.
> Moved from `add-ideas/govoplan-core#95`: https://git.add-ideas.de/add-ideas/govoplan-core/issues/95 > Reason: Command/event separation belongs with audit/event delivery ownership. <!-- codex-generic-backlog-fingerprint:cfc984a386051bab8d2d5ca4 --> Imported from a backlog-like text file. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/split-concept-action-plan.md` - Line: `234` - Source kind: `product` - Section: `GovOPlaN Split Concept and Action Plan > Staged Refactor Plan > Phase 5: Extract Audit` Imported item: ```text Separate command bus from event bus. ```
Author
Owner

Codex State: done

Summary

  • Added an audit-owned CommandBus/AuditCommand contract separate from PlatformEvent delivery.
  • Documented commands as requested work and events as completed facts.

Changed Files

  • src/govoplan_audit/backend/commands.py
  • docs/AUDIT_TRACE_CONTEXT.md
  • tests/test_audit_delivery.py

Verification

  • PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src python -m unittest discover -s tests
## Codex State: done ### Summary - Added an audit-owned CommandBus/AuditCommand contract separate from PlatformEvent delivery. - Documented commands as requested work and events as completed facts. ### Changed Files - `src/govoplan_audit/backend/commands.py` - `docs/AUDIT_TRACE_CONTEXT.md` - `tests/test_audit_delivery.py` ### Verification - `PYTHONPATH=src:/mnt/DATA/git/govoplan-core/src python -m unittest discover -s tests`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-audit#4
No description provided.