mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-03 12:09:26 +03:00
docs: remove oh-my-opencode credit section from README
This commit is contained in:
55
README.md
55
README.md
@@ -33,61 +33,6 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Built with oh-my-opencode
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://github.com/code-yeongyu/oh-my-openagent">
|
|
||||||
<img src="https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/.github/assets/omo.png" width="600" />
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://github.com/code-yeongyu/oh-my-openagent"><strong>oh-my-opencode</strong></a> — the agent orchestration layer that makes AI coding actually work.
|
|
||||||
<br />
|
|
||||||
<em>Sisyphus doesn't stop until the task is done. Every test passes. Every review clears.</em>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://github.com/code-yeongyu/oh-my-openagent"><img src="https://img.shields.io/github/stars/code-yeongyu/oh-my-openagent?color=ffcb47&labelColor=black&style=for-the-badge&logo=github" /></a>
|
|
||||||
<a href="https://www.npmjs.com/package/oh-my-opencode"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fohmyopenagent.com%2Fapi%2Fnpm-downloads&style=for-the-badge" /></a>
|
|
||||||
<a href="https://discord.gg/PUwSMR9XNk"><img src="https://img.shields.io/discord/1452487457085063218?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=for-the-badge" /></a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<a href="https://github.com/code-yeongyu/oh-my-openagent">
|
|
||||||
<strong>Install oh-my-opencode: <code>npx oh-my-opencode@latest</code></strong>
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Rust Port
|
## Rust Port
|
||||||
|
|
||||||
The Rust workspace under `rust/` is the current systems-language port of the project.
|
The Rust workspace under `rust/` is the current systems-language port of the project.
|
||||||
|
|||||||
Reference in New Issue
Block a user