Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
| 1st | Deno | Scripts, tooling, TypeScript |
| 2nd | Bun | Performance-critical paths |

### Dependency Version Policy

- For any change that adds or updates dependencies, tooling actions, or package
versions (npm, Deno, GitHub Actions), check the latest stable release from the
official source (registry or release page) before finalizing.
- If not using the latest version, note the reason in the PR summary.

---

## 2. Deployment Policy
Expand Down
Loading