From 0d72cd4140faadea968383ca1bf9ea8ae02051d6 Mon Sep 17 00:00:00 2001 From: Latif Date: Wed, 25 Mar 2026 17:17:47 +0000 Subject: [PATCH] Add gstack-unfreeze OpenClaw companion skill --- openclaw/skills/gstack-unfreeze/SKILL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openclaw/skills/gstack-unfreeze/SKILL.md diff --git a/openclaw/skills/gstack-unfreeze/SKILL.md b/openclaw/skills/gstack-unfreeze/SKILL.md new file mode 100644 index 000000000..6890c3f7d --- /dev/null +++ b/openclaw/skills/gstack-unfreeze/SKILL.md @@ -0,0 +1,14 @@ +--- +name: gstack-unfreeze +description: Remove or relax an explicit edit-boundary in OpenClaw. Use when a prior gstack-freeze or gstack-guard constraint is no longer appropriate and the allowed scope needs to expand in a controlled way. +--- + +Use this as the companion to `gstack-freeze`. + +Workflow: +1. Restate the current boundary. +2. Confirm whether the boundary is being removed entirely or expanded to a larger path. +3. If only expanding, define the new boundary clearly. +4. Continue with the updated scope and avoid silent drift beyond it. + +Because this OpenClaw port is procedural rather than hook-enforced, the main value is making scope changes explicit and visible.