// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 Shawn Hartsock and contributors
//! Built-in tool groups. Each module contributes one or more [`crate::ToolSpec`]s
//! via a `spec()` (or `specs()`) constructor; [`register_defaults`] wires them
//! into the [`crate::Registry`]. Feature-gated groups (`vcs`, `swarm`) will be
//! added here behind `#[cfg(feature = ...)]` in later phases.
use crateRegistry;
/// Register every built-in tool into `reg`.
pub