Documentation
¶
Overview ¶
Package plugin loads trusted local extension bundles. A plugin may contribute MCP servers, hooks, instructions, and skills without changing SuperCode.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveManifest ¶
Types ¶
type Manifest ¶
type Manifest struct {
Name string `yaml:"name"`
Version string `yaml:"version,omitempty"`
Enabled *bool `yaml:"enabled,omitempty"`
Instructions string `yaml:"instructions,omitempty"`
Skills string `yaml:"skills,omitempty"`
MCPServers map[string]config.MCPServer `yaml:"mcp_servers,omitempty"`
Hooks map[string][]config.Hook `yaml:"hooks,omitempty"`
}
func LoadManifest ¶
Click to show internal directories.
Click to hide internal directories.