Skip to content

Automation and stability (pre-1.0)

This page answers one question: what can you safely automate against Strixonomy today?

These are documented and intentionally stable for automation:

  • strixonomy validate — exit code gates on diagnostic errors
  • strixonomy classify — exit code gates on consistency/unsatisfiable classes
  • strixonomy diff — documented CLI usage (pin version pre-1.0)

See:

Until v1.0, minor releases may change non-gate details. For reproducible pipelines:

  • Pin the CLI in CI:
  • cargo install strixonomy-cli --locked --version 0.27.0, or
  • Linux x64: pinned release binary + SHA256 verification

Surfaces that may change pre-1.0

  • SQL virtual table column names and supported SQL subset
  • LSP strixonomy/* JSON payload shapes
  • Plugin API surface beyond the shipped host MVP

For integrations, treat these as versioned contracts and pin your deployed version: