From b5cf1ea60085c848d572aa64ee120535523deaf5 Mon Sep 17 00:00:00 2001 From: openhands Date: Fri, 13 Mar 2026 06:37:02 +0000 Subject: [PATCH] fix: ARCHITECTURE.md missing tools/ directory entry (#561) --- docs/ARCHITECTURE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index f42c302..506289b 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -126,6 +126,10 @@ harb/ ├── kraiken-lib/ # Shared TypeScript helpers (bigint math, ABIs, encoding) for frontend and indexer │ └── src/ # abis, format, ids, position, snatch, staking, subgraph, taxRates, version ├── containers/ # Docker configs, entrypoints +├── tools/ # Developer utilities +│ ├── push3-transpiler/ # Compiles Push3 programs to Solidity Optimizer +│ ├── push3-evolution/ # Evolutionary optimizer: fitness, mutation, seed generation +│ └── deploy-optimizer.sh # Script to deploy a new Optimizer version ├── docs/ # This file, PRODUCT-TRUTH.md └── .woodpecker/ # CI pipeline configs ```