spatial_affordances
Identifies applicable task types for a file path using affordances.yaml. Use the returned keys with get_playbook to access relevant rules and guidelines.
Instructions
v3.1.0 M4: Return the affordance keys (task_types) applicable to a file based on the bundled + project affordances.yaml. E.g., a file under mcp_server/tools/ typically affords {add_tool, write_test}. Use the returned keys with get_playbook(task_type) for relevant rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |