feat: Added the ability to auto-bootstrap workspace memory when in git repos

This commit is contained in:
2026-06-11 16:03:00 -06:00
parent eb6a02f947
commit 2a79616f8b
4 changed files with 264 additions and 12 deletions
+2
View File
@@ -143,6 +143,8 @@ const MEMORY_DIR_NAME: &str = "memory";
const MEMORY_INDEX_FILE_NAME: &str = "MEMORY.md";
const WORKSPACE_MEMORY_FILE_NAME: &str = "COYOTE.md";
const WORKSPACE_MEMORY_DIR_NAME: &str = ".coyote";
const GIT_DIR_NAME: &str = ".git";
const GITIGNORE_FILE_NAME: &str = ".gitignore";
const DEFAULT_VISIBLE_TOOLS: [&str; 18] = [
"execute_command.sh",
"execute_py_code.py",