mif-rh-cli 0.2.0

Command-line interface for the mif-rh research-harness ontology engine
mif-rh-cli-0.2.0 is not a library.

mif-rh-cli

Command-line interface for mif-rh, the compiled ontology resolution/review engine for research-harness-template corpora.

Drop-in replacement for rht's scripts/resolve-ontology.sh (mif-rh-cli resolve) and scripts/ontology-review.sh (mif-rh-cli review) — same flags, same exit codes, same TOPIC BOUND FIND STAMPED DISCOVERY UNTYPED INVALID table/summary output, same ontology-map.json/--followup backlog output.

review also acquires an exclusive lock (<reports-dir>/_meta/.review.lock) for the duration of the run, and — with --build-index — rebuilds the corpus-wide search index (<reports-dir>/_meta/search-index.sqlite) that mif-rh-mcp's search/find_similar tools read.

--relationship-script is Unix-only: it spawns the given script directly and relies on its #! shebang, which Windows does not honor. Leave it unset on Windows (the default auto-detection already no-ops when the script isn't found) or run under a POSIX-compatible shell.

License

MIT