docs: update patch mapping and pluginization status / 更新 patch mapping 與插件化狀態

This commit is contained in:
Alice (OpenClaw)
2026-05-13 15:11:31 +08:00
parent cd2df025a7
commit b19d157a76
2 changed files with 62 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ This centralizes:
Both repo-side runtime helpers and the apply script now read from this source.
This means reply-end callback values, labels, resolved labels, acknowledgement text, and stop-policy text are no longer duplicated independently across helper code and patch tooling.
### 2. Reusable core modules
The project already contains reusable logic for:
@@ -61,6 +63,8 @@ Telegram PoC behavior has already been captured into reusable helper code:
- acknowledgement reply text
- stop-state inbound text shaping
In addition, callback-resolution behavior is now explicitly represented by a dedicated helper module, rather than being only implicit in runtime patch code.
### 5. Reproducible patch flow
The project now has: