Files
gstack/.gitignore
T
Garry Tan e16bf23ca0 fix: remove auth token from /health, secure extension bootstrap (CRITICAL-02 + HIGH-03)
- Remove token from /health response (was leaked to any localhost process)
- Write .auth.json to extension dir for Manifest V3 bootstrap
- sidebar-agent reads token from state file via BROWSE_STATE_FILE env var
- Remove getToken handler from extension (token via health broadcast)
- Extension loads token before first health poll to prevent race condition
2026-03-27 22:13:45 -07:00

20 lines
229 B
Plaintext

.env
node_modules/
browse/dist/
bin/gstack-global-discover
.gstack/
.claude/skills/
.agents/
.context/
extension/.auth.json
.gstack-worktrees/
/tmp/
*.log
bun.lock
*.bun-build
.env
.env.local
.env.*
!.env.example
supabase/.temp/