gstack icon indicating copy to clipboard operation
gstack copied to clipboard

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

Results 121 gstack issues
Sort by recently updated
recently updated
newest added

## Summary - `scripts/resolvers/preamble/generate-brain-sync-block.ts` emits `_BRAIN_SYNC_BIN="${binDir}/gstack-brain-sync"` and `_BRAIN_CONFIG_BIN="${binDir}/gstack-config"`. For the Claude host `binDir` is `~/.claude/skills/gstack/bin`, so the rendered assignments hold a literal `~`. Tilde inside double quotes is never expanded....

# Tilde-in-quoted-string disables brain-sync silently across 42 SKILL.md files (regression of #785) ## Summary The artifacts-sync preamble and epilogue that 42 `~/.claude/skills/gstack/*/SKILL.md` files include both quote a literal `~` —...

## Summary - honor a valid worktree `.gbrain-source` pin as the canonical gbrain code source - keep an existing same-path source when `gbrain sources rename` is unavailable or fails, avoiding...

## Summary Nine community fixes bundled into one wave PR, following the v1.43.2.0 Daegu wave precedent. Per-commit cherry-pick preserves contributor authorship (visible in `git log --author=`); wave-meta files (VERSION/CHANGELOG/package.json) owned...

## Summary `parseSkillManifest` (the runtime read path in `lib/gstack-memory-helpers.ts`) parses every field of a `gbrain.context_queries` item **except** `filter:`. As a result, any `kind: list` query that declares a `filter:` block...

Fixes #1677. ## What users get Returning `/office-hours` users now hit the `welcome_back` tier on their second visit instead of being pitched as first-timers every time. Live on every fresh-`$HOME`...

## Summary `make-pdf --toc` built a table of contents whose entries linked to, and whose page-number spans targeted, element ids (`toc-0`, `toc-1`, ...) that were never assigned to any heading....

## Summary `make-pdf --toc` builds a table of contents whose entries link to, and whose page-number spans target, element ids (`toc-0`, `toc-1`, ...) that are **never assigned to any heading**....

## Summary `parseSkillManifest` (the runtime read path in `lib/gstack-memory-helpers.ts`, called from the gstack preamble at every skill start) parsed every `gbrain.context_queries` field except `filter:`. Any `kind: list` query that declared...

## Note Related to #1674, but this is a different observed failure mode. #1674 covers Windows argv length / CreateProcess limit failures when generated prompts are large. This issue reports...