Block a user
[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
tenancyplusaccess; kernel-only startup is limited to platform shell/health/composition…
[Task] Should
govoplan-core be renamed conceptually to govoplan-kernel, while keeping package compatibility for now?
[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-corefor compatibility, but treat the architectural target as a smaller platform kernel.
###…
[Task] Write
govoplan-idm concept
[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…
[Task] Write
govoplan-audit concept
[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…
[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
-…
[Task] Write
govoplan-policy concept
[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
-…
[Task] Audit extraction
Codex State: done
Summary
- Audit extraction is complete for the current split milestone:
govoplan-auditis a standalone package with agovoplan.modulesentry point, audit route/table…
[Task] Policy extraction
Codex State: done
Summary
- Policy extraction is complete for the current split milestone:
govoplan-policyis a standalone package with agovoplan.modulesentry point, policy/retention…
[Task] Tenancy extraction
Codex State: done
Summary
- Tenancy extraction is complete for the current split milestone:
govoplan-tenancyis a standalone package with agovoplan.modulesentry point, tenant…
[Task] Access extraction
Codex State: done
Summary
- Access extraction is complete for the current split milestone:
govoplan-accessis a standalone package with agovoplan.modulesentry point, README, module…
[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…
[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…