🤖 chore: expand apple maps link guidance

What:
- update goplaces skill with Apple Maps transit + cycling guidance

Why:
- ensure Apple Watch links cover all supported modes

Tests:
- not run (skill text change)
This commit is contained in:
Josh Palmer 2026-02-04 12:00:34 -08:00
parent 68ed94cfab
commit e4b8796aab

View File

@ -40,6 +40,11 @@ Directions (A → B)
- Units default to metric; use `--units imperial` only when explicitly requested.
- Prefer metric output: format from JSON using `distance_meters` (m/km) and `duration_seconds` (mins). Use step `distance_meters` for each step.
- Never paraphrase or reinterpret directions; emit `steps[].instruction` verbatim and do not reword compass directions.
- Always include an Apple Maps link for Apple Watch:
- Resolve origin/destination to lat/lng (use `goplaces resolve --json`).
- Format: `https://maps.apple.com/?saddr=<lat>,<lng>&daddr=<lat>,<lng>&dirflg=w`.
- Use `dirflg=d` for driving and `dirflg=r` for transit.
- Apple Maps URL scheme does not document cycling; if bicycling is requested, include the Apple Maps link without `dirflg` and note that cycling is not supported in Apple Maps links.
- `goplaces route` is only for searching places along a route (Routes API), not directions/ETA.
Notes