fix: move goosehints/AGENTS.md handling to goose, and out of developer extension (#5575)

This commit is contained in:
Alex Hancock
2025-11-06 17:04:46 -05:00
committed by GitHub
parent e0f0898781
commit c62c61cc07
12 changed files with 76 additions and 261 deletions
+4
View File
@@ -0,0 +1,4 @@
mod import_files;
pub mod load_hints;
pub use load_hints::{load_hint_files, AGENTS_MD_FILENAME, GOOSE_HINTS_FILENAME};