Skip to content

kernel: DatasetService — promotion from completed batches, mutation change log #11

Description

@JArmandoAnaya

Context

The Dataset is the mutable curated trunk of the project. Every mutation is logged — the
base of reproducibility and future enterprise auditing.

Deliverables

  • promote(batch) — only from completed batches; adds annotated (non-skipped) assets +
    their annotations to dataset membership; idempotent.
  • remove_asset(dataset, asset) — leaves membership; blob persists while any Release
    references it.
  • Append-only change log: (timestamp, operation, subject ids, actor placeholder) for every
    mutation, queryable.

Acceptance criteria

  • Promotion of a non-completed batch raises
  • Skipped assets are not promoted
  • Change log records every mutation and survives reopen

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kernelvisionset.kernel — domain, ports, adapters, servicesm1M1 — Living kernel (0.0.1-alpha.1)

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions