From 9bbdf29549543a908b41fa4f9830b118711cf2de Mon Sep 17 00:00:00 2001 From: cryptotavares Date: Fri, 29 May 2026 15:53:56 +0100 Subject: [PATCH] chore: format readme --- README.md | 58 +++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 50bafdf..c71b1ce 100644 --- a/README.md +++ b/README.md @@ -23,45 +23,45 @@ The design is **consumer-agnostic**: the core handles protocol, tooling, and kno ┌───────────────────────────────────────────────────────────────────┐ │ HTTP Daemon (createServer) │ │ │ - │ ┌──────────┐ ┌──────────────┐ ┌────────────┐ ┌────────────┐ │ - │ │ Routes │ │ RequestQueue │ │ Tool │ │ Knowledge │ │ - │ │ /health │ │ (async mutex) │ │ Registry │ │ Store │ │ - │ │ /status │ │ │ │ 30 tools │ │ │ │ - │ │ /launch │ └──────────────┘ └─────┬──────┘ └────────────┘ │ - │ │ /cleanup │ │ │ - │ │ /tool/:n │ ▼ │ - │ └──────────┘ ┌──────────────────┐ │ - │ │ ToolContext │ │ - │ │ sessionManager │ │ - │ │ page / refMap │ │ - │ │ workflowContext │ │ - │ │ knowledgeStore │ │ - │ └────────┬─────────┘ │ - └──────────────────────────────────────┼───────────────────────────┘ + │ ┌──────────┐ ┌───────────────┐ ┌────────────┐ ┌────────────┐ │ + │ │ Routes │ │ RequestQueue │ │ Tool │ │ Knowledge │ │ + │ │ /health │ │ (async mutex) │ │ Registry │ │ Store │ │ + │ │ /status │ │ │ │ 30 tools │ │ │ │ + │ │ /launch │ └───────────────┘ └─────┬──────┘ └────────────┘ │ + │ │ /cleanup │ │ │ + │ │ /tool/:n │ ▼ │ + │ └──────────┘ ┌──────────────────┐ │ + │ │ ToolContext │ │ + │ │ sessionManager │ │ + │ │ page / refMap │ │ + │ │ workflowContext │ │ + │ │ knowledgeStore │ │ + │ └────────┬─────────┘ │ + └──────────────────────────────────────┼────────────────────────────┘ │ ┌─────────────────────┼─────────────────────┐ - │ ISessionManager │ - │ (consumer implementation) │ - │ │ - │ Session lifecycle Page management │ - │ Extension state A11y reference map │ - │ Navigation Screenshots │ - │ Capabilities (opt) Environment config │ + │ ISessionManager │ + │ (consumer implementation) │ + │ │ + │ Session lifecycle Page management │ + │ Extension state A11y reference map │ + │ Navigation Screenshots │ + │ Capabilities (opt) Environment config │ └─────────────────────┬─────────────────────┘ │ ┌─────────────────────┼─────────────────────┐ - │ WorkflowContext │ - │ │ - │ build? fixture? │ - │ chain? contractSeeding? │ - │ stateSnapshot? mockServer? │ - │ config: EnvironmentConfig │ + │ WorkflowContext │ + │ │ + │ build? fixture? │ + │ chain? contractSeeding? │ + │ stateSnapshot? mockServer? │ + │ config: EnvironmentConfig │ └─────────────────────┬─────────────────────┘ │ ▼ ┌───────────────────────────────────────────┐ │ Playwright → Chrome Browser │ - │ Browser Extension │ + │ Browser Extension │ └───────────────────────────────────────────┘ ```