docs: add OpenClaw patch inventory and patch-script skeletons / 補 OpenClaw patch inventory 與 apply/rollback 骨架
This commit is contained in:
11
scripts/apply-openclaw-poc-patch.sh
Executable file
11
scripts/apply-openclaw-poc-patch.sh
Executable 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"
|
||||
Reference in New Issue
Block a user