• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-addresses#6 2026-07-14 08:47:57 +02:00
[Feature] Add sync-state model and conflict handling for address books

Codex State: progress

Summary

  • Implemented connector-neutral address sync backend substrate: sync sources, attempt transitions, diagnostics, tombstones, conflicts, and read-only…
zemion commented on issue GovOPlaN/govoplan-campaign#54 2026-07-14 08:46:57 +02:00
[Debt] Refactor high-complexity campaign validation, sending, and reporting code

Codex State: progress

Summary

  • Implemented another campaign complexity slice: semantic campaign validation now delegates global, ZIP, delivery, entries, and file checks; mock campaign…
zemion commented on issue GovOPlaN/govoplan-core#245 2026-07-14 08:46:52 +02:00
[Debt] Refactor high-complexity core installer/configuration/runtime functions

Codex State: progress

Summary

  • Implemented another core complexity slice: configuration package catalog validation now delegates to a validation state object plus policy/result/warning…
zemion pushed to main at GovOPlaN/govoplan-poll 2026-07-14 08:35:10 +02:00
bb7a18ef48 minor changes
zemion pushed to main at GovOPlaN/govoplan-dist-lists 2026-07-14 08:33:45 +02:00
c7bea69e26 initial commit
zemion created branch main in GovOPlaN/govoplan-dist-lists 2026-07-14 08:33:45 +02:00
zemion closed issue GovOPlaN/govoplan-core#257 2026-07-14 01:52:43 +02:00
[Audit] Refactor core installer, catalog, and runtime validation complexity hotspots
zemion commented on issue GovOPlaN/govoplan-core#257 2026-07-14 01:52:42 +02:00
[Audit] Refactor core installer, catalog, and runtime validation complexity hotspots

Codex State: done

Summary

  • Closed as a duplicate/superseded audit tracker.
  • Fixed items from this issue: runtime configuration validation and module package catalog validation now pass…
zemion commented on issue GovOPlaN/govoplan-campaign#54 2026-07-14 01:52:26 +02:00
[Debt] Refactor high-complexity campaign validation, sending, and reporting code

Codex State: progress

Summary

  • Current Xenon state after the latest cleanup: validate_campaign_partial and build_entry_message are no longer above threshold.
  • Remaining campaign…
zemion closed issue GovOPlaN/govoplan-campaign#58 2026-07-14 01:52:20 +02:00
[Audit] Refactor campaign validation, persistence, and sending complexity hotspots
zemion commented on issue GovOPlaN/govoplan-campaign#58 2026-07-14 01:52:20 +02:00
[Audit] Refactor campaign validation, persistence, and sending complexity hotspots

Codex State: done

Summary

  • Closed as a duplicate/superseded audit tracker.
  • Fixed items from this issue: partial campaign validation and message building now pass the configured…
zemion commented on issue GovOPlaN/govoplan-core#245 2026-07-14 01:52:15 +02:00
[Debt] Refactor high-complexity core installer/configuration/runtime functions

Codex State: progress

Summary

  • Current Xenon state after the latest cleanup: validate_runtime_configuration and validate_module_package_catalog are no longer above threshold.
  • Remaining…
zemion commented on issue GovOPlaN/govoplan-campaign#58 2026-07-14 01:44:07 +02:00
[Audit] Refactor campaign validation, persistence, and sending complexity hotspots

Codex State: progress

Summary

  • Refactored the campaign message builder so build_entry_message is now a small orchestration path over extracted context, validation, template rendering,…
zemion commented on issue GovOPlaN/govoplan-core#257 2026-07-14 01:43:41 +02:00
[Audit] Refactor core installer, catalog, and runtime validation complexity hotspots

Codex State: progress

Summary

  • Refactored module package catalog validation so validate_module_package_catalog delegates source loading, policy checks, result assembly, warnings, and…
zemion commented on issue GovOPlaN/govoplan-core#257 2026-07-14 00:39:57 +02:00
[Audit] Refactor core installer, catalog, and runtime validation complexity hotspots

Codex State: progress

Summary

  • Refactored runtime configuration validation into named validation phases.

Changed Files

  • `validate_runtime_configuration now delegates through a…
zemion commented on issue GovOPlaN/govoplan-campaign#58 2026-07-14 00:37:36 +02:00
[Audit] Refactor campaign validation, persistence, and sending complexity hotspots

Codex State: progress

Summary

  • Refactored the UI-facing partial campaign validation hotspot as a first complexity slice.

Changed Files

  • `validate_campaign_partial now delegates to…
zemion commented on issue GovOPlaN/govoplan-files#29 2026-07-14 00:35:23 +02:00
[Audit] Refactor files transfer and campaign-usage complexity hotspots

Codex State: done

Summary

  • Refactored files transfer, rename, and campaign attachment usage hotspots into focused phases.

Changed Files

  • `transfer_selection now separates target…
zemion closed issue GovOPlaN/govoplan-files#29 2026-07-14 00:35:23 +02:00
[Audit] Refactor files transfer and campaign-usage complexity hotspots
zemion closed issue GovOPlaN/govoplan-calendar#16 2026-07-14 00:29:02 +02:00
[Audit] Refactor CalDAV and iCalendar parsing complexity hotspots
zemion commented on issue GovOPlaN/govoplan-calendar#16 2026-07-14 00:29:02 +02:00
[Audit] Refactor CalDAV and iCalendar parsing complexity hotspots

Codex State: done

Summary

  • Refactored CalDAV discovery parsing and VEVENT export into smaller helper phases.

Changed Files

  • `parse_discovery_multistatus now delegates response…