Codebase analyzer and AI context bundler written in Rust.
- Context Bundler: Packages codebase directories into a consolidated text file for LLM prompts, including ASCII file trees.
- Visualizer: Generates interactive treemaps and bar charts inspired by SpaceSniffer to inspect codebase composition.
- Real-time Watcher: Monitors file system events to update statistics dynamically.
- Performance: Written in Rust using zero-copy analysis for high throughput.
Build the release binary:
cargo build --releaseRun the application:
./target/release/prism.exePushing a v* release tag triggers an automated build and release pipeline for Windows targets.
MIT. See LICENSE.