Commit Graph

5 Commits

Author SHA1 Message Date
zachary62 6178f6f42e update readme and design 2025-04-09 11:12:36 -04:00
zachary62 0d2c29e7c7 move crawl local to utils 2025-04-09 11:09:33 -04: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
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