Skip to content

v0.30.0

Choose a tag to compare

@AsemDevs AsemDevs released this 29 Jul 01:26
feaec76

Added

  • Protocol v1.2 operating contracts: 27 additive operating schemas covering
    events, immutable records, checkpoints, the transaction journal, cycles,
    evidence, findings, decisions, gaps, routes, outcomes, providers, workspace
    manifests, and migration records.
  • Operating role and provider registries, kept mechanically separate from the
    canonical nine delivery roles.
  • RFC 8785/JCS canonicalization with golden vectors, hash-chained event
    reduction, and checkpoint resume for the operating event stream.
  • Ecosystem release saga primitives with drafted → preparing → prepared → promoting → verified → completed and blocked, compensating, and forward-fix
    recovery.
  • Read-only operating dashboard projection, generated runtime and documentation
    assets with drift detection, and operating conformance suites.

Fixed

  • Schema $ref containment now normalizes path separators before comparison.
    On Windows it rejected every valid cross-file reference while its traversal
    guard silently never matched.
  • Generated operating assets and operating fixtures are pinned to LF so their
    byte-for-byte comparisons hold on every platform.
  • The operating dashboard conformance fixture is no longer excluded by the
    .planr/ ignore rule.