Expand description
pctx - Generate LLM-ready context from your codebase
This library provides functionality to scan codebases and generate formatted context suitable for Large Language Models.
Modulesยง
- cli
- Command-line interface definitions using clap.
- config
- Configuration handling for pctx.
- content
- Content reading and processing.
- error
- Error types for the application.
- exit_
codes - Exit codes for the CLI application.
- filter
- File filtering utilities.
- output
- Output generation and formatting.
- scanner
- File scanning and discovery.
- stats
- Statistics collection and reporting.