diff --git a/README.md b/README.md index 281b6c5..6334f67 100644 --- a/README.md +++ b/README.md @@ -41,16 +41,50 @@

-The entire Rust port was built by [oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode)'s **Sisyphus** agent in `ultrawork` mode, orchestrated by **Jobdori** ([OpenClaw](https://github.com/openclaw/openclaw)). +

+ oh-my-opencode — the agent orchestration layer that makes AI coding actually work. +
+ Sisyphus doesn't stop until the task is done. Every test passes. Every review clears. +

-- **[@code-yeongyu](https://github.com/code-yeongyu)** — oh-my-opencode creator, Rust port architect -- **Sisyphus** — autonomous coding agent (API client, runtime, CLI, plugins, MCP, cleanroom) -- **Jobdori** — orchestration, manual QA (18/18 pass), git workflow, infrastructure +

+ + + +

+ +The **entire Rust port** — every crate, every test, every commit — was built by oh-my-opencode's **Sisyphus** agent running in `ultrawork` mode. No human wrote a single line of Rust in this repository. + +**What Sisyphus built in one session:** +- API client with streaming, OAuth, and provider abstraction +- Runtime engine with session management, MCP, compaction +- Interactive CLI with markdown rendering, vim mode, project init +- HTTP/SSE server, LSP integration, plugin system +- Comprehensive cleanroom pass (55 files, zero branding leakage) +- 274+ tests passing across the workspace + +**What is oh-my-opencode?** + +[oh-my-opencode](https://github.com/code-yeongyu/oh-my-opencode) turns [opencode](https://opencode.ai) into a multi-agent powerhouse. Instead of one AI doing everything, it orchestrates specialized agents — **Sisyphus** (autonomous coder), **Atlas** (task orchestrator), **Prometheus** (strategic planner), **Hephaestus** (deep worker), **Oracle** (code reviewer) — that work together until the job is actually done. + +> *"If Claude Code does in 7 days what a human does in 3 months, Sisyphus does it in 1 hour."* — B, Quant Researcher > *"Hire @yeon_gyu_kim if you can convince him, this dude has revolutionized opencode."* — [mysticaltech](https://x.com/mysticaltech) -[![GitHub Stars](https://img.shields.io/github/stars/code-yeongyu/oh-my-openagent?color=ffcb47&labelColor=black&style=flat-square)](https://github.com/code-yeongyu/oh-my-openagent/stargazers) -[![npm downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fohmyopenagent.com%2Fapi%2Fnpm-downloads&style=flat-square)](https://www.npmjs.com/package/oh-my-opencode) +> *"Oh My OpenCode Is Actually Insane"* — [YouTube - Darren Builds AI](https://www.youtube.com/watch?v=G_Snfh2M41M) + +> *"I haven't really been able to articulate exactly what makes it so great yet, but the development experience has reached a completely different dimension."* — [苔硯](https://x.com/kokesuzuri) + +**Credits:** +- **[@code-yeongyu](https://github.com/code-yeongyu)** — oh-my-opencode creator, Rust port architect +- **Sisyphus** — autonomous coding agent that built every line +- **Jobdori** ([OpenClaw](https://github.com/openclaw/openclaw)) — orchestration, manual QA (18/18 pass), git workflow + +

+ + Install oh-my-opencode: npx oh-my-opencode@latest + +

---