context-creator 1.5.0

High-performance CLI tool to convert codebases to Markdown for LLM context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Comprehensive edge case acceptance test suite
//!
//! This module contains 100 edge case scenarios organized into 6 categories
//! to test the limits and error-handling capabilities of context-creator.

pub mod category_1_pathological_inputs;
pub mod category_2_file_content;
pub mod category_3_python_semantic;
pub mod category_4_typescript_semantic;
pub mod category_5_rust_semantic;
pub mod category_6_flag_interactions;
pub mod helpers;