feat(DIS-152): mapped project paths (host:virtual) for agents #66

Open
dev wants to merge 7 commits from refinement/mapped-project-paths into main
Showing only changes of commit cff6d0cc3c - Show all commits

View file

@ -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.