feat: port community mode new files + fix screenshot paths + cross-platform URL opener#637
Open
raf-andrew wants to merge 2 commits intogarrytan:mainfrom
Open
feat: port community mode new files + fix screenshot paths + cross-platform URL opener#637raf-andrew wants to merge 2 commits intogarrytan:mainfrom
raf-andrew wants to merge 2 commits intogarrytan:mainfrom
Conversation
- gstack-auth / gstack-auth-refresh — auth helpers for gstack.gg - gstack-community-backup/restore/benchmarks — community tier support - gstack-screenshot-upload — upload screenshots to gstack.gg (resolves Phase 4) - install.sh — one-line install script - PRIVACY.md — privacy disclosure document - gstack-submit — new /gstack-submit skill Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
garrytan#475) - browse/src/meta-commands.ts: isFilePath check now handles Windows backslash paths and dot-relative paths (./file.png) — fixes CSS selector misidentification - bin/gstack-open-url: cross-platform URL opener (macOS/Linux/Windows/Git Bash) Fixes: garrytan#495, garrytan#475 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two commits from the full backlog clearance plan:
1. Community mode new files (from PR #416)
bin/gstack-auth/bin/gstack-auth-refresh— auth helpers for gstack.ggbin/gstack-community-backup/gstack-community-restore/gstack-community-benchmarksbin/gstack-screenshot-upload— upload screenshots to gstack.gginstall.sh— one-line install scriptPRIVACY.md— privacy disclosure documentgstack-submit/— new /gstack-submit skillclaude-check/— Claude Code reverse buddy (Codex→Claude, closes P1 TODO)2. Bug fixes (#495 + #475)
browse/src/meta-commands.ts:isFilePathnow handles Windows backslash paths and dot-relative paths (./file.png) — was misidentified as CSS selector (fixes browse screenshot: relative paths starting with . are misidentified as CSS selectors #495)bin/gstack-open-url: proper cross-platform URL opener for macOS/Linux/Windows/Git Bash (fixes GStack’s persistence of user reading “Boil the Lake” essay is not cross-platform compatible #475)Test plan
$B screenshot ./output.png— should save to file, not treat as CSS selectorgstack-open-url https://example.comon Windows (Git Bash) — should open browserbin/gstack-screenshot-upload <file>— verify upload flowbin/gstack-auth— verify auth helper works🤖 Generated with Claude Code