freeze

Restrict Edit and Write operations to a designated directory for the session.

Updated Aug 2, 2025
One-click install
npx skills add https://github.com/JovieInc/Jovie --skill freeze-jovieinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: freeze
Source: https://github.com/JovieInc/Jovie/tree/main/.claude/skills/gstack/freeze
Command: npx skills add https://github.com/JovieInc/Jovie --skill freeze-jovieinc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Restrict edits to a specific directory for the current session, preventing accidental modifications outside the allowed path.

Core Features & Use Cases

  • Restricts Edit and Write operations to a chosen directory during a debugging session.
  • Provides a reversible boundary that persists for the session.
  • Example: when debugging module A, lock changes to module A's folder to avoid accidental changes elsewhere.

Quick Start

Set a target directory once, then edit only within that path for the session.

Frequently Asked Questions about freeze

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

FAQPage Schema
How do I restrict file edits to a specific directory during a debugging session?

You can restrict file edits to a specific directory during a debugging session by setting a stored path boundary that blocks Edit and Write operations outside the designated folder, preventing accidental code drift across modules.

What is a directory boundary for development safety and when do I need it?

A directory boundary for development safety is a runtime restriction that scopes file modifications to a single folder. You need it when debugging or developing to prevent accidental writes and configuration drift in unrelated project directories.

Can I lock changes to a single folder to avoid modifying other modules?

Yes, you can lock changes to a single folder to avoid modifying other modules by enforcing a session boundary. This runtime check validates file paths against the stored target directory before allowing any edits or writes.

How do I set up a session boundary to block writes outside an allowed path?

To set up a session boundary to block writes outside an allowed path, designate a target directory once. The boundary persists for the session and automatically checks file paths in Edit and Write tool inputs against your stored path.

Is the directory edit restriction reversible after it has been applied?

Yes, the directory edit restriction is reversible. The boundary is designed to persist for the current session while allowing you to safely manage development workflows and remove the restriction when the debugging or editing task is complete.

Does the directory edit restriction work without external dependencies?

Yes, the directory edit restriction works without external dependencies. It enforces the runtime boundary natively by checking file paths against a stored directory path during your session, requiring no additional packages or environment setup.