studio-theme-solarized/module.yaml
flemming-it ebd718d135 refactor: rename to chain:studio-plugin WIT + provider chain
Tracks the platform's fai->chain rename: provider chain, WIT ABI
chain:studio-plugin / chain:platform (binding paths/accessors), SDK pin.

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-15 22:56:18 +02:00

29 lines
907 B
YAML

schema_version: 3
provider: chain
name: studio-theme-solarized
version: 0.1.0
# Capability provided by this plugin. Studio plugins live in
# the `studio.*` namespace; the host filters list_capabilities()
# on this prefix to find plugins to load.
provides:
- capability: studio.theme.solarized
version: 0.1.0
# No inputs / outputs — plugins are called via WIT exports,
# not via the flow-engine `invoke` path. These two sections
# stay empty so the hub's manifest validator doesn't trip.
inputs: {}
outputs: {}
# No permissions required. A theme plugin is pure data — two
# color schemes, no I/O.
permissions: []
# Studio-side extension declaration. Read by Studio's
# plugin-host at discovery time so it knows which WIT export
# interfaces to expect on this component. Must match what the
# crate actually exports; the hub rejects mismatches at install.
studio_extension:
hooks:
- theme