mirror of https://github.com/garrytan/gstack.git
741 B
741 B
| name | description |
|---|---|
| gstack-freeze | Edit-scope discipline for OpenClaw. Use when you want changes limited to one directory, package, or file area so unrelated parts of the repo stay untouched. |
OpenClaw does not provide the original gstack hook-based enforcement here. Use this skill as an explicit boundary-setting rule.
Workflow:
- State the allowed edit boundary in the reply.
- Before each edit, check whether the target path is inside that boundary.
- Refuse or ask before changing files outside the frozen area.
- Re-state the boundary if the task starts to drift.
Good uses:
- debugging one module without opportunistic cleanup
- minimizing blast radius in a large repo
- protecting unrelated code during focused refactors