Skip to content

Releases: stablekernel/crucible

state/v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 15:50

What's Changed

Full Changelog: state/v0.3.0...state/v1.0.0

state/expr/v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:10

What's Changed

Full Changelog: state/v1.0.0...state/expr/v0.1.0

gen/v0.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 16:09

What's Changed

Full Changelog: state/v1.0.0...gen/v0.1.0

cmd/crucible/v0.1.0

Choose a tag to compare

What's Changed

Full Changelog: gen/v0.1.0...cmd/crucible/v0.1.0

state/v0.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:36

What's Changed

Read more

crucible/telemetry v0.1.0

Choose a tag to compare

@joshua-temple joshua-temple released this 30 May 14:56
telemetry/v0.1.0
dd7fec3

What's Changed

New Contributors

Full Changelog: state/v0.1.0...telemetry/v0.1.0

telemetry/slog/v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 May 15:33
telemetry/slog/v0.1.0

What's Changed

  • ci: nest test matrix, rename telemetry/slog, fix nested release tags by @joshua-temple in #24

Full Changelog: telemetry/datadog/v0.1.0...telemetry/slog/v0.1.0

crucible/telemetry/otel v0.1.0

Choose a tag to compare

@joshua-temple joshua-temple released this 30 May 15:11
telemetry/otel/v0.1.0
6b0ebe9

What's Changed

Full Changelog: telemetry/v0.1.0...telemetry/otel/v0.1.0

crucible/telemetry/datadog v0.1.0

Choose a tag to compare

@joshua-temple joshua-temple released this 30 May 15:11
telemetry/datadog/v0.1.0
6b0ebe9

What's Changed

Full Changelog: telemetry/v0.1.0...telemetry/datadog/v0.1.0

crucible/state v0.1.0

Choose a tag to compare

@joshua-temple joshua-temple released this 30 May 03:11
state/v0.1.0

First release of the Crucible state machine kernel (crucible/state).

  • Forge/Temper/Quench builder; pure Cast/Fire step semantics with guards, actions, typed errors, and an always-recorded trace
  • Hierarchical and orthogonal (parallel) states
  • Entity validation (Assay/Requirements), BFS path planning, batch FireSeq/FireEach
  • Serializable IR with a name+params registry and lossless round-trip
  • Mermaid and DOT export
  • A reusable conformance harness for proving machine implementations correct

Depends only on the standard library. The API is experimental and may change before v1. History states, invoked services, the actor model, and timed transitions are reserved for later releases.