mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 01:51:42 +00:00
* feat(doctor): migrate legacy matrix/feishu/qqbot streaming spellings to nested config * test(matrix): shorten setup fixture tokens below the review secret-scanner threshold * refactor(config): retire flat/scalar streaming keys from matrix, feishu, and qqbot * docs: describe nested-only streaming config for matrix, feishu, and qqbot * fix(qa-matrix): compose nested streaming config for the matrix QA harness * test(feishu): compose negative webhook fixtures outside the GHSA opengrep pattern * docs: refresh generated docs map * test(feishu): compose negative webhook fixtures from lint-clean bases outside the GHSA opengrep pattern * fix(qa-lab): rewrite crabline flat streaming config into the nested channel shape * chore(config): regenerate channel config metadata and plugin-sdk API baseline for nested-only streaming * chore(plugin-sdk): absorb main-side deprecated pairing/conversation pin drift * fix(qa-lab): consume Crabline nested streaming config
7 lines
412 B
TypeScript
7 lines
412 B
TypeScript
// Feishu API module exposes the plugin doctor contract.
|
|
// The pre-validation doctor registry resolves `doctor-contract-api` from the
|
|
// package root (src/plugins/doctor-contract-registry.ts), so separately
|
|
// installed @openclaw/feishu builds can repair legacy streaming config before
|
|
// schema validation rejects it.
|
|
export { legacyConfigRules, normalizeCompatibilityConfig } from "./src/doctor-contract.js";
|