oy-cli 0.13.3

Autonomous OpenCode agent and deterministic repository audit and review workflows
Documentation
1
2
3
4
5
6
7
8
//! Command parsing, dispatch, configuration, and terminal output.
//!
//! This module owns the CLI surface — argument parsing, subcommand
//! handlers, config paths, safety modes, rendering, and the REPL.

pub(crate) mod app;
pub(crate) mod config;
pub(crate) mod ui;