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 +1 -1
- package/skills/sense/SKILL.md +3 -1
package/package.json
CHANGED
package/skills/sense/SKILL.md
CHANGED
|
@@ -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
|
|