hunter-harness 0.2.8 → 0.2.10

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.
Files changed (2) hide show
  1. package/dist/bin.js +2 -0
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -883,6 +883,8 @@ var semanticDocumentKindSchema = z12.enum([
883
883
  var semanticEdgeKindSchema = z12.enum([
884
884
  "references_path",
885
885
  "supersedes",
886
+ "conflicts_with",
887
+ "shared_scope",
886
888
  "related_archive",
887
889
  "tag_cooccurrence"
888
890
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hunter-harness",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "Local-first, server-governed agent harness",
5
5
  "license": "MIT",
6
6
  "type": "module",