From a1e628c62085feb53d8a52fce59c8b9cf5b9de5b Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 17 Jul 2026 10:50:23 -0600 Subject: [PATCH] docs: Added the COYOTE_WORKSPACE_CONFIG_DIR environment variable --- Environment-Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Environment-Variables.md b/Environment-Variables.md index e4b4cac..4572089 100644 --- a/Environment-Variables.md +++ b/Environment-Variables.md @@ -72,6 +72,7 @@ You can also customize the files and directories that Coyote loads its configura | `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `/sessions` | | `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `/rags` | | `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `/functions` | +| `COYOTE_WORKSPACE_CONFIG_DIR` | Customize the workspace-specific configuration directory. Useful when working with other CLIs like `.claude`. | `/.coyote` | # Agent Related Variables You can also customize the location of full agent configurations using the following environment variables: