Block a user
[Feature] Move access migrations into the access module migration registration
Codex State: done
Summary
- Access migrations are owned by the access module manifest.
- The active access manifest registers MigrationSpec(module_id='access') with AccessBase.metadata…
[Feature] Move access permissions and default role templates into the access manifest
Codex State: progress
Summary
- Access manifest now declares access permissions and role templates, but the runtime is not fully migrated yet.
Next / Blocked
- Access admin…
[Feature] Move audit log storage/query/export into audit module
Codex State: done
Summary
- Audit storage, query routes, delta listing, recorder, retention provider, migrations, uninstall guard, and destructive retirement provider now live in…