chore: align patch flow with repo-side contracts / 對齊 patch 流程與 repo-side contracts

This commit is contained in:
Alice (OpenClaw)
2026-05-14 09:54:10 +08:00
parent e14f63b510
commit 9cb368bbd2
3 changed files with 15 additions and 9 deletions

View File

@@ -11,4 +11,5 @@ test("patch contract exposes default and resolved callback behavior from shared
assert.match(contract.resolved.stop.buttons[0][1].text, /^⏹/)
assert.equal(contract.resolved.continue.acknowledgement, "reply-end-controls: continue received")
assert.equal(contract.resolved.stop.acknowledgement, "reply-end-controls: stop received")
assert.match(contract.stopPolicyText, /reply-end-controls Stop/)
})