mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-05 05:05:08 +02:00
0f1f1eb1c5
Reusable platform module (lib/worktree.ts) that creates git worktrees for test isolation and harvests useful changes as patches. Includes SHA-256 dedup, original SHA tracking for committed change detection, and automatic gitignored artifact copying (.agents/, browse/dist/). 12 unit tests covering lifecycle, harvest, dedup, and error handling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
192 B
Plaintext
18 lines
192 B
Plaintext
.env
|
|
node_modules/
|
|
browse/dist/
|
|
bin/gstack-global-discover
|
|
.gstack/
|
|
.claude/skills/
|
|
.agents/
|
|
.context/
|
|
.gstack-worktrees/
|
|
/tmp/
|
|
*.log
|
|
bun.lock
|
|
*.bun-build
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|