Albrecht Degering zemion
  • Joined on 2025-08-22
zemion pushed to main at GovOPlaN/govoplan-poll 2026-07-29 19:02:03 +02:00
652b7e1593 refactor: make poll mutation effects explicit
zemion closed issue GovOPlaN/govoplan-idm#6 2026-07-29 18:57:54 +02:00
[Debt] Decompose organization-function assignment updates
zemion commented on issue GovOPlaN/govoplan-idm#6 2026-07-29 18:57:53 +02:00
[Debt] Decompose organization-function assignment updates

Implemented and pushed in 15559a8.

The route now delegates to a pure immutable transition plan and source/lifecycle validators. Validation completes before ORM mutation, required-null/effective-…

zemion pushed to main at GovOPlaN/govoplan-idm 2026-07-29 18:57:36 +02:00
15559a8fdf refactor: isolate IDM assignment transitions
zemion closed issue GovOPlaN/govoplan-core#262 2026-07-29 18:53:18 +02:00
[Debt] Optimize dev-server reload behavior with many enabled modules
zemion commented on issue GovOPlaN/govoplan-core#262 2026-07-29 18:53:16 +02:00
[Debt] Optimize dev-server reload behavior with many enabled modules

Implemented and pushed in govoplan-core@a80caf7 and govoplan@aa4050c.

  • Added repeatable --reload-module MODULE_ID and --reload-core-only modes while preserving broad watch as the…
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 18:53:03 +02:00
a80caf7933 feat: support focused dev reload scopes
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 18:52:59 +02:00
aa4050c0ca feat: expose focused backend reload mode
zemion closed issue GovOPlaN/govoplan-risk-compliance#5 2026-07-29 18:49:02 +02:00
[Feature] Build sanctions review queue, dispositions, and exception evidence
zemion commented on issue GovOPlaN/govoplan-risk-compliance#5 2026-07-29 18:49:00 +02:00
[Feature] Build sanctions review queue, dispositions, and exception evidence

Implemented and pushed in 11404ac. The module now provides a reviewer workspace and API with queue/detail comparison, append-only dispositions, actor authority, reason/evidence/scope/expiry/review/…

zemion closed issue GovOPlaN/govoplan-risk-compliance#4 2026-07-29 18:48:58 +02:00
[Feature] Run deterministic screening and explain candidate evidence
zemion commented on issue GovOPlaN/govoplan-risk-compliance#4 2026-07-29 18:48:55 +02:00
[Feature] Run deterministic screening and explain candidate evidence

Implemented and pushed in 11404ac. Screening creates minimal immutable subject snapshots and idempotent runs pinned to exact list, matcher, normalization, and policy versions. It provides explicit…

zemion closed issue GovOPlaN/govoplan-risk-compliance#3 2026-07-29 18:48:54 +02:00
[Feature] Model immutable list snapshots and normalized sanctions entries
zemion commented on issue GovOPlaN/govoplan-risk-compliance#3 2026-07-29 18:48:49 +02:00
[Feature] Model immutable list snapshots and normalized sanctions entries

Implemented and pushed in 11404ac. Risk Compliance imports connector evidence through the versioned Core capability, verifies stored evidence, parses the UN schema safely, and persists immutable…

zemion closed issue GovOPlaN/govoplan-connectors#10 2026-07-29 18:48:48 +02:00
[Feature] Acquire and preserve immutable sanctions source snapshots
zemion commented on issue GovOPlaN/govoplan-connectors#10 2026-07-29 18:48:46 +02:00
[Feature] Acquire and preserve immutable sanctions source snapshots

Implemented and pushed in c5a43b3 (Core contract: GovOPlaN/govoplan-core@790790a). Connectors now acquires immutable, checksum-verified sanctions snapshots from a deterministic synthetic fixture…

zemion pushed to main at GovOPlaN/govoplan-risk-compliance 2026-07-29 18:48:00 +02:00
11404ac42f feat: implement sanctions screening vertical
zemion pushed to main at GovOPlaN/govoplan-connectors 2026-07-29 18:47:15 +02:00
c5a43b3dae feat: acquire immutable sanctions snapshots
zemion pushed to main at GovOPlaN/govoplan-core 2026-07-29 18:47:15 +02:00
790790ab37 feat: expose sanctions screening integration
zemion pushed to main at GovOPlaN/govoplan 2026-07-29 18:47:06 +02:00
d3cdbd8c7a feat: include risk compliance in dev composition