openclaw/.github
scoootscooob 439c21e078
refactor: remove channel shim directories, point all imports to extensions (#45967)
* refactor: remove channel shim directories, point all imports to extensions

Delete the 6 backward-compat shim directories (src/telegram, src/discord,
src/slack, src/signal, src/imessage, src/web) that were re-exporting from
extensions. Update all 112+ source files to import directly from
extensions/{channel}/src/ instead of through the shims.

Also:
- Move src/channels/telegram/ (allow-from, api) to extensions/telegram/src/
- Fix outbound adapters to use resolveOutboundSendDep (fixes 5 pre-existing TS errors)
- Update cross-extension imports (src/web/media.js → extensions/whatsapp/src/media.js)
- Update vitest, tsdown, knip, labeler, and script configs for new paths
- Update guard test allowlists for extension paths

After this, src/ has zero channel-specific implementation code — only the
generic plugin framework remains.

* fix: update raw-fetch guard allowlist line numbers after shim removal

* refactor: document direct extension channel imports

* test: mock transcript module in delivery helpers
2026-03-14 03:43:07 -07:00
..
ISSUE_TEMPLATE Add provider routing details to bug report form (#41712) 2026-03-09 23:01:55 -05:00
actions ci: modernize GitHub Actions workflow versions 2026-03-13 16:57:23 +00:00
codeql CI: scope CodeQL JavaScript analysis 2026-03-08 10:29:56 -07:00
instructions Centralize date/time formatting utilities (#11831) 2026-02-08 04:53:31 -08:00
workflows ci: add npm token fallback for npm releases 2026-03-14 05:08:19 +00:00
actionlint.yaml CI: allow blacksmith 32 vCPU Windows runner in actionlint 2026-03-02 19:13:14 -08:00
dependabot.yml Fix npm global install deprecation warnings (#28318) 2026-02-27 07:38:02 -08:00
labeler.yml refactor: remove channel shim directories, point all imports to extensions (#45967) 2026-03-14 03:43:07 -07:00
pull_request_template.md docs: clarify bot review conversation ownership (#39942) 2026-03-08 09:39:39 -05:00