From 8623088c0e11d1ba77ac22ad15354420167533ee Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 6 May 2026 18:51:24 +0000 Subject: [PATCH] [docs] Fix flowchart arrow alignment in README architecture diagram MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit First entry arrow was indented 4 spaces; all inter-box arrows sit at 21 spaces to align with the ┬ connectors on the box borders. Also nudge the header text 3 spaces right so it reads as visually centered above the flow. https://claude.ai/code/session_01M4BxAFpcQRUKVAoMm2FyZk --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b52a14..7c53891 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,9 @@ p99 < 30ms SLO requires CUDA — a batch-of-32 Cortex-S forward pass on an A100 ## Architecture ``` -Spike Events (neuron_id, time_bin, value) - │ - ▼ + Spike Events (neuron_id, time_bin, value) + │ + ▼ ┌─────────────────────────────────────────────┐ │ SpikeTokenizer │ │ Fused gather: n_emb[nid] + t_emb[tb] + │