Skip to content

Commit 15066dc

Browse files
committed
Fix gstack description: no hooks.json, uses SKILL.md frontmatter (Codex verified)
1 parent cb8e2e3 commit 15066dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Workflows where Claude Code runs continuously without human intervention.
149149
Workflows for managing Claude Code's own configuration across scopes.
150150

151151
- [Claude Code Organizer](https://github.com/mcpware/claude-code-organizer) - Web dashboard + MCP server that scans `~/.claude/`, shows scope hierarchy (Global → Workspace → Project), and lets you drag-and-drop config between scopes. 4 MCP tools for programmatic scope management.
152-
- [gstack freeze/guard/unfreeze](https://github.com/garrytan/gstack) - Hook-based safety system to prevent changes to critical files. `/freeze` locks files, `/guard` enforces during session, `/unfreeze` removes protection.
152+
- [gstack freeze/guard/unfreeze](https://github.com/garrytan/gstack) - File protection system using `PreToolUse` hook definitions in SKILL.md frontmatter with real shell scripts. Note: enforcement only works in Claude Code — Codex/non-Claude versions are advisory prose only. No hooks.json file exists.
153153

154154
## Monitoring and Dashboards
155155

0 commit comments

Comments
 (0)