Skip to main content

Crate recon_cli

Crate recon_cli 

Source
Expand description

Library surface for integration tests and downstream crates.

The recon-cli crate is primarily a binary; this lib.rs exposes the minimal internal paths required by tests/script_ai_it.rs. Nothing here is part of a public API guarantee.

We deliberately do NOT re-export the full script module tree because that tree depends on cli::Args and hundreds of other internal modules. Instead we mirror only the script::bindings::ai path the tests need, using #[path] so Rust finds the source files in their real location under src/script/bindings/ai/.

Modulesยง

config
script
Mirrors the script::bindings::ai import path used by integration tests.