ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Generic JSON pretty-printing for display.
//!
//! This module provides the canonical entrypoint for JSON formatting.
//! The implementation lives in `logger/output.rs` to avoid dependency cycles.
//!
//! # Architecture Note
//!
//! The format function is kept in `logger` module where it has access to
//! verbosity settings. This module provides the canonical import path
//! under `rendering`.

pub use crate::logger::format_generic_json_for_display;