Migration: v0.5 → v0.6¶
v0.6 is backward compatible for CLI indexing, query, validate, and patch workflows. New capabilities are additive.
What is new¶
| Area | Change |
|---|---|
| CLI | strixonomy classify, strixonomy explain |
| LSP | strixonomy/runReasoner, strixonomy/getExplanation |
| VS Code | Reasoner Results panel, Explanation panel, hierarchy mode commands |
| Settings | strixonomy.reasoner.default, strixonomy.reasoner.autoProfile, strixonomy.hierarchy.mode |
| Crate | strixonomy-reasoner published to crates.io |
CatalogSnapshot | Optional reasoner field after classification |
Breaking changes¶
None intentional for v0.5 CLI/LSP clients. Pre-1.0 APIs may still change between minor releases.
Upgrade steps¶
- Update VS Code extension to 0.6.0 (Marketplace or release VSIX).
- Update CLI:
cargo install strixonomy-cli --locked --forceor download release binary. - Optional: add
strixonomy classify --profile elto CI aftervalidate. - Optional: set
strixonomy.hierarchy.modetoasserted(default) until you run the reasoner.