fix(skill): clarify max_depth vs max_hops in SKILL.md

Rewrites the conflated max_depth / max_hops sentence in skills/orbit/SKILL.md to clearly describe each field separately:

  • max_hops belongs to relationships[] entries in traversal queries (default 1, max 3)
  • max_depth is a top-level field on the path_finding object (required, max 3)

The previous wording misled contributors writing their first path_finding query.

Closes #667 (closed)

  • mise lint:docs passes (pre-existing errors in unrelated files)
  • mise test:local passes: 154 tests run, 154 passed

This merge request does not introduce any performance regression.

Merge request reports

Loading
Loading