Skip to content

Commit 7d6859f

Browse files
ant-kurtdomdomegg
andauthored
feat(claude-code-settings): add sandbox.filesystem allowRead and allowManagedReadPathsOnly (SchemaStore#5527)
Co-authored-by: domdomegg <domdomegg@users.noreply.github.com>
1 parent eb83b42 commit 7d6859f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/schemas/json/claude-code-settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,18 @@
12811281
"minLength": 1
12821282
},
12831283
"description": "Paths where subprocesses are explicitly denied read access"
1284+
},
1285+
"allowRead": {
1286+
"type": "array",
1287+
"items": {
1288+
"type": "string",
1289+
"minLength": 1
1290+
},
1291+
"description": "Paths to re-allow reading within denyRead regions. Takes precedence over denyRead for matching paths"
1292+
},
1293+
"allowManagedReadPathsOnly": {
1294+
"type": "boolean",
1295+
"description": "When true (managed settings only), only allowRead paths from managed settings are used"
12841296
}
12851297
},
12861298
"additionalProperties": false

0 commit comments

Comments
 (0)