.tasks/core/PLUG-000-wasm-plugin-system.md
This epic covers the implementation of the WebAssembly (WASM) based extension system. Extensions can define custom data models, create AI agents, and integrate seamlessly with Spacedrive's sync, search, and action systems.
Architecture Clarification (Nov 5, 2025): Extensions get BOTH:
Infrastructure: Core WASM runtime is integrated and compiling. Extension SDK with #[extension] and #[job] macros is functional. Test extensions exist and compile to WASM.
In Progress:
Reference:
core/src/infra/extension/README.md - Implementation detailsworkbench/sdk/EXTENSION_SDK_SPECIFICATION_V2.md - Complete SDK specworkbench/core/extensions/EXTENSION_DATA_STORAGE_PHILOSOPHY.md - Storage model