mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-08 15:28:36 +02:00
refactor: update template read patterns for new paths
- qa + qa-only: read test plans from $PROJECTS_DIR/$SLUG/plans/ - design-consultation: read brainstorm from $PROJECTS_DIR/$SLUG/brainstorm/ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
4564cb18ed
commit
90b7a917ae
@@ -50,7 +50,7 @@ Look for brainstorm output:
|
||||
|
||||
```bash
|
||||
eval $(~/.claude/skills/gstack/bin/gstack-slug 2>/dev/null)
|
||||
ls ~/.gstack/projects/$SLUG/*brainstorm* 2>/dev/null | head -5
|
||||
ls -t $PROJECTS_DIR/$SLUG/brainstorm/* 2>/dev/null | head -5
|
||||
ls .context/*brainstorm* .context/attachments/*brainstorm* 2>/dev/null | head -5
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user