dsh-mnemon-provider-byterover
v0.5.4
Published
ByteRover Provider child for the Memory Spaces Source.
Readme
dsh-mnemon-provider-byterover
An adapter for the local ByteRover brv CLI and its knowledge directory.
Install and configure brv separately. This driver exposes status, query and curate; it does not invent full enumeration or deletion.
Use
The default dsh-mnemon Starter already installs this package. Enable and configure the service in Settings → Memory System, then inspect its synchronized Memory Spaces.
For a custom composition, install this package alongside dsh-mnemon-source-memory-spaces and include it in that Source's config.providers:
providers:
- use: dsh-mnemon-provider-byterover
instanceId: byteroverThis is a Memory Spaces child module, not a top-level Source or a complete Strategy. It registers through dsh-mnemon-source-memory-spaces/provider-sdk; each parent Source owns its child Fibers, connection settings and lifetime. Credentials stay on the Host.
Provider setup and capability matrix · 中文指南
Develop independently
From a source checkout with the declared dependencies installed, run pnpm verify. Tests, build and public exports belong to this package, without importing another package's controllers or repository configuration. Use the Source's public /testing fixtures for child registration and driver conformance; live service tests require a separately authorized environment.
