strixonomy-plugin 0.28.0

Plugin manifest discovery for Strixonomy (v0.14 host foundation)
Documentation

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
strixonomy-plugin = "0.28"

Enable via the strixonomy façade feature:

strixonomy = { version = "0.26", features = ["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.28.0 (SDK 1.0 surface)