// Copyright (c) 2025-2026 Kirky.X
//
// Licensed under the MIT License
// See LICENSE file in the project root for full license information.
//! Process-wide `VecboostState` singleton for forge handlers.
//!
//! All forge handlers (HTTP/MCP/CLI) access kit capabilities via
//! `state()?.kit.require::<Module>()`. Initialized once by `main.rs`
//! via `init_state(VecboostState { kit })`.
use crateVecboostState;
use crateVecboostError;
use OnceLock;
static STATE: = new;