Block a user
[Feature] Add delete-veto orchestration through module providers
Codex State: done
Summary
- Added structured DeleteVetoIssue and provider registration metadata to the core module contract.
- PlatformRegistry now collects module-attributed delete veto…
Move audit admin WebUI panels into audit module
Codex State: done
Summary
- Added @govoplan/audit-webui with audit-owned admin.sections contributions for system and tenant audit.
- Removed audit panel ownership from the access WebUI…
Move policy admin WebUI panels into policy module
Codex State: done
Summary
- Added @govoplan/policy-webui with retention admin.sections contributions for system, tenant, group, and user scopes.
- Policy WebUI reuses core shared…
[Task] Define release migration squashing and baseline workflow
Current check after the target-state planner work:
- The audit/helper/workflow parts are implemented and working.
scripts/release-migration-audit.pyreports a clean graph but no recorded…
Migrate access function model to organizations.directory
Migrate access identity projection to identity.directory
Migrate access function model to organizations.directory
Codex State: done
Summary
- Access now prefers organizations.directory for organization units and function definitions, while IDM remains the owner of identity-to-function assignment…
[Feature] Target-state module update planner
Follow-up refinement after the closing note: failed module migration task execution now raises a task-execution error carrying partial records, and init_db writes the migration task record file…
Migrate access identity projection to identity.directory
Codex State: done
Summary
- Access now prefers identity.directory for account-to-identity resolution, semantic directory identity rendering, auth /me identity IDs, and access explanation…
[Feature] Target-state module update planner
Implemented the remaining live-data migration task slice for the target-state update planner.
What is now covered:
MigrationSpecsupports constrainedmigration_taskswith explicit phases,…
[Feature] Target-state module update planner
Migrate access identity projection to identity.directory
Codex State: progress
Summary
- Identity provides the identity.directory capability and its own canonical identity/account-link storage.
- Access has not yet been refit to consume…