Loading
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_hopsbelongs torelationships[]entries intraversalqueries (default 1, max 3)max_depthis a top-level field on thepath_findingobject (required, max 3)
The previous wording misled contributors writing their first path_finding query.
Closes #667 (closed)
mise lint:docspasses (pre-existing errors in unrelated files)mise test:localpasses: 154 tests run, 154 passed
This merge request does not introduce any performance regression.