Files
openclaw/extensions/feishu/doctor-contract-api.ts
Peter Steinberger 0d90ca6b5d refactor(config): retire flat and scalar streaming keys from matrix, feishu, and qqbot (#105808)
* 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
2026-07-12 20:33:14 -07:00

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";