• Joined on 2025-08-22
zemion commented on issue GovOPlaN/govoplan-core#181 2026-07-09 12:28:43 +02:00
[Task] Is access required for any useful product startup, or should kernel-only expose only health/shell/config pages?

Codex State: done

Summary

  • Decision recorded: the minimal authenticated platform set is tenancy plus access; kernel-only startup is limited to platform shell/health/composition…
zemion closed issue GovOPlaN/govoplan-core#180 2026-07-09 12:28:22 +02:00
[Task] Should govoplan-core be renamed conceptually to govoplan-kernel, while keeping package compatibility for now?
zemion commented on issue GovOPlaN/govoplan-core#180 2026-07-09 12:28:18 +02:00
[Task] Should govoplan-core be renamed conceptually to govoplan-kernel, while keeping package compatibility for now?

Codex State: done

Summary

  • Decision recorded: keep the package/repository name govoplan-core for compatibility, but treat the architectural target as a smaller platform kernel.

###…

zemion closed issue GovOPlaN/govoplan-core#179 2026-07-09 12:28:14 +02:00
[Task] Write govoplan-idm concept
zemion commented on issue GovOPlaN/govoplan-core#179 2026-07-09 12:28:09 +02:00
[Task] Write govoplan-idm concept

Codex State: done

Summary

  • The IDM concept is now documented as a dedicated repository README and mirrored into the Gitea wiki. It defines the module boundary, non-ownership of internal…
zemion closed issue GovOPlaN/govoplan-core#178 2026-07-09 12:28:03 +02:00
[Task] Write govoplan-audit concept
zemion commented on issue GovOPlaN/govoplan-core#222 2026-07-09 12:27:45 +02:00
[Feature] Platform-wide conditional GET and delta API foundation

Codex State: progress

Summary

  • Files delta privacy regression added; broad readers no longer receive private tombstones for another user's deleted files.
  • Campaign is now a delta…
zemion commented on issue GovOPlaN/govoplan-core#178 2026-07-09 12:27:41 +02:00
[Task] Write govoplan-audit concept

Codex State: done

Summary

  • The audit concept is documented in the audit module README and trace-context document, with the shared event/audit contract in core.

Evidence

-…

zemion closed issue GovOPlaN/govoplan-core#177 2026-07-09 12:27:37 +02:00
[Task] Write govoplan-policy concept
zemion commented on issue GovOPlaN/govoplan-core#177 2026-07-09 12:27:33 +02:00
[Task] Write govoplan-policy concept

Codex State: done

Summary

  • The policy concept is documented in the policy module README and provenance document, with the shared kernel policy contract in core.

Evidence

-…

zemion closed issue GovOPlaN/govoplan-core#115 2026-07-09 12:27:30 +02:00
[Task] Audit extraction
zemion commented on issue GovOPlaN/govoplan-core#115 2026-07-09 12:27:22 +02:00
[Task] Audit extraction

Codex State: done

Summary

  • Audit extraction is complete for the current split milestone: govoplan-audit is a standalone package with a govoplan.modules entry point, audit route/table…
zemion closed issue GovOPlaN/govoplan-core#114 2026-07-09 12:27:18 +02:00
[Task] Policy extraction
zemion commented on issue GovOPlaN/govoplan-core#114 2026-07-09 12:27:14 +02:00
[Task] Policy extraction

Codex State: done

Summary

  • Policy extraction is complete for the current split milestone: govoplan-policy is a standalone package with a govoplan.modules entry point, policy/retention…
zemion closed issue GovOPlaN/govoplan-core#113 2026-07-09 12:27:00 +02:00
[Task] Tenancy extraction
zemion commented on issue GovOPlaN/govoplan-core#113 2026-07-09 12:26:56 +02:00
[Task] Tenancy extraction

Codex State: done

Summary

  • Tenancy extraction is complete for the current split milestone: govoplan-tenancy is a standalone package with a govoplan.modules entry point, tenant…
zemion closed issue GovOPlaN/govoplan-core#112 2026-07-09 12:26:52 +02:00
[Task] Access extraction
zemion commented on issue GovOPlaN/govoplan-core#112 2026-07-09 12:26:47 +02:00
[Task] Access extraction

Codex State: done

Summary

  • Access extraction is complete for the current split milestone: govoplan-access is a standalone package with a govoplan.modules entry point, README, module…
zemion commented on issue GovOPlaN/govoplan-core#222 2026-07-09 12:06:21 +02:00
[Feature] Platform-wide conditional GET and delta API foundation

Codex State: progress

Summary

  • Updated the files WebUI to consume GET /api/v1/files/delta for managed space reloads.
  • Managed file chooser now uses the delta full-snapshot response…
zemion commented on issue GovOPlaN/govoplan-core#222 2026-07-09 12:04:02 +02:00
[Feature] Platform-wide conditional GET and delta API foundation

Codex State: progress

Summary

  • Implemented core-wide monotonic change sequence with seq: watermarks and Alembic head.
  • Added files module change tracking for file assets, folders, and…