(teamName: string)
| 110 | * Path: ~/.claude/teams/{teamName}/permissions/ |
| 111 | */ |
| 112 | export function getPermissionDir(teamName: string): string { |
| 113 | return join(getTeamDir(teamName), 'permissions') |
| 114 | } |
| 115 | |
| 116 | /** |
| 117 | * Get the pending directory for a team |
no test coverage detected