unfreeze

Remove the /freeze edit restriction to allow edits across all directories.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CaltexBevo/ihe-pulse --skill unfreeze-caltexbevo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unfreeze
Source: https://github.com/CaltexBevo/ihe-pulse/tree/main/.claude/skills/gstack.bak/unfreeze
Command: npx skills add https://github.com/CaltexBevo/ihe-pulse --skill unfreeze-caltexbevo

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. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits".

Core Features & Use Cases

  • Widen editing scope: Removes the freeze boundary to allow changes anywhere in the project without restarting the session.
  • Session-preserving: Keeps session context intact while expanding write access.
  • Safety note: Re-freeze can be re-applied with /freeze when desired.

Quick Start

Run the unfreeze process to remove the freeze boundary and enable edits across all directories.

Frequently Asked Questions about unfreeze

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

FAQPage Schema
How do I unfreeze my shell session to allow edits across all directories?

To unfreeze your shell session, remove the edit freeze boundary by deleting the state file, which resumes all edits across project directories while preserving your current session hooks.

Can I unlock edits in my bash session without restarting it?

Yes, you can unlock edits without restarting by removing the freeze state file within the running session, widening the edit scope to all directories while keeping the session context intact.

What does removing the freeze boundary do to my session state?

Removing the freeze boundary clears the edit restriction across all directories while preserving your existing session hooks and context, allowing you to continue working without interruption.

How do I re-apply the edit freeze after unfreezing the session?

After unfreezing, you can re-apply the edit restriction at any time by running the freeze command again to set a new boundary on your running session.

When should I remove the edit restriction in a running shell session?

Remove the edit restriction when you need to widen your edit scope to all project directories during an active session, such as when asked to unfreeze, unlock edits, or allow all edits.

Does unfreezing edits affect my current session context?

No, unfreezing edits does not affect your current session context; it specifically removes the freeze state file to expand write access while keeping all session hooks and data preserved.