Expand description
Synthetic data generation for shell completion training
Three strategies:
- CLI Command Templates - realistic dev command patterns
- Mutation Engine - variations on real history
- Coverage-Guided - fill gaps in n-gram coverage
Structsยง
- Command
Generator - CLI command template generator
- Command
Mutator - Mutation engine for shell commands
- Coverage
Guided Generator - Coverage-guided generator that fills gaps in n-gram model
- Coverage
Report - Coverage statistics
- Synthetic
Pipeline - Combined synthetic data pipeline
- Synthetic
Result - Result of synthetic data generation