Skip to content

docs: README hero — ▶ Try in 10 minutes + ASCII workflow#34

Merged
Protocol-zero-0 merged 1 commit into
mainfrom
feat/issue-33-readme-hero
May 17, 2026
Merged

docs: README hero — ▶ Try in 10 minutes + ASCII workflow#34
Protocol-zero-0 merged 1 commit into
mainfrom
feat/issue-33-readme-hero

Conversation

@Protocol-zero-0

Copy link
Copy Markdown
Owner

Closes #33.

Summary

Adds two short blocks above "Motivation" in both README.md and README.zh.md:

  1. ▶ Try in 10 minutes — copy-pasteable 4-line snippet that drives `examples/quickstart/` to a real `evolution/accepted` commit in ~1 second, $0, no API key.
  2. How the loop works — compact ASCII diagram: Observe → Plan → Execute → Evaluate → accept/reject → ledger.

What didn't change

  • No prose rewritten. The existing investor-narrative `Motivation`, `What works today` v1.0 table, and SWE-bench Verified worked-example all sit unchanged below.
  • No new images / external assets.
  • No code touched. No tests affected.

Test plan

  • GitHub markdown renders the blockquote, fenced code, and the ASCII diagram correctly (verified locally).
  • Both languages remain in parity.

🤖 Generated with Claude Code

The first thing a stranger sees on the repo should be something they can
*run*. Insert a small hero block above "Motivation" / "动机":

1. ▶ Try in 10 minutes — 4-line shell snippet that drives
   `examples/quickstart/` to a real `evolution/accepted` commit in ~1
   second, $0, no API key. Links to the quickstart README and to
   examples/oss_fix_demo/ for the LLM-driven version.
2. How the loop works — a compact ASCII diagram showing
   Observe → Plan → Execute → Evaluate → accept/reject → ledger.
   Sits where a reader naturally lands after the call-to-action.

Both README.md and README.zh.md updated in parity. No prose rewritten;
the existing investor-narrative Motivation / SWE-bench worked-example
sections are intact below.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 17, 2026 06:33
@Protocol-zero-0 Protocol-zero-0 merged commit c00db1b into main May 17, 2026
5 checks passed
@Protocol-zero-0 Protocol-zero-0 deleted the feat/issue-33-readme-hero branch May 17, 2026 06:33

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a “hero” onboarding section to the top of the English and Chinese READMEs, giving new visitors a copy/paste quickstart and a compact ASCII diagram explaining the Observe → Plan → Execute → Evaluate loop and accept/reject + ledger flow.

Changes:

  • Inserted a “▶ Try in 10 minutes” (and Chinese equivalent) blockquote with a runnable quickstart command snippet targeting examples/quickstart/.
  • Added an ASCII workflow diagram + short explanation of accept/reject behavior and ledger-based state reconstruction.
  • Kept the rest of the existing README content structure intact by inserting the hero above “Motivation/动机”.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
README.md Adds quickstart CTA snippet and ASCII loop diagram above Motivation.
README.zh.md Mirrors the same CTA snippet and ASCII loop diagram above 动机 for language parity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
> --loop
> ```
>
> Closes the full loop in **~1 second**, **\$0**, **no API key**. See [examples/quickstart/](examples/quickstart/) for what just happened. For the LLM-driven version on a real OSS target, see [examples/oss_fix_demo/](examples/oss_fix_demo/).
Comment thread README.zh.md
> --loop
> ```
>
> 整个闭环 **~1 秒** 跑完,**\$0**,**无需 API key**。详见 [examples/quickstart/](examples/quickstart/)。需要 LLM 驱动的真实 OSS 修复案例,见 [examples/oss_fix_demo/](examples/oss_fix_demo/)。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v1.1: README hero — ▶ Try in 10 minutes link + ASCII workflow

2 participants