ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
//! File path extraction helpers for review output.
//!
//! This module provides utilities for extracting file paths from ISSUES content.
//! Legacy log-based extraction has been removed; all pipeline outputs are read
//! from explicit XML files managed by the reducer effects.

mod file_extraction;

pub use file_extraction::extract_file_paths_from_issues;