Skip to content

pattern-storage

Enterprise Part of the commercial Kumiko Enterprise offering — not in the open framework.

Tenant-scoped event-sourced store for feature source files (pattern-files). Registers a pattern-file entity with full CRUD handlers (pattern-file:create/update/delete/restore/list/detail) — the create handler derives a deterministic aggregate-id from (tenantId, path) via UUIDv5, so a duplicate-path attempt surfaces as a version_conflict 409 rather than a DB unique-violation. Soft-deletes are enabled (deletedAt) to allow future rollback via restore. All handlers are admin-only (TenantAdmin, SystemAdmin). Required by designer and publish; add it first in your feature list.

  • Requires: config, tenant
  • Activation: always on (not toggleable)