fix(goose): load .gitignore in prompt_manager for hint file filtering (#7795)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
Douwe Osinga
2026-03-11 16:33:02 -04:00
committed by GitHub
parent 3016fdd8a7
commit 4578697ddd
3 changed files with 117 additions and 11 deletions
+2 -2
View File
@@ -2,6 +2,6 @@ mod import_files;
pub mod load_hints;
pub use load_hints::{
get_context_filenames, load_hint_files, SubdirectoryHintTracker, AGENTS_MD_FILENAME,
GOOSE_HINTS_FILENAME,
build_gitignore, get_context_filenames, load_hint_files, SubdirectoryHintTracker,
AGENTS_MD_FILENAME, GOOSE_HINTS_FILENAME,
};