Merge remote-tracking branch 'origin/garrytan/team-supabase-store' into garrytan/dev-mode

This commit is contained in:
Garry Tan
2026-03-15 20:41:33 -05:00
15 changed files with 714 additions and 76 deletions

View File

@@ -403,6 +403,11 @@ Include backlog data in the JSON when TODOS.md exists:
}
```
After writing the JSON snapshot, sync to the team store (non-fatal, silent if not configured):
```bash
~/.claude/skills/gstack/bin/gstack-sync push-retro ".context/retros/${today}-${next}.json" 2>/dev/null && echo "Synced to team ✓" || true
```
### Step 14: Write the Narrative
Structure the output as:

View File

@@ -346,6 +346,11 @@ Include backlog data in the JSON when TODOS.md exists:
}
```
After writing the JSON snapshot, sync to the team store (non-fatal, silent if not configured):
```bash
~/.claude/skills/gstack/bin/gstack-sync push-retro ".context/retros/${today}-${next}.json" 2>/dev/null && echo "Synced to team ✓" || true
```
### Step 14: Write the Narrative
Structure the output as: