mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-20 20:00:45 +02:00
Merge remote-tracking branch 'origin/main' into garrytan/auq-auto-mode
# Conflicts: # CHANGELOG.md # VERSION # package.json
This commit is contained in:
@@ -773,7 +773,8 @@ After forming your root cause hypothesis, lock edits to the affected module to p
|
||||
**If FREEZE_AVAILABLE:** Identify the narrowest directory containing the affected files. Write it to the freeze state file:
|
||||
|
||||
```bash
|
||||
STATE_DIR="${CLAUDE_PLUGIN_DATA:-$HOME/.gstack}"
|
||||
eval "$(~/.claude/skills/gstack/bin/gstack-paths)"
|
||||
STATE_DIR="$GSTACK_STATE_ROOT"
|
||||
mkdir -p "$STATE_DIR"
|
||||
echo "<detected-directory>/" > "$STATE_DIR/freeze-dir.txt"
|
||||
echo "Debug scope locked to: <detected-directory>/"
|
||||
|
||||
@@ -88,7 +88,8 @@ After forming your root cause hypothesis, lock edits to the affected module to p
|
||||
**If FREEZE_AVAILABLE:** Identify the narrowest directory containing the affected files. Write it to the freeze state file:
|
||||
|
||||
```bash
|
||||
STATE_DIR="${CLAUDE_PLUGIN_DATA:-$HOME/.gstack}"
|
||||
eval "$(~/.claude/skills/gstack/bin/gstack-paths)"
|
||||
STATE_DIR="$GSTACK_STATE_ROOT"
|
||||
mkdir -p "$STATE_DIR"
|
||||
echo "<detected-directory>/" > "$STATE_DIR/freeze-dir.txt"
|
||||
echo "Debug scope locked to: <detected-directory>/"
|
||||
|
||||
Reference in New Issue
Block a user