unfreeze

Remove the edit freeze boundary across the working tree.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/diiviikk5/rezops --skill unfreeze-diiviikk5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/diiviikk5/rezops/tree/main/unfreeze
Command: npx skills add https://github.com/diiviikk5/rezops --skill unfreeze-diiviikk5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session.

Core Features & Use Cases

  • Clear the boundary when a session needs broader editing rights
  • Restore normal editing scope after a temporary restriction
  • Use in workflows that require rapid re-enabling of directory edits

Quick Start

Instruct the AI to clear the freeze boundary so edits are allowed across all directories in the current session.

Frequently Asked Questions about unfreeze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove edit restrictions in a bash session without ending it?

To remove edit restrictions in a bash session, clear the edit freeze boundary set by a prior restriction. This deletes the state file controlling the boundary, widening the edit scope to all directories without restarting.

What does clearing an edit freeze boundary do to my working tree?

Clearing an edit freeze boundary removes the state file enforcing directory limits, restoring broad edits across the entire working tree. It allows unrestricted file modifications for the current session.

How can I unlock directory edits after applying a temporary freeze?

You unlock directory edits after a temporary freeze by executing a bash routine that checks for the freeze state file and removes it. This widens the edit scope back to normal across all directories.

When should I clear a freeze boundary instead of starting a new session?

Clear a freeze boundary instead of starting a new session when you need broader editing rights quickly. It restores your normal editing scope across the working tree without losing your current session context.

Why are my edits still restricted after trying to unfreeze the working tree?

Edits remain restricted if the bash routine fails to locate or remove the specific state file controlling the freeze boundary. Ensure the state file exists and is accessible before attempting to clear it.

Can I use a bash command to resume broad edits across all directories?

Yes, you can use a bash command to resume broad edits across all directories. The routine checks for the freeze state file and removes it, immediately restoring unrestricted modification rights.