From e0c28214399b8bd08528afa51e62518046437e8e Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 7 Feb 2026 19:52:11 +0000 Subject: [PATCH] Fix alignment of box-drawing lines in How it works diagram Lines 24-27 and 30 in the diagram were 63 chars wide while all other lines were 64 chars. The left inner box top/bottom borders had 18 dashes but content rows had 19 chars, causing misalignment of the outer box right edge and inner box corners. https://claude.ai/code/session_01QPbTJUGLD894NhhJ61HNvb --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9d94b39..f70cbd0 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ The framework has three components, mirroring the paper's architecture: ### How it works ``` -┌─────────────────────────────────────────────────────────────┐ -│ MCP Server Codebase │ -│ │ -│ ┌──────────────────┐ ┌──────────────────────────────┐ │ +┌──────────────────────────────────────────────────────────────┐ +│ MCP Server Codebase │ +│ │ +│ ┌───────────────────┐ ┌──────────────────────────────┐ │ │ │ AgentManifestGen │────▶│ agent-manifest.json │ │ │ │ (source analysis) │ │ { │ │ -│ └──────────────────┘ │ "description": "...", │ │ +│ └───────────────────┘ │ "description": "...", │ │ │ │ "permissions": [ │ │ │ │ "mcp.ac.filesystem.read",│ │ │ │ "mcp.ac.network.client" │ │