Albrecht Degering zemion
  • Joined on 2025-08-22
zemion closed issue GovOPlaN/govoplan-postbox#21 2026-07-30 14:32:59 +02:00
[Feature] Establish function-bound Postbox domain, capabilities, and access decisions
zemion commented on issue GovOPlaN/govoplan-postbox#21 2026-07-30 14:32:59 +02:00
[Feature] Establish function-bound Postbox domain, capabilities, and access decisions

Completed in bdc161e. Access evaluation is centralized in an explicit decision table with focused coverage for function membership, hierarchy, vacancy, withdrawal, expiry, and tenant boundaries.…

zemion closed issue GovOPlaN/govoplan-campaign#81 2026-07-30 14:32:58 +02:00
[Feature] Add Postbox as a governed Campaign delivery channel
zemion commented on issue GovOPlaN/govoplan-campaign#81 2026-07-30 14:32:58 +02:00
[Feature] Add Postbox as a governed Campaign delivery channel

Completed in Campaign cd223cb, Postbox bdc161e, and Core 9b88ae3. Campaign reports now include producer-scoped Postbox current-access, read, acknowledgement, route, withdrawal, and expiry…

zemion commented on issue GovOPlaN/govoplan-campaign#23 2026-07-30 14:32:57 +02:00
[Feature] Add optimistic concurrency for campaign saves

Implemented in Campaign cd223cb on Core contract 9b88ae3. Saves/autosaves require the current strong ETag and base revision, stale writes return bounded refresh metadata, disjoint changes can…

zemion closed issue GovOPlaN/govoplan-campaign#23 2026-07-30 14:32:57 +02:00
[Feature] Add optimistic concurrency for campaign saves
zemion closed issue GovOPlaN/govoplan-campaign#69 2026-07-30 14:32:56 +02:00
[Feature] Audit-proof single-recipient campaign send
zemion commented on issue GovOPlaN/govoplan-campaign#69 2026-07-30 14:32:56 +02:00
[Feature] Audit-proof single-recipient campaign send

Implemented in cd223cb. Test sends, initial single-message sends, and explicit resends use an idempotent action/attempt ledger with immutable message and recipient evidence, actor/reason…

zemion commented on issue GovOPlaN/govoplan-mail#17 2026-07-30 14:32:55 +02:00
[Reliability] Deliver Campaign reports through a durable Mail outbox

Implemented in Mail b8029c2 and Core 9b88ae3. Delivery commands, attempts, reconciliation state, idempotent claims, purge/dispatch workers, API/capability contracts, migrations, and operational…

zemion closed issue GovOPlaN/govoplan-mail#17 2026-07-30 14:32:55 +02:00
[Reliability] Deliver Campaign reports through a durable Mail outbox
zemion closed issue GovOPlaN/govoplan-files#37 2026-07-30 14:32:54 +02:00
[Security] Add explicit managed-file share revocation and expiry
zemion closed issue GovOPlaN/govoplan-files#36 2026-07-30 14:32:54 +02:00
[Reliability] Reconcile Files database and blob integrity
zemion commented on issue GovOPlaN/govoplan-files#36 2026-07-30 14:32:54 +02:00
[Reliability] Reconcile Files database and blob integrity

Implemented in 835eacf. Files now has persisted integrity reconciliation, bounded scans, missing/corrupt/orphan detection, fail-closed reads, deduplicated repair behavior, administration…

zemion closed issue GovOPlaN/govoplan-docs#5 2026-07-30 14:32:53 +02:00
[Task] Add configuration-aware documentation filtering and regression tests
zemion commented on issue GovOPlaN/govoplan-files#37 2026-07-30 14:32:53 +02:00
[Security] Add explicit managed-file share revocation and expiry

Implemented in 835eacf. Managed-file shares now have explicit active/expiry/revocation state, audited lifecycle operations, searchable targets, confirmation/count UI, and migration/regression…

zemion commented on issue GovOPlaN/govoplan-docs#5 2026-07-30 14:32:53 +02:00
[Task] Add configuration-aware documentation filtering and regression tests

Implemented in da15645, with the shared contract validation in Core 9b88ae3. Documentation output is configuration/capability aware, explains unavailable content, carries source provenance,…

zemion closed issue GovOPlaN/govoplan-docs#4 2026-07-30 14:32:52 +02:00
[Feature] Add documentation source-list and source-inspection APIs
zemion commented on issue GovOPlaN/govoplan-docs#4 2026-07-30 14:32:52 +02:00
[Feature] Add documentation source-list and source-inspection APIs

Implemented in da15645. The Docs API now exposes bounded source listing and source inspection with provider provenance and safe optional-module behavior. Backend tests pass.

zemion closed issue GovOPlaN/govoplan-docs#2 2026-07-30 14:32:51 +02:00
[Feature] Add typed documentation source DTOs and a source registry
zemion closed issue GovOPlaN/govoplan-core#277 2026-07-30 14:32:51 +02:00
[Feature] Establish platform optimistic concurrency and conflict-reconciliation contract