strixonomy-plugin
Plugin SDK 1.0 — stable TOML manifest + subprocess JSON host for Strixonomy IDE / Strixonomy engine. Author against Plugin authoring and the SDK 1.0 compatibility policy.
Plugin host for Strixonomy:
- TOML plugin manifest parsing (
api_version = "1") - Discovery under
.strixonomy/plugins/*.toml - Lifecycle: discover → validate → register → activate / disable (dependency-aware)
- Provider actions: validate, export, workflow, UI view, reasoner, query, refactor, graph
= "0.27"
Enable via the strixonomy façade feature:
= { = "0.26", = ["plugins"] }
Reserved future kinds (editor, language_service, tool_window) and AI providers are documented but not hosted until a later release.
Historical design notes only (do not implement from): PLUGIN_SPEC.md.
Current crate version: 0.27.0 (SDK 1.0 surface)