You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changelog
Fixed
Context gathering no longer fails when used in a non-git repository. Instead, it now warns the user and skips the .gitignore when excluding files.
Additions
Refactored several internal packages to increase modularity and facilitate integration into other projects.
Introduced a suite of unit tests to improve code reliability and maintainability.
Enhanced the configurability of the system through the introduction of new interfaces and options patterns, making the package more flexible and extensible