--- Build: pass | Tests: pass - 603 passed (44 files) --- Build: pass | Tests: pass — Tests 603 passed (603)
25 lines
475 B
JSON
25 lines
475 B
JSON
{
|
|
"allowedRoots": [
|
|
{
|
|
"path": "~/projects",
|
|
"allowReadWrite": true,
|
|
"description": "Development projects"
|
|
},
|
|
{
|
|
"path": "~/repos",
|
|
"allowReadWrite": true,
|
|
"description": "Git repositories"
|
|
},
|
|
{
|
|
"path": "~/Documents/work",
|
|
"allowReadWrite": false,
|
|
"description": "Work documents (read-only)"
|
|
}
|
|
],
|
|
"blockedPatterns": [
|
|
"password",
|
|
"secret",
|
|
"token"
|
|
],
|
|
"nonMainReadOnly": true
|
|
}
|