## Description Implement `QueryOptimizer` with pre-indexed search for method names, event logs, and AI-agent intent patterns. ## Tasks - [x] Inverted index for method names - [x] Event log tokenisation and indexing - [x] Bloom filter for fast negative checks (FNV-1a, 64K bits) - [x] Regex-based query support - [x] Temporal query filtering (block-height window) - [x] Vanilla baseline scan for benchmarking - [x] Unit tests (4 tests) **Status:** ✅ Complete – M1 PoC