refactor: derive apply patch values from patch contract / 讓 apply patch 值來自 patch contract

This commit is contained in:
Alice (OpenClaw)
2026-05-13 19:51:55 +08:00
parent 136ff7400a
commit 5708ef8858
2 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
import { buildOpenClawTelegramPatchContract } from "../src/runtime/openclaw-telegram-patch-contract.ts"
const contract = buildOpenClawTelegramPatchContract()
process.stdout.write(`${JSON.stringify(contract, null, 2)}\n`)