You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -952,6 +953,9 @@ You can also explicitly specify the domain using the `--domain` option.
952
953
-`--table` - Output results in table format
953
954
-`--verbose, -v` - Enable verbose output
954
955
956
+
**Verbose behavior note:**
957
+
- In `match requirements`, `--verbose` automatically enables explanation output (equivalent to `--explain`) so diagnostics are consistently shown during interactive debugging.
958
+
955
959
**Examples:**
956
960
```bash
957
961
# Match OKH requirements (manufacturing domain)
@@ -987,8 +991,10 @@ ohm match requirements my-design.okh.json --output matches.json
987
991
988
992
**Output:**
989
993
The command displays matching facilities with:
994
+
- Rank (`1` = best match)
990
995
- Facility name
991
996
-**Full facility ID (UUID)** - required for `ohm okw get` command
997
+
- Composite detail bundle (`facility_details`) in JSON mode when a solution spans multiple facilities
0 commit comments