td_locations
Save, list, navigate, rename, or delete named network locations per project to share spatial vocabulary with the AI agent.
Instructions
Save, list, jump-to, rename, or delete named network locations per
project. Storage is host-side JSON in ~/.tdpilot/locations/<hash>.json
and survives session restarts. Pairs with td_get_focus to give the agent
user a shared spatial vocabulary for big projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Location name. Required for save/go/delete/rename. | |
| path | No | Override path for the save action. Defaults to td_get_focus.active_pane_path. | |
| action | Yes | Action to perform: 'save' (capture current focus or override path), 'list' (return all per-project locations), 'go' (navigate to a saved location), 'delete' (remove by name), or 'rename'. | |
| new_name | No | New name (rename action only). | |
| description | No | Optional human-readable note (save action). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |