Block a user
[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…
[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…
[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…
[Audit] Refactor core installer, catalog, and runtime validation complexity hotspots
[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…
[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…
[Audit] Refactor campaign validation, persistence, and sending complexity hotspots
[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…
[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…
[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,…
[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…
[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…
[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…
[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…
[Audit] Refactor files transfer and campaign-usage complexity hotspots
[Audit] Refactor CalDAV and iCalendar parsing complexity hotspots
[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…