Extensibility • Contracts
Plugin SDK
Build, validate, and publish plugins that integrate with the Aetherra kernel.
Lifecycle
- Scaffold a plugin module.
- Implement capability hooks.
- Validate with the Capabilities Tests task.
- Publish to the registry and enable in the hub.
Reference
- Manifest structure
- Plugin hooks and events
- Versioning and compatibility
Checklist
- Unique plugin name and semantic version.
- Validated capabilities; hooks return stable shapes.
- Security review for external calls and data handling.
- Examples and minimal docs included.
Publishing
Use the registry API to publish and manage visibility. Ensure your Hub token is configured if required.