buildPermissions
buildPermissions(
config,virtual?):FilesystemPermission[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/core/deepAgentPermissions.ts:177
Compose the full permission list. .aiignore deny rules go FIRST so they win over
any allow rule (first-match-wins). Then the filesystem-mode rules. .aiignore is
skipped when explicitly disabled (aiignore.enabled === false) or has no patterns.
Parameters
Section titled “Parameters”config
Section titled “config”virtual?
Section titled “virtual?”boolean = false