feat(DIS-152): mapped project paths (host:virtual) for agents #66
1 changed files with 2 additions and 0 deletions
|
|
@ -190,6 +190,8 @@ export function createClaudeConfig(
|
|||
allow.push(`Read(${normalized}/**)`);
|
||||
allow.push(`Write(${normalized}/**)`);
|
||||
allow.push(`Edit(${normalized}/**)`);
|
||||
allow.push(`Glob(${normalized}/**)`);
|
||||
allow.push(`Grep(${normalized}/**)`);
|
||||
}
|
||||
|
||||
// Deny list — the ../** rules are only added when there are NO path mappings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue