Skip to content

cks-runtime v0.7.0 – add ListVersions and RevertVersion operations

Choose a tag to compare

@PunctumActus PunctumActus released this 19 Jul 18:32
· 164 commits to main since this release

Added

  • ListVersionsOperation – returns a lightweight history of all versions in the current session, making the audit trail accessible to tools and LLMs.
  • RevertVersionOperation – restores the Knowledge Structure to any previous version, enabling time‑travel debugging and safe rollbacks.
  • ExecutionPipeline._apply_state_mutation now handles RevertVersionOperation payloads.