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
Copy file name to clipboardExpand all lines: AGENTS.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,3 +123,7 @@ We welcome contributions, including AI-generated pull requests. Every PR must in
123
123
- Keep temporary files clean: delete or mark with `deleteOnExit` after use.
124
124
-`dist/` is fully regenerated on every build — never edit generated files.
125
125
- Use Bun for everything. Do not use npm or npx. Use `bunx` if you need to run a package binary.
126
+
127
+
## Timeout Policy
128
+
129
+
- Keep CI, script, and runtime timeouts at 10 minutes or less. Use `timeout-minutes: 10` or lower in GitHub Actions and cap timeout values at `600000` ms, `600` seconds, or `10m` unless explicitly requested.
0 commit comments