You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents the three rules that keep ignored / sensitive files out of
e2b + nightly tarballs (tracked-only + denylist + gitleaks) and points
at the regression tests that lock them in.
Copy file name to clipboardExpand all lines: docs/release-policy.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,37 @@ post results (or open an issue on failure) for engineering follow-up.
54
54
| Cross-platform install (Windows / macOS) |`.github/workflows/cross-platform.yml`| Weekly Monday 03:00 UTC | Slow runners (~15 min) and rarely catches anything new. Weekly is enough for Tier-2 platforms. |
55
55
| Live integration tests (real APIs) |`.github/workflows/nightly.yml`| Daily 02:00 UTC | Hits external APIs (Anthropic, OpenAI, GitHub, etc.). Real spend, real rate limits — cannot be on every PR. |
56
56
57
+
## Sandbox packaging never ships ignored files
58
+
59
+
Every tarball that leaves a developer's laptop for an external sandbox
60
+
(e2b, nightly-local, or any future runner) is built by
61
+
`scripts/e2b/lib/packing.py:pack_directory`. That single entry point
0 commit comments