sync: update from private repo (15455e9)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-05 05:43:02 +00:00
parent 02c7dfdd83
commit a44f6b41e2
3 changed files with 1962 additions and 1 deletions
+5 -1
View File
@@ -39,5 +39,9 @@ data/browser-sessions/*
# Core dumps from native crashes (sqlite/playwright/sharp). These contain raw
# process memory — including the decrypted master key, SSH private keys and the
# session secret — so they must never be committed.
# NOTE: keep this narrow. A bare `core.*` also matches source files like
# src/engine/tools/core.ts / core.test.ts, which silently dropped them from the
# OSS mirror during oss-sync (its `git add -A` honours .gitignore). Core dumps
# are named `core` or `core.<pid>`, so match only a numeric suffix.
core
core.*
core.[0-9]*