Fix remaining Horn KB scoping gap in intent query-holds.
Current behavior still leaks clauses when a file has multiple kb declarations and --kb is omitted (it queries all KBs).
Required behavior:
--kb omitted: use that KB (backward-compatible).--kb omitted: fail fast with clear error and non-zero exit.--kb is provided but no matching KB hash exists: fail fast with clear error and non-zero exit.false for missing KB selection errors.Also:
--kb option.No activity yet.