oy-cli 0.13.4

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 argument parsing, subcommand handlers, config paths, and
//! terminal output.

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