From 32cce36aebbf6c0b157c0fadca613dbe2ebd9ae1 Mon Sep 17 00:00:00 2001 From: rajashidattapy Date: Tue, 4 Aug 2026 16:29:13 +0530 Subject: [PATCH] fix: correct layer numbering in README for clarity --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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