docs: add OpenClaw patch inventory and patch-script skeletons / 補 OpenClaw patch inventory 與 apply/rollback 骨架

This commit is contained in:
Alice (OpenClaw)
2026-05-13 11:26:43 +08:00
parent 3233770e54
commit d5a7e98fb3
3 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
echo "reply-end-controls PoC patch applicator"
echo
echo "This is a skeleton script."
echo "Its intended future role is to apply the currently documented OpenClaw runtime patch set to a target test environment."
echo
echo "Before implementing this script fully, consult:"
echo "- reports/openclaw-patch-inventory.md"
echo "- telegram-openclaw-poc-plan.md"