ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
//! File path extraction from ISSUES content.
//!
//! This module provides utilities to extract file paths from ISSUES markdown content.
//! The fix agent uses this to identify which files it may modify without needing
//! to explore the repository.

include!("file_extraction/extraction.rs");
include!("file_extraction/tests.rs");