diff --git a/README.md b/README.md index e052035..7321ba5 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ On top of live browser control, WebCMD adds 3 layers of learnings. Each layer co | Layer | Scenario | What Webcmd Helps With | | --- | --- | --- | -| 1. Live browser control | The site is unfamiliar. | Use `webcmd browser` to inspect, click, type, extract, capture network calls, and complete the task in a real browser. | -| 2. Sitemap memory | The site is familiar, but the action space is not fully known. | Capture an agent-facing sitemap of observed pages, states, actions, workflows, APIs, pitfalls, and fallback paths. | -| 3. CLI authoring | The action space is known, but the path is still too variable for one fixed sequence. | Explicitly author a reusable `webcmd ` adapter with structured output, so future agents spend tokens on the task instead of navigation. | -| 4. Extend existing CLIs | The workflow is deterministic enough to stop browsing. | Extend the `webcmd ` adapter with a tailored command so the workflow runs instantly with the least amount of tokens. | +| 0. Live browser control | The site is unfamiliar. | Use `webcmd browser` to inspect, click, type, extract, capture network calls, and complete the task in a real browser. | +| 1. Sitemap memory | The site is familiar, but the action space is not fully known. | Capture an agent-facing sitemap of observed pages, states, actions, workflows, APIs, pitfalls, and fallback paths. | +| 2. CLI authoring | The action space is known, but the path is still too variable for one fixed sequence. | Explicitly author a reusable `webcmd ` adapter with structured output, so future agents spend tokens on the task instead of navigation. | +| 3. Extend existing CLIs | The workflow is deterministic enough to stop browsing. | Extend the `webcmd ` adapter with a tailored command so the workflow runs instantly with the least amount of tokens. | ## Demo