Renames the CLI from entire-sem → entire-graph (and sem-bench → graph-bench).
This is the first tag that contains cmd/entire-graph, so the standard install now works:
go install github.com/entireio/entire-graph/cmd/entire-graph@latest
Migrating from v0.1.0 (entire-sem): the binary was renamed. Install entire-graph as above, then remove the old binary (rm $(go env GOPATH)/bin/entire-sem). The graph/query behavior is unchanged.