Question : settings.json #101
Unanswered
code-simple
asked this question in
Q&A
Replies: 1 comment
-
|
No — permissions scoping in settings.json does not achieve the same thing as a code‑graph / CRG system. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't we just set scope for claude code settings.json e.g ,
{
"permissions": {
"defaultMode": "default",
"ask": [
"Read(//*)",
"Edit(//*)"
],
"allow": [
"Read(/src/components/)",
"Edit(/src/components/)"
]
}
}
Doesn't that achieve same objective as code-review-graph
Forgive me if thats a stupid question. i am new to it.
Beta Was this translation helpful? Give feedback.
All reactions