From fc0ef390b153a681e7e4140b65310a1608d8eacc Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 8 May 2026 13:35:00 +0900 Subject: [PATCH] docs(web): mention web/ subdir + workflows in root AGENTS.md Adds web/ to the STRUCTURE tree and a CI/CD table row covering the two new workflow files. --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 52f3fce46..817cf72a0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,6 +29,7 @@ oh-my-opencode/ │ ├── plugin-handlers/ # 6-phase config loading pipeline │ ├── openclaw/ # Bidirectional external integration (Discord/Telegram/HTTP/shell + reply listener daemon) │ └── testing/ # Test utilities +├── web/ # Marketing site (Next.js 15 + Cloudflare Workers, deployed to ohmyopenagent.com via opennextjs-cloudflare). Independent package with own bun.lock — see web/AGENTS.md ├── packages/ # 11 platform-specific compiled binary packages (darwin/linux/windows, AVX2 + baseline) ├── bin/ # Platform-detection JS shim (oh-my-opencode + oh-my-openagent) ├── script/ # Build/publish automation (singular, not scripts/) @@ -230,6 +231,8 @@ bunx oh-my-opencode mcp-oauth login # Tier-3 MCP OAuth (PKCE + DCR | `refresh-model-capabilities.yml` | weekly cron / dispatch | Refresh model capabilities from models.dev API | | `cla.yml` | issue_comment / PR | CLA assistant for contributors | | `lint-workflows.yml` | push to .github/ | actionlint + shellcheck on workflow files | +| `web-ci.yml` | push/PR touching `web/**` | format-check, lint, type-check, next build, opennextjs-cloudflare build | +| `web-deploy.yml` | push to master touching `web/**` OR manual dispatch | Cloudflare Workers deploy via `cloudflare/wrangler-action@v3` (requires `CLOUDFLARE_API_TOKEN` + `CLOUDFLARE_ACCOUNT_ID` secrets) | ## NOTES