/unfreezeTier 1 · 基礎🔒 安全工具Remove the /freeze boundary. Restore normal file access across the entire project.
移除 /freeze 或 /guard 設定的編輯邊界,恢復對整個專案所有文件的正常存取。
直接執行 /unfreeze,即可解除當前所有的編輯範圍限制。
/unfreeze 只移除編輯範圍限制,不影響 /careful 的危險操作警告設定。如果想要同時解除兩者,需要分別關閉。
/guard src/api/auth/ # 啟動完整安全護欄
# 進行修復工作...
/unfreeze # 解除範圍限制
# 繼續其他工作...