[PR #207] [CLOSED] chore: setup oxfmt #388

Closed
opened 2026-05-06 12:39:33 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/207
Author: @hyoban
Created: 3/1/2026
Status: Closed

Base: mainHead: 3-1-oxfmt


📝 Commits (1)

📊 Changes

480 files changed (+8215 additions, -9456 deletions)

View changed files

📝 .agents/skills/migrate-to-vinext/SKILL.md (+31 -29)
📝 .agents/skills/migrate-to-vinext/references/compatibility.md (+65 -65)
📝 .agents/skills/migrate-to-vinext/references/config-examples.md (+15 -15)
📝 .agents/skills/migrate-to-vinext/references/troubleshooting.md (+9 -9)
📝 .github/scripts/send-email.mjs (+8 -13)
📝 .github/workflows/deploy-examples.yml (+6 -6)
.github/workflows/fmt.yml (+25 -0)
📝 .opencode/agents/reviewer.md (+1 -1)
📝 .opencode/agents/viguy.md (+24 -18)
📝 .opencode/commands/address-review.md (+2 -0)
📝 .opencode/commands/autopilot.md (+6 -2)
📝 .opencode/commands/fix-issue.md (+3 -0)
📝 .opencode/commands/review-pr.md (+1 -0)
.oxfmtrc.json (+4 -0)
📝 AGENTS.md (+32 -18)
📝 README.md (+85 -83)
📝 SECURITY.md (+5 -5)
📝 benchmarks/generate-app.mjs (+148 -56)
📝 benchmarks/nextjs/tsconfig.json (+3 -11)
📝 benchmarks/run.mjs (+78 -28)

...and 80 more files

📄 Description

Introduce oxfmt with commit hook and CI setup.

Keep a consistent coding style across the project to prevent unnecessary changes in pull requests like #160.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/207 **Author:** [@hyoban](https://github.com/hyoban) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `3-1-oxfmt` --- ### 📝 Commits (1) - [`5b4eb6f`](https://github.com/cloudflare/vinext/commit/5b4eb6fad3191581c03aeafefc1375f532843841) chore: setup oxfmt ### 📊 Changes **480 files changed** (+8215 additions, -9456 deletions) <details> <summary>View changed files</summary> 📝 `.agents/skills/migrate-to-vinext/SKILL.md` (+31 -29) 📝 `.agents/skills/migrate-to-vinext/references/compatibility.md` (+65 -65) 📝 `.agents/skills/migrate-to-vinext/references/config-examples.md` (+15 -15) 📝 `.agents/skills/migrate-to-vinext/references/troubleshooting.md` (+9 -9) 📝 `.github/scripts/send-email.mjs` (+8 -13) 📝 `.github/workflows/deploy-examples.yml` (+6 -6) ➕ `.github/workflows/fmt.yml` (+25 -0) 📝 `.opencode/agents/reviewer.md` (+1 -1) 📝 `.opencode/agents/viguy.md` (+24 -18) 📝 `.opencode/commands/address-review.md` (+2 -0) 📝 `.opencode/commands/autopilot.md` (+6 -2) 📝 `.opencode/commands/fix-issue.md` (+3 -0) 📝 `.opencode/commands/review-pr.md` (+1 -0) ➕ `.oxfmtrc.json` (+4 -0) 📝 `AGENTS.md` (+32 -18) 📝 `README.md` (+85 -83) 📝 `SECURITY.md` (+5 -5) 📝 `benchmarks/generate-app.mjs` (+148 -56) 📝 `benchmarks/nextjs/tsconfig.json` (+3 -11) 📝 `benchmarks/run.mjs` (+78 -28) _...and 80 more files_ </details> ### 📄 Description Introduce oxfmt with commit hook and CI setup. Keep a consistent coding style across the project to prevent unnecessary changes in pull requests like #160. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:39:33 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#388
No description provided.