sensemaking 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sensemaking",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Query and search a tree of markdown notes: SQL over frontmatter and links, ranked search over the prose — words, links, and meaning fused",
5
5
  "keywords": [
6
6
  "markdown",
@@ -40,7 +40,9 @@ question:
40
40
  whole.
41
41
 
42
42
  Output defaults to a table, built for humans; `--format json` returns the same rows
43
- machine-parseable.
43
+ machine-parseable. That also makes a saved query usable as a CI/hook gate with zero added
44
+ mechanism: `[ "$(sense <query> --format json)" = "[]" ]` is true exactly when the query
45
+ returned no rows.
44
46
 
45
47
  ## Commands
46
48