.tasks/core/PLUG-002-define-vdfs-plugin-api.md
Define and implement the VDFS Plugin API bridge. This will be a secure, capability-based API that exposes a subset of the VDFS functionality to the sandboxed WASM plugins.
The key architectural insight: expose ONE generic spacedrive_call() function that routes to the existing Wire operation registry, reusing all daemon RPC infrastructure.