mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-10 15:09:00 +02:00
security-live-playwright's L4 tests dlopen onnxruntime inside a bun --parallel worker whenever the dev box has a warm model cache — the source of the intermittent 'panic: Segmentation fault' + crashed-worker retries (and likely the residual run wedges). Same SECURITY_BENCH=1 opt-in as security-bench.test.ts; the L1-L3 tests in the file still run everywhere. Also: gitignore the ios-qa gen-accessors-tool Swift .build/ output (a side-effect of running its tests that kept polluting git status) and commit its Package.resolved so tool builds resolve reproducibly. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
50 lines
1.0 KiB
Plaintext
50 lines
1.0 KiB
Plaintext
.env
|
|
node_modules/
|
|
dist/
|
|
browse/dist/
|
|
design/dist/
|
|
make-pdf/dist/
|
|
# diagram-render ships its built bundle (offline-at-install premise, eng-review D2)
|
|
!lib/diagram-render/dist/
|
|
!lib/diagram-render/dist/**
|
|
bin/gstack-global-discover*
|
|
.gstack/
|
|
.claude/skills/
|
|
.claude/gstack-rendered/
|
|
.claude/scheduled_tasks.lock
|
|
.claude/*.lock
|
|
.agents/
|
|
.factory/
|
|
.kiro/
|
|
.opencode/
|
|
.slate/
|
|
.cursor/
|
|
.openclaw/
|
|
.hermes/
|
|
.gbrain/
|
|
.gbrain-source
|
|
.context/
|
|
extension/.auth.json
|
|
# xterm assets are vendored from npm at build time; not source-of-truth.
|
|
extension/lib/xterm.js
|
|
extension/lib/xterm.css
|
|
extension/lib/xterm-addon-fit.js
|
|
.gstack-worktrees/
|
|
/tmp/
|
|
*.log
|
|
*.bun-build
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|
|
supabase/.temp/
|
|
|
|
# Throughput analysis — local-only, regenerate via scripts/garry-output-comparison.ts
|
|
docs/throughput-*.json
|
|
|
|
# gbrain local source-staging dir (capability checks, source clones) — runtime artifact
|
|
.sources/
|
|
|
|
# Swift build output from the ios-qa gen-accessors tool (built on demand by its tests)
|
|
ios-qa/scripts/gen-accessors-tool/.build/
|