zeroclaw/src/onboard
argenis de la rosa 8aa3ac704d
feat(plugins): add Extism dependency, feature flag, and plugin module skeleton
Introduce the WASM plugin system foundation:
- Add extism 1.9 as an optional dependency behind `plugins-wasm` feature
- Create `src/plugins/` module with manifest types, error types, and stub host
- Add `Plugin` CLI subcommands (list, install, remove, info) behind cfg gate
- Add `PluginsConfig` to the config schema with sensible defaults

All plugin code is behind `#[cfg(feature = "plugins-wasm")]` so the default
build is unaffected.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 15:17:29 +03:00
..
mod.rs feat(swarm): multi-agent swarm orchestration, Mistral tool fix, restore --interactive 2026-03-24 15:16:05 +03:00
wizard.rs feat(plugins): add Extism dependency, feature flag, and plugin module skeleton 2026-03-24 15:17:29 +03:00