1.0 KiB
1.0 KiB
Created
Created by tickets.sh create.
Decision
Distribution direction from user discussion:
- Initial plugin packages should be single-file archives placed in user or workspace plugin stores, such as
~/.config/insomnia/plugins/and./.insomnia/plugins/. - Package presence is discovery only. Tool/Hook registration, WASM initialization, or MCP process startup requires explicit manifest/profile enablement and capability grant resolution.
- The package should contain a root
plugin.tomland optional runtime assets such asmodule.wasm, schemas, README, and license files. - User and workspace stores map to source/trust categories.
user:<id>andproject:<id>are distinct; ambiguous selectors should fail closed. - Workspace packages are repository-provided and must be treated conservatively, especially for executable runtimes and MCP/process-spawn behavior.