Skip to content

v0.1.6

Choose a tag to compare

@rogerawong rogerawong released this 25 Aug 10:53
· 1 commit to main since this release
00bcf2a

Routing and input hardening, driven by a 12-question tool-routing eval.

  • find_api's description now redirects target-option-value questions (for example what set_target accepts) to list_targets. This was the one failing question class in the eval; it reaches find_api because it names a symbol, so the redirect lives on find_api's side.
  • category on list_targets is now enum-constrained to "simulator", "hardware", or "cloud". Invalid values fail schema validation with the legal values shown; a value that still reaches the handler returns an error naming them instead of a silent empty list.

No index schema change; existing indexes remain valid.