Who owns a path
who_ownsCheck who owns a file or directory to avoid editing files assigned to another developer. Returns owner and permission status.
Instructions
Check whether a file or directory belongs to another dev's scope before editing it. Returns the owner and whether you can proceed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path, e.g. /auth/jwt.ts |