Commit Graph

9 Commits

Author SHA1 Message Date
zachary62 c765bff257 fix the default chapter number 2025-05-01 11:00:54 -04:00
remy 51b64f8d28 feat: add --max-abstractions flag to control number of identified abstractions 2025-05-01 15:43:26 +10:00
remy 98fa9fc0d5 fix: improve file filtering, add new utility,
- Improved the speed of file filtering in `crawl_local_files.py` with folder-level exclusion
- Added `fix_yaml.py` utility for YAML indentation fixes
- Updated `nodes.py` to support up to 20 core abstractions
- add option for no cache.
2025-04-30 19:00:50 +10:00
pemontto ddf29202e6 🚫 Add venv to exclude patterns 2025-04-21 11:22:52 +01:00
sublimegame 449bf185f9 Add language parameter for multi-language support 2025-04-16 15:36:28 +07:00
SpeedOfSpin b6ab52aaa1 Made the source argument mutually exclusive - you must specify either --repo or --dir
Added a new crawl_local_files() function that mimics the interface of crawl_github_files()
Modified the FetchRepo node to handle both cases
Project name is now derived from either:
The repository name (from GitHub URL)
The directory name (from local path)
Or can be manually specified with -n/--name
The tool will use the same file pattern matching and size limits for both sources. All other functionality (generating abstractions, relationships, chapters, etc.) remains unchanged since they work with the same file list format.
2025-04-08 18:27:32 +00:00
Mathieu Dupuis a07b94fc3b add support for .env with python-dotenv 2025-04-06 17:07:47 -04:00
zachary62 dc4d445676 update readme examples 2025-04-04 15:06:41 -04:00
Zach 41ecb66b4a Initial commit 2025-04-02 16:56:35 -04:00