Summary
PR #11935 added support for .continue/configs/ as a third directory for loading local config profiles, alongside .continue/agents/ and .continue/assistants/. This new directory is not documented.
Documentation should:
- Add
.continue/configs/ to the list of recognized config directories
- Explain how YAML files in
.continue/configs/ are discovered and loaded as local profiles
- Update any directory structure overviews to include this new location
Related PR
Files to Update
/docs/guides/configuring-models-rules-tools.mdx - mentions .continue/models, .continue/rules, .continue/mcpServers but not .continue/configs
- Any other directory structure documentation
Summary
PR #11935 added support for
.continue/configs/as a third directory for loading local config profiles, alongside.continue/agents/and.continue/assistants/. This new directory is not documented.Documentation should:
.continue/configs/to the list of recognized config directories.continue/configs/are discovered and loaded as local profilesRelated PR
Files to Update
/docs/guides/configuring-models-rules-tools.mdx- mentions.continue/models,.continue/rules,.continue/mcpServersbut not.continue/configs