From b293f3773477f49ff54bb44d6dcd81e18f653bac Mon Sep 17 00:00:00 2001 From: Yeachan-Heo Date: Wed, 1 Apr 2026 13:03:36 +0000 Subject: [PATCH] docs: remove oh-my-opencode credit section from README --- README.md | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/README.md b/README.md index 6334f67..0a9511e 100644 --- a/README.md +++ b/README.md @@ -33,61 +33,6 @@ --- -## Built with oh-my-opencode - -

- - - -

- -

- 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. -

- -

- - - -

- -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) - -> *"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 - -

- ---- - ## Rust Port The Rust workspace under `rust/` is the current systems-language port of the project.