mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 09:51:33 +00:00
* feat(plugin-sdk): support removing pairing requests * refactor(reef): centralize peer trust in SQLite * chore: defer Reef release note * fix(reef): share runtime state across module instances * refactor(reef): narrow trust store boundary * test(reef): pass config to account description
3 lines
143 B
TypeScript
3 lines
143 B
TypeScript
// Reef config API module exposes only the channel's public config contract.
|
|
export { ReefChannelConfigSchema } from "./src/config-schema.js";
|