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.
This commit is contained in:
@@ -29,6 +29,7 @@ oh-my-opencode/
|
|||||||
│ ├── plugin-handlers/ # 6-phase config loading pipeline
|
│ ├── plugin-handlers/ # 6-phase config loading pipeline
|
||||||
│ ├── openclaw/ # Bidirectional external integration (Discord/Telegram/HTTP/shell + reply listener daemon)
|
│ ├── openclaw/ # Bidirectional external integration (Discord/Telegram/HTTP/shell + reply listener daemon)
|
||||||
│ └── testing/ # Test utilities
|
│ └── 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)
|
├── packages/ # 11 platform-specific compiled binary packages (darwin/linux/windows, AVX2 + baseline)
|
||||||
├── bin/ # Platform-detection JS shim (oh-my-opencode + oh-my-openagent)
|
├── bin/ # Platform-detection JS shim (oh-my-opencode + oh-my-openagent)
|
||||||
├── script/ # Build/publish automation (singular, not scripts/)
|
├── script/ # Build/publish automation (singular, not scripts/)
|
||||||
@@ -230,6 +231,8 @@ bunx oh-my-opencode mcp-oauth login <server-url> # Tier-3 MCP OAuth (PKCE + DCR
|
|||||||
| `refresh-model-capabilities.yml` | weekly cron / dispatch | Refresh model capabilities from models.dev API |
|
| `refresh-model-capabilities.yml` | weekly cron / dispatch | Refresh model capabilities from models.dev API |
|
||||||
| `cla.yml` | issue_comment / PR | CLA assistant for contributors |
|
| `cla.yml` | issue_comment / PR | CLA assistant for contributors |
|
||||||
| `lint-workflows.yml` | push to .github/ | actionlint + shellcheck on workflow files |
|
| `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
|
## NOTES
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user