docs: clarify policy requirement for general.plan.directory in settings schema (#23784)

This commit is contained in:
Jerop Kipruto
2026-03-25 15:37:48 -04:00
committed by GitHub
parent 86111c4d54
commit 6d3437badb
4 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -124,8 +124,8 @@
"properties": {
"directory": {
"title": "Plan Directory",
"description": "The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory.",
"markdownDescription": "The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory.\n\n- Category: `General`\n- Requires restart: `yes`",
"description": "The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory. A custom directory requires a policy to allow write access in Plan Mode.",
"markdownDescription": "The directory where planning artifacts are stored. If not specified, defaults to the system temporary directory. A custom directory requires a policy to allow write access in Plan Mode.\n\n- Category: `General`\n- Requires restart: `yes`",
"type": "string"
},
"modelRouting": {