Files
openclaw/extensions/reef/channel-config-api.ts
Peter Steinberger f810fb35d5 refactor(reef): centralize peer trust in SQLite (#108375)
* 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
2026-07-15 10:21:54 -07:00

3 lines
143 B
TypeScript

// Reef config API module exposes only the channel's public config contract.
export { ReefChannelConfigSchema } from "./src/config-schema.js";