/freeze

/freezeedit lock. Restricts file edits to a single directory for the session — a hard block, not just a warning — so the agent can’t accidentally change code outside the current scope while debugging or doing focused work. gstack-unfreeze clears the boundary; gstack-investigate auto-freezes to the module under investigation.

The scope-lock half of gstack’s pattern-edit-guardrails (the destructive-command-warning half is gstack-careful; gstack-guard combines both). No cross-framework counterpart.

See Also