Albrecht Degering zemion
  • Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-search#1 2026-07-29 18:09:57 +02:00
[Epic] Deliver permission-aware global and targeted search

The production baseline in #2 is complete (Core 920e3c9, Search a156e3d): global/context-aware shell UI, permission-safe query orchestration, cursor API, source contracts, durable indexing…

zemion closed issue GovOPlaN/govoplan-search#2 2026-07-29 18:09:56 +02:00
[Feature] Add PostgreSQL search backend and module search-provider contracts
zemion commented on issue GovOPlaN/govoplan-search#2 2026-07-29 18:09:56 +02:00
[Feature] Add PostgreSQL search backend and module search-provider contracts

Implemented and pushed in Core 920e3c9 and Search a156e3d.

The baseline now has versioned source/resource contracts, bounded resumable backfills, source revisions/change cursors, an idempotent…

zemion pushed to main at GovOPlaN/govoplan-search 2026-07-29 18:09:04 +02:00
a156e3d4fc feat: implement durable permission-aware search
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 18:09:00 +02:00
920e3c9834 feat: version search source contracts
zemion commented on issue GovOPlaN/govoplan-access#15 2026-07-29 17:48:56 +02:00
[Security] Resolve automated executions against current principal authorization

Implemented and pushed in Core 13893c8, Access 6b0dd8b, and Dataflow fa013ea.

The v1 automation-principal contract now explicitly supports delegated users and managed service accounts. Access…

zemion closed issue GovOPlaN/govoplan-access#15 2026-07-29 17:48:56 +02:00
[Security] Resolve automated executions against current principal authorization
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 17:48:43 +02:00
13893c80cd feat: version automation principal subjects
zemion pushed to main at GovOPlaN/govoplan-dataflow 2026-07-29 17:48:43 +02:00
fa013ea24b feat: preserve automation actor provenance
zemion pushed to main at GovOPlaN/govoplan-access 2026-07-29 17:48:40 +02:00
6b0dd8beab feat: manage bounded automation service accounts
zemion commented on issue GovOPlaN/govoplan-core#270 2026-07-29 17:35:22 +02:00
[Security] Add a durable transactional event bridge for automation triggers

Completed by govoplan-core@a192a22 and govoplan-audit@f74e8cf. Core now exposes allowlisted durable consumers with stable : delivery keys and an explicit classified-data policy…

zemion closed issue GovOPlaN/govoplan-core#270 2026-07-29 17:35:22 +02:00
[Security] Add a durable transactional event bridge for automation triggers
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 17:35:12 +02:00
a192a2215f Add durable platform event delivery contract
zemion pushed to main at GovOPlaN/govoplan-audit 2026-07-29 17:35:07 +02:00
f74e8cf85b Persist durable event consumer delivery state
zemion commented on issue GovOPlaN/govoplan-scheduling#7 2026-07-29 17:21:29 +02:00
[Debt] Decompose Scheduling participant, slot, and invitation reconciliation

Implemented in 9b029c8. Scheduling participant, slot, and request updates now produce immutable, inspectable change plans before applying Poll/Calendar/local side effects under the existing locked…

zemion pushed to main at GovOPlaN/govoplan-scheduling 2026-07-29 17:21:29 +02:00
9b029c8edf Refactor scheduling reconciliation into change plans
zemion closed issue GovOPlaN/govoplan-scheduling#7 2026-07-29 17:21:29 +02:00
[Debt] Decompose Scheduling participant, slot, and invitation reconciliation
zemion commented on issue GovOPlaN/govoplan-campaign#83 2026-07-29 17:06:31 +02:00
[Debt] Decompose Campaign delivery, report, and version decision paths

Implemented and pushed in dd9592a.

  • Extracted campaign job paging, report aggregation/evidence, version fork/update/build, Postbox attachment mapping, and IMAP append orchestration into…
zemion closed issue GovOPlaN/govoplan-campaign#83 2026-07-29 17:06:31 +02:00
[Debt] Decompose Campaign delivery, report, and version decision paths
zemion pushed to main at GovOPlaN/govoplan-campaign 2026-07-29 17:06:20 +02:00
dd9592a192 Refactor campaign delivery decision paths