docs: Added the COYOTE_WORKSPACE_CONFIG_DIR environment variable

2026-07-17 10:50:23 -06:00
parent 2c523d04a9
commit a1e628c620
+1
@@ -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. | `<coyote-config-dir>/sessions` | | `COYOTE_SESSIONS_DIR` | Customize the location of the `sessions` directory. | `<coyote-config-dir>/sessions` |
| `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `<coyote-config-dir>/rags` | | `COYOTE_RAGS_DIR` | Customize the location of the `rags` directory. | `<coyote-config-dir>/rags` |
| `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `<coyote-config-dir>/functions` | | `COYOTE_FUNCTIONS_DIR` | Customize the location of the `functions` directory. | `<coyote-config-dir>/functions` |
| `COYOTE_WORKSPACE_CONFIG_DIR` | Customize the workspace-specific configuration directory. Useful when working with other CLIs like `.claude`. | `<current_working_directory>/.coyote` |
# Agent Related Variables # Agent Related Variables
You can also customize the location of full agent configurations using the following environment variables: You can also customize the location of full agent configurations using the following environment variables: