@hunter-harness/workflow-harness 0.2.13 → 0.2.14

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 (186) hide show
  1. package/harness/bundles/general/claude-code/.harness-build.json +1 -1
  2. package/harness/bundles/general/claude-code/harness-archive/SKILL.md +1 -1
  3. package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +1 -1
  4. package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
  5. package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +1 -1
  6. package/harness/bundles/general/claude-code/harness-plan/SKILL.md +1 -1
  7. package/harness/bundles/general/claude-code/harness-review/SKILL.md +1 -1
  8. package/harness/bundles/general/claude-code/harness-run/SKILL.md +1 -1
  9. package/harness/bundles/general/claude-code/harness-submit/SKILL.md +2 -2
  10. package/harness/bundles/general/claude-code/harness-submit/checklist.md +1 -1
  11. package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
  12. package/harness/bundles/general/claude-code/harness-test/SKILL.md +1 -1
  13. package/harness/bundles/general/claude-code/scripts/harness_archive.py +124 -0
  14. package/harness/bundles/general/claude-code/scripts/harness_change.py +54 -0
  15. package/harness/bundles/general/claude-code/scripts/harness_deploy.py +177 -0
  16. package/harness/bundles/general/claude-code/scripts/harness_events.py +99 -1
  17. package/harness/bundles/general/claude-code/scripts/harness_gate.py +57 -4
  18. package/harness/bundles/general/claude-code/scripts/harness_integration.py +3 -0
  19. package/harness/bundles/general/claude-code/scripts/harness_ledger.py +15 -3
  20. package/harness/bundles/general/claude-code/scripts/harness_preflight.py +47 -0
  21. package/harness/bundles/general/claude-code/scripts/harness_test_guard.py +86 -13
  22. package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
  23. package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +1 -1
  24. package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +1 -1
  25. package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
  26. package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +1 -1
  27. package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +1 -1
  28. package/harness/bundles/general/codebuddy/harness-review/SKILL.md +1 -1
  29. package/harness/bundles/general/codebuddy/harness-run/SKILL.md +1 -1
  30. package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +2 -2
  31. package/harness/bundles/general/codebuddy/harness-submit/checklist.md +1 -1
  32. package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
  33. package/harness/bundles/general/codebuddy/harness-test/SKILL.md +1 -1
  34. package/harness/bundles/general/codebuddy/scripts/harness_archive.py +124 -0
  35. package/harness/bundles/general/codebuddy/scripts/harness_change.py +54 -0
  36. package/harness/bundles/general/codebuddy/scripts/harness_deploy.py +177 -0
  37. package/harness/bundles/general/codebuddy/scripts/harness_events.py +99 -1
  38. package/harness/bundles/general/codebuddy/scripts/harness_gate.py +57 -4
  39. package/harness/bundles/general/codebuddy/scripts/harness_integration.py +3 -0
  40. package/harness/bundles/general/codebuddy/scripts/harness_ledger.py +15 -3
  41. package/harness/bundles/general/codebuddy/scripts/harness_preflight.py +47 -0
  42. package/harness/bundles/general/codebuddy/scripts/harness_test_guard.py +86 -13
  43. package/harness/bundles/general/codex/.harness-build.json +1 -1
  44. package/harness/bundles/general/codex/harness-archive/SKILL.md +1 -1
  45. package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +1 -1
  46. package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +1 -1
  47. package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +1 -1
  48. package/harness/bundles/general/codex/harness-plan/SKILL.md +1 -1
  49. package/harness/bundles/general/codex/harness-review/SKILL.md +1 -1
  50. package/harness/bundles/general/codex/harness-run/SKILL.md +1 -1
  51. package/harness/bundles/general/codex/harness-submit/SKILL.md +2 -2
  52. package/harness/bundles/general/codex/harness-submit/checklist.md +1 -1
  53. package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
  54. package/harness/bundles/general/codex/harness-test/SKILL.md +1 -1
  55. package/harness/bundles/general/codex/scripts/harness_archive.py +124 -0
  56. package/harness/bundles/general/codex/scripts/harness_change.py +54 -0
  57. package/harness/bundles/general/codex/scripts/harness_deploy.py +177 -0
  58. package/harness/bundles/general/codex/scripts/harness_events.py +99 -1
  59. package/harness/bundles/general/codex/scripts/harness_gate.py +57 -4
  60. package/harness/bundles/general/codex/scripts/harness_integration.py +3 -0
  61. package/harness/bundles/general/codex/scripts/harness_ledger.py +15 -3
  62. package/harness/bundles/general/codex/scripts/harness_preflight.py +47 -0
  63. package/harness/bundles/general/codex/scripts/harness_test_guard.py +86 -13
  64. package/harness/bundles/general/cursor/.harness-build.json +1 -1
  65. package/harness/bundles/general/cursor/harness-archive/SKILL.md +1 -1
  66. package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +1 -1
  67. package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +1 -1
  68. package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +1 -1
  69. package/harness/bundles/general/cursor/harness-plan/SKILL.md +1 -1
  70. package/harness/bundles/general/cursor/harness-review/SKILL.md +1 -1
  71. package/harness/bundles/general/cursor/harness-run/SKILL.md +1 -1
  72. package/harness/bundles/general/cursor/harness-submit/SKILL.md +2 -2
  73. package/harness/bundles/general/cursor/harness-submit/checklist.md +1 -1
  74. package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
  75. package/harness/bundles/general/cursor/harness-test/SKILL.md +1 -1
  76. package/harness/bundles/general/cursor/scripts/harness_archive.py +124 -0
  77. package/harness/bundles/general/cursor/scripts/harness_change.py +54 -0
  78. package/harness/bundles/general/cursor/scripts/harness_deploy.py +177 -0
  79. package/harness/bundles/general/cursor/scripts/harness_events.py +99 -1
  80. package/harness/bundles/general/cursor/scripts/harness_gate.py +57 -4
  81. package/harness/bundles/general/cursor/scripts/harness_integration.py +3 -0
  82. package/harness/bundles/general/cursor/scripts/harness_ledger.py +15 -3
  83. package/harness/bundles/general/cursor/scripts/harness_preflight.py +47 -0
  84. package/harness/bundles/general/cursor/scripts/harness_test_guard.py +86 -13
  85. package/harness/bundles/java/claude-code/.harness-build.json +1 -1
  86. package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +1 -1
  87. package/harness/bundles/java/claude-code/harness-archive/SKILL.md +1 -1
  88. package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +1 -1
  89. package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +1 -1
  90. package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +1 -1
  91. package/harness/bundles/java/claude-code/harness-package/SKILL.md +1 -1
  92. package/harness/bundles/java/claude-code/harness-plan/SKILL.md +1 -1
  93. package/harness/bundles/java/claude-code/harness-review/SKILL.md +1 -1
  94. package/harness/bundles/java/claude-code/harness-run/SKILL.md +1 -1
  95. package/harness/bundles/java/claude-code/harness-submit/SKILL.md +2 -2
  96. package/harness/bundles/java/claude-code/harness-submit/checklist.md +1 -1
  97. package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
  98. package/harness/bundles/java/claude-code/harness-test/SKILL.md +1 -1
  99. package/harness/bundles/java/claude-code/scripts/harness_archive.py +124 -0
  100. package/harness/bundles/java/claude-code/scripts/harness_change.py +54 -0
  101. package/harness/bundles/java/claude-code/scripts/harness_deploy.py +177 -0
  102. package/harness/bundles/java/claude-code/scripts/harness_events.py +99 -1
  103. package/harness/bundles/java/claude-code/scripts/harness_gate.py +57 -4
  104. package/harness/bundles/java/claude-code/scripts/harness_integration.py +3 -0
  105. package/harness/bundles/java/claude-code/scripts/harness_ledger.py +15 -3
  106. package/harness/bundles/java/claude-code/scripts/harness_preflight.py +47 -0
  107. package/harness/bundles/java/claude-code/scripts/harness_test_guard.py +86 -13
  108. package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
  109. package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +1 -1
  110. package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +1 -1
  111. package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +1 -1
  112. package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +1 -1
  113. package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +1 -1
  114. package/harness/bundles/java/codebuddy/harness-package/SKILL.md +1 -1
  115. package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +1 -1
  116. package/harness/bundles/java/codebuddy/harness-review/SKILL.md +1 -1
  117. package/harness/bundles/java/codebuddy/harness-run/SKILL.md +1 -1
  118. package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +2 -2
  119. package/harness/bundles/java/codebuddy/harness-submit/checklist.md +1 -1
  120. package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
  121. package/harness/bundles/java/codebuddy/harness-test/SKILL.md +1 -1
  122. package/harness/bundles/java/codebuddy/scripts/harness_archive.py +124 -0
  123. package/harness/bundles/java/codebuddy/scripts/harness_change.py +54 -0
  124. package/harness/bundles/java/codebuddy/scripts/harness_deploy.py +177 -0
  125. package/harness/bundles/java/codebuddy/scripts/harness_events.py +99 -1
  126. package/harness/bundles/java/codebuddy/scripts/harness_gate.py +57 -4
  127. package/harness/bundles/java/codebuddy/scripts/harness_integration.py +3 -0
  128. package/harness/bundles/java/codebuddy/scripts/harness_ledger.py +15 -3
  129. package/harness/bundles/java/codebuddy/scripts/harness_preflight.py +47 -0
  130. package/harness/bundles/java/codebuddy/scripts/harness_test_guard.py +86 -13
  131. package/harness/bundles/java/codex/.harness-build.json +1 -1
  132. package/harness/bundles/java/codex/harness-apidoc/SKILL.md +1 -1
  133. package/harness/bundles/java/codex/harness-archive/SKILL.md +1 -1
  134. package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +1 -1
  135. package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +1 -1
  136. package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +1 -1
  137. package/harness/bundles/java/codex/harness-package/SKILL.md +1 -1
  138. package/harness/bundles/java/codex/harness-plan/SKILL.md +1 -1
  139. package/harness/bundles/java/codex/harness-review/SKILL.md +1 -1
  140. package/harness/bundles/java/codex/harness-run/SKILL.md +1 -1
  141. package/harness/bundles/java/codex/harness-submit/SKILL.md +2 -2
  142. package/harness/bundles/java/codex/harness-submit/checklist.md +1 -1
  143. package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
  144. package/harness/bundles/java/codex/harness-test/SKILL.md +1 -1
  145. package/harness/bundles/java/codex/scripts/harness_archive.py +124 -0
  146. package/harness/bundles/java/codex/scripts/harness_change.py +54 -0
  147. package/harness/bundles/java/codex/scripts/harness_deploy.py +177 -0
  148. package/harness/bundles/java/codex/scripts/harness_events.py +99 -1
  149. package/harness/bundles/java/codex/scripts/harness_gate.py +57 -4
  150. package/harness/bundles/java/codex/scripts/harness_integration.py +3 -0
  151. package/harness/bundles/java/codex/scripts/harness_ledger.py +15 -3
  152. package/harness/bundles/java/codex/scripts/harness_preflight.py +47 -0
  153. package/harness/bundles/java/codex/scripts/harness_test_guard.py +86 -13
  154. package/harness/bundles/java/cursor/.harness-build.json +1 -1
  155. package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +1 -1
  156. package/harness/bundles/java/cursor/harness-archive/SKILL.md +1 -1
  157. package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +1 -1
  158. package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +1 -1
  159. package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +1 -1
  160. package/harness/bundles/java/cursor/harness-package/SKILL.md +1 -1
  161. package/harness/bundles/java/cursor/harness-plan/SKILL.md +1 -1
  162. package/harness/bundles/java/cursor/harness-review/SKILL.md +1 -1
  163. package/harness/bundles/java/cursor/harness-run/SKILL.md +1 -1
  164. package/harness/bundles/java/cursor/harness-submit/SKILL.md +2 -2
  165. package/harness/bundles/java/cursor/harness-submit/checklist.md +1 -1
  166. package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
  167. package/harness/bundles/java/cursor/harness-test/SKILL.md +1 -1
  168. package/harness/bundles/java/cursor/scripts/harness_archive.py +124 -0
  169. package/harness/bundles/java/cursor/scripts/harness_change.py +54 -0
  170. package/harness/bundles/java/cursor/scripts/harness_deploy.py +177 -0
  171. package/harness/bundles/java/cursor/scripts/harness_events.py +99 -1
  172. package/harness/bundles/java/cursor/scripts/harness_gate.py +57 -4
  173. package/harness/bundles/java/cursor/scripts/harness_integration.py +3 -0
  174. package/harness/bundles/java/cursor/scripts/harness_ledger.py +15 -3
  175. package/harness/bundles/java/cursor/scripts/harness_preflight.py +47 -0
  176. package/harness/bundles/java/cursor/scripts/harness_test_guard.py +86 -13
  177. package/harness/manifests/general/claude-code.json +22 -22
  178. package/harness/manifests/general/codebuddy.json +22 -22
  179. package/harness/manifests/general/codex.json +22 -22
  180. package/harness/manifests/general/cursor.json +22 -22
  181. package/harness/manifests/java/claude-code.json +24 -24
  182. package/harness/manifests/java/codebuddy.json +24 -24
  183. package/harness/manifests/java/codex.json +24 -24
  184. package/harness/manifests/java/cursor.json +24 -24
  185. package/hunter-workflow-family.json +2 -2
  186. package/package.json +15 -15
@@ -448,9 +448,18 @@ def _validate_existing_manifest(
448
448
  tracked_now = _git(
449
449
  project, "ls-files", "--error-unmatch", "--", rel
450
450
  ).returncode == 0
451
- if item["ignored"] != ignored_now or item["trackedBefore"] != tracked_now:
451
+ checkpointed = not item["trackedBefore"] and tracked_now
452
+ if (
453
+ item["trackedBefore"] != tracked_now and not checkpointed
454
+ ) or (
455
+ item["ignored"] != ignored_now and not checkpointed
456
+ ):
452
457
  return "MANIFEST_INVALID", {}
453
- validated[rel] = dict(item)
458
+ normalized_item = dict(item)
459
+ if checkpointed:
460
+ normalized_item["trackedBefore"] = True
461
+ normalized_item["ignored"] = ignored_now
462
+ validated[rel] = normalized_item
454
463
  return None, validated
455
464
 
456
465
 
@@ -734,11 +743,26 @@ def _stage_locked(
734
743
  error, entries = validator(project_root, manifest, require_files=True)
735
744
  if error:
736
745
  return _result(False, action, error, [])
737
- rels = [
738
- rel
739
- for rel, entry in entries.items()
740
- if not is_v2 or entry.get("commitScope") == "current-change"
741
- ]
746
+ rels: list[str] = []
747
+ for rel, entry in entries.items():
748
+ if is_v2:
749
+ if entry.get("commitScope") == "current-change":
750
+ rels.append(rel)
751
+ continue
752
+ if not entry["trackedBefore"]:
753
+ rels.append(rel)
754
+ continue
755
+ changed = _git(project_root, "diff", "--quiet", "HEAD", "--", rel)
756
+ if changed.returncode == 1:
757
+ rels.append(rel)
758
+ elif changed.returncode != 0:
759
+ return _result(
760
+ False,
761
+ action,
762
+ "GIT_DIFF_FAILED",
763
+ [rel],
764
+ error=changed.stderr.strip(),
765
+ )
742
766
  if not rels:
743
767
  return _result(True, action, "STAGED", [])
744
768
 
@@ -925,9 +949,22 @@ def close(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
925
949
  if (
926
950
  not isinstance(snapshot, dict)
927
951
  or snapshot.get("schemaVersion") != SCHEMA_VERSION
928
- or snapshot.get("projectRoot") != str(project_root)
929
952
  ):
930
953
  return _result(False, action, "SNAPSHOT_INVALID", [])
954
+ # Execution-root contract (retro §5.10): a snapshot captured against a
955
+ # different project root must fail with EXECUTION_ROOT_MISMATCH before
956
+ # the generic SNAPSHOT_INVALID, so callers can distinguish "wrong root"
957
+ # from "corrupt snapshot".
958
+ snapshot_root = snapshot.get("projectRoot")
959
+ if snapshot_root is not None and snapshot_root != str(project_root):
960
+ return _result(
961
+ False,
962
+ action,
963
+ "EXECUTION_ROOT_MISMATCH",
964
+ [],
965
+ expectedRoot=snapshot_root,
966
+ actualRoot=str(project_root),
967
+ )
931
968
 
932
969
  before_entries = snapshot.get("files")
933
970
  if not isinstance(before_entries, list):
@@ -963,15 +1000,51 @@ def close(project: Path | str, change_dir: Path | str) -> dict[str, Any]:
963
1000
  if before[rel]["sha256"] != digest:
964
1001
  touched.append((rel, "test-updated"))
965
1002
 
966
- recorded: list[str] = []
967
- for rel, reason in touched:
968
- result = record(project_root, change_root, [str(project_root / rel)], reason)
1003
+ for reason in ("tdd-created", "test-updated"):
1004
+ rels = [rel for rel, item_reason in touched if item_reason == reason]
1005
+ if not rels:
1006
+ continue
1007
+ result = record(
1008
+ project_root,
1009
+ change_root,
1010
+ [str(project_root / rel) for rel in rels],
1011
+ reason,
1012
+ )
969
1013
  if not result.get("ok"):
970
1014
  code = result.get("code", "RECORD_FAILED")
971
1015
  if code == "TEST_PATH_NOT_ALLOWED":
972
- return _result(False, action, "UNCLASSIFIABLE_TEST", [rel])
1016
+ return _result(False, action, "UNCLASSIFIABLE_TEST", rels)
973
1017
  return result
974
- recorded.append(rel)
1018
+
1019
+ recorded = [rel for rel, _ in touched]
1020
+
1021
+ # Cross-check (retro §5.10): if the manifest has active entries for this
1022
+ # change but close computed recordedCount=0, the snapshot/manifest/diff
1023
+ # are inconsistent. Fail closed instead of silently returning success.
1024
+ manifest_path = _manifest_path(change_root)
1025
+ if manifest_path is not None and manifest_path.is_file():
1026
+ try:
1027
+ manifest = _read_json(manifest_path)
1028
+ except (OSError, json.JSONDecodeError):
1029
+ manifest = None
1030
+ if isinstance(manifest, dict):
1031
+ manifest_files = manifest.get("files")
1032
+ if isinstance(manifest_files, list):
1033
+ active_entries = [
1034
+ f for f in manifest_files
1035
+ if isinstance(f, dict)
1036
+ and f.get("reason") in ("tdd-created", "test-updated", "stale-test-repair")
1037
+ ]
1038
+ if active_entries and not recorded:
1039
+ return _result(
1040
+ False,
1041
+ action,
1042
+ "MANIFEST_DIFF_HASH_MISMATCH",
1043
+ [],
1044
+ manifestEntries=len(active_entries),
1045
+ recordedCount=0,
1046
+ detail="manifest has active entries but close computed 0 recorded tests",
1047
+ )
975
1048
 
976
1049
  return _result(
977
1050
  True,
@@ -2,5 +2,5 @@
2
2
  "schemaVersion": 1,
3
3
  "overlay": "none",
4
4
  "agent": "codex",
5
- "coreHash": "c9ed924110321931"
5
+ "coreHash": "e05be8d336ff5e7b"
6
6
  }
@@ -3,7 +3,7 @@ name: harness-archive
3
3
  description: 归档所有变更产出(计划/测试报告/审查/SQL/API文档)到
4
4
  .harness/archive/,含归档元数据和可视化最终总结。使用场景:归档、完成归档、收尾、打包产出物
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-archive — 变更归档
8
8
 
9
9
  ## Purpose
@@ -3,7 +3,7 @@ name: harness-codebase-map
3
3
  description: 分析现有代码库并生成 .harness/codebase/map/
4
4
  下的结构化代码库地图。用于陌生项目理解、重大改造前梳理、harness-sync 提示 map 过期后的人工刷新。
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-codebase-map — 代码库地图
8
8
 
9
9
  ## Purpose
@@ -3,7 +3,7 @@ name: harness-knowledge-ingest
3
3
  description: 从 .harness/archive 归档整理、同步和维护项目知识索引。适用场景:ingest knowledge、sync
4
4
  knowledge、rebuild knowledge index、promote knowledge、确认知识条目、检查知识库是否过期。
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-knowledge-ingest
8
8
 
9
9
  从 `.harness/archive/**/reports/final/summary-data.json` 抽取项目知识,生成并维护本地 `.harness/knowledge/` 索引。
@@ -3,7 +3,7 @@ name: harness-knowledge-query
3
3
  description: 根据新需求、设计任务、代码修改请求或问题排查,在规划和编码前查询 .harness/knowledge
4
4
  历史上下文。适用场景:query knowledge、查找历史需求、根据归档理解需求、继续之前类似开发、生成需求上下文包。
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-knowledge-query
8
8
 
9
9
  并行 change 中查询必须传 `--change <change-id>`;成功后以该 change 的 `meta/knowledge-context.json` 为稳定指针。全局 `context-packs/latest.json` 仅向后兼容,不得用于判断多个 active change 的上下文归属。
@@ -2,7 +2,7 @@
2
2
  name: harness-plan
3
3
  description: 将需求转化为设计文档+实施计划+完整测试场景表,必须在编码前完成。使用场景:需求分析、feature plan、技术方案设计、实现方案规划
4
4
  ---
5
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
5
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
6
6
  # harness-plan — 需求规划
7
7
 
8
8
  ## Purpose
@@ -3,7 +3,7 @@ name: harness-review
3
3
  description: 6维度代码审查(架构/安全/规范/兼容/测试/性能),对照项目规则(见
4
4
  .harness/context-index.json)和测试场景表,在隔离上下文运行。使用场景:代码审查、提交前检查、合并评审
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-review — 代码审查
8
8
 
9
9
  ## Purpose
@@ -2,7 +2,7 @@
2
2
  name: harness-run
3
3
  description: 按变更簇执行 TDD 编码循环(RED→GREEN→REFACTOR→编译验证),逐变更簇实现计划中的任务。使用场景:开始编码、实现功能、写代码、TDD 编码
4
4
  ---
5
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
5
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
6
6
  # harness-run — 需求编码
7
7
 
8
8
  ## Purpose
@@ -3,7 +3,7 @@ name: harness-submit
3
3
  description: 最终提交封装:验证→中文 commit→提交/推送;worktree 模式含 --no-ff
4
4
  合并回主分支。使用场景:提交代码、commit、push、合并分支、merge to main、完成开发
5
5
  ---
6
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-submit — 最终提交(含 worktree 合并)
8
8
 
9
9
  ## Purpose
@@ -106,7 +106,7 @@ commit+push / 仅本地 commit / 取消;**不调用 Superpowers 呈现 PR/丢
106
106
 
107
107
  见 `checklist.md` 与 `../protocols/ledger-protocol.md`、`../protocols/submit-protocol.md`。
108
108
 
109
- test-tracking manifest 是 ignored test 的唯一强制暂存授权:只允许 `harness_test_guard.py stage` 暂存 manifest 中已校验路径,禁止 `git add -f .`、目录级 `git add -f` 或全局修改 `.gitignore`。worktree commit 前须确认 manifest 路径全部进入 cached diff;合并回主分支后、删除 worktree 前须确认这些路径已由目标 commit 跟踪,否则停止清理。
109
+ test-tracking manifest 是 ignored test 的唯一强制暂存授权:只允许 `harness_test_guard.py stage` 暂存 manifest 中已校验且相对 `HEAD` 仍有差异的路径,禁止 `git add -f .`、目录级 `git add -f` 或全局修改 `.gitignore`。worktree commit 前须确认 guard 返回的 `files` 全部进入 cached diff;manifest 中已由 `HEAD` 跟踪且未变化的历史条目允许保留而不进入本次 cached diff。合并回主分支后、删除 worktree 前仍须确认 manifest 路径已由目标 commit 跟踪,否则停止清理。
110
110
 
111
111
  ### 四、worktree 合并硬规则
112
112
 
@@ -119,7 +119,7 @@ python <skills-root>/scripts/harness_ledger.py can-reuse `
119
119
 
120
120
  - [ ] 检查 `.harness/changes/<change-name>/evidence/test-tracking.json` 是否存在
121
121
  - [ ] 存在时先执行 `python <skills-root>/scripts/harness_test_guard.py stage --project . --change-dir ".harness/changes/<change-name>" --json`;任一 manifest/path/hash/index 校验失败立即停止
122
- - [ ] 用 `git diff --cached --name-only` 验证 manifest 中每个精确路径均已暂存,且没有 guard 引入的额外路径
122
+ - [ ] 用 `git diff --cached --name-only` 验证 guard 响应 `files` 中的每个精确路径均已暂存,且没有 guard 引入的额外路径;manifest 中已由 `HEAD` 跟踪且未变化的历史条目无需进入本次 cached diff
123
123
  - [ ] 无 manifest 时禁止使用 `git add -f`;有 manifest 时也只允许 guard 内部的 exact force-add,**禁止全局 force-add**、目录级 force-add 和全局修改 `.gitignore`
124
124
 
125
125
  提交前**强制检查 `.gitignore`** 是否包含 `.harness/`:
@@ -2,7 +2,7 @@
2
2
  name: harness-sync
3
3
  description: 检查并更新项目AI元数据(CodeGraph索引、harness-codebase-map分析、CLAUDE.md、AGENTS.md、.harness/完整性),确保Claude对代码库的理解与最新代码一致。当用户说'同步/更新索引/刷新元数据/检查一致性'时使用
4
4
  ---
5
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
5
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
6
6
  # harness-sync — 元数据同步
7
7
 
8
8
  ## Purpose
@@ -2,7 +2,7 @@
2
2
  name: harness-test
3
3
  description: 测试执行:读取场景表,执行单元测试+API接口测试+数据兼容验证,输出测试报告。当用户说'跑测试/验证/跑用例/接口测试/单元测试'时使用
4
4
  ---
5
- <!-- generated by harness_deploy.py; core=c9ed924110321931; overlay=none; agent=codex; do not edit -->
5
+ <!-- generated by harness_deploy.py; core=e05be8d336ff5e7b; overlay=none; agent=codex; do not edit -->
6
6
  # harness-test — 测试执行
7
7
 
8
8
  ## Purpose
@@ -2799,6 +2799,130 @@ def _html_escape(text: str) -> str:
2799
2799
  # ---------------------------------------------------------------------------
2800
2800
 
2801
2801
 
2802
+ def validate_report_adequacy(summary: dict[str, Any]) -> dict[str, Any]:
2803
+ """Validate that final summary is factually complete (retro §5.32).
2804
+
2805
+ The archive validator must not return all-green when the summary is
2806
+ factually incomplete. This gate checks independent sources (git facts,
2807
+ typed metrics, stage status) rather than comparing the summary against
2808
+ a lossy projection of itself.
2809
+ """
2810
+ issues: list[dict[str, str]] = []
2811
+
2812
+ git_facts = summary.get("gitFacts") or {}
2813
+ if isinstance(git_facts, dict):
2814
+ base = str(git_facts.get("baseCommit") or "").strip()
2815
+ final = str(git_facts.get("finalCommit") or "").strip()
2816
+ files_changed = int(git_facts.get("filesChanged") or 0)
2817
+ # base != final but diff=0 → factually incomplete.
2818
+ if base and final and base != final and files_changed == 0:
2819
+ issues.append({
2820
+ "code": "DIFF_ZERO_WITH_NONEMPTY_COMMIT",
2821
+ "severity": "error",
2822
+ "message": f"final commit {final} differs from base {base} but filesChanged=0",
2823
+ })
2824
+
2825
+ # Typed metrics missing despite test report artifacts present.
2826
+ verification = summary.get("verification") or {}
2827
+ if isinstance(verification, dict):
2828
+ unit = verification.get("unitTests") or {}
2829
+ api = verification.get("apiTests") or {}
2830
+ artifacts = summary.get("artifacts") or []
2831
+ has_test_report = any(
2832
+ isinstance(a, dict) and "test" in str(a.get("path") or "").lower()
2833
+ for a in artifacts
2834
+ ) if isinstance(artifacts, list) else False
2835
+ unit_pass = int(unit.get("passed") or 0) if isinstance(unit, dict) else 0
2836
+ api_status = str(api.get("status") or "") if isinstance(api, dict) else ""
2837
+ if has_test_report and unit_pass == 0 and api_status in {"", "not_available"}:
2838
+ issues.append({
2839
+ "code": "TYPED_METRICS_MISSING",
2840
+ "severity": "error",
2841
+ "message": "test report artifacts present but unitTests/apiTests typed metrics are empty",
2842
+ })
2843
+
2844
+ # stageStatus contradicts event reducer.
2845
+ stage = summary.get("stageStatus") or {}
2846
+ stage_from_events = summary.get("stageStatusFromEvents") or {}
2847
+ if isinstance(stage, dict) and isinstance(stage_from_events, dict):
2848
+ for phase, status in stage.items():
2849
+ event_status = stage_from_events.get(phase)
2850
+ if event_status is not None and str(status) != str(event_status):
2851
+ issues.append({
2852
+ "code": "STAGE_STATUS_CONTRADICTION",
2853
+ "severity": "error",
2854
+ "message": f"stageStatus.{phase}={status} but event reducer says {event_status}",
2855
+ })
2856
+
2857
+ return {"ok": not issues, "issues": issues}
2858
+
2859
+
2860
+ def artifact_preflight(change_dir: Path) -> dict[str, Any]:
2861
+ """Classify artifact events before destructive finalize (retro §5.31).
2862
+
2863
+ Returns per-artifact classification: informational (no path, OK),
2864
+ canonicalizable (same-change repo-relative path, auto-normalize), or
2865
+ blocking (cross-change/absolute/escaping path, fail closed).
2866
+ """
2867
+ change_dir = change_dir.resolve()
2868
+ events_p = change_dir / "events.ndjson"
2869
+ items: list[dict[str, Any]] = []
2870
+ blocking: list[dict[str, Any]] = []
2871
+ if not events_p.is_file():
2872
+ return {"ok": True, "items": [], "blocking": []}
2873
+ change_id = change_dir.name
2874
+ for line in events_p.read_text(encoding="utf-8").splitlines():
2875
+ try:
2876
+ event = json.loads(line)
2877
+ except json.JSONDecodeError:
2878
+ continue
2879
+ if not isinstance(event, dict) or event.get("type") != "artifact":
2880
+ continue
2881
+ path = str(event.get("path") or "").strip()
2882
+ kind = str(event.get("kind") or "").strip()
2883
+ event_id = str(event.get("id") or "")
2884
+ if not path:
2885
+ items.append({
2886
+ "eventId": event_id,
2887
+ "category": "informational",
2888
+ "kind": kind or "informational",
2889
+ "note": str(event.get("note") or "")[:80],
2890
+ })
2891
+ continue
2892
+ # Check for escaping/cross-change paths.
2893
+ parts = path.replace("\\", "/").split("/")
2894
+ if ".." in parts or path.startswith("/") or re.match(r"^[A-Za-z]:", path):
2895
+ item = {
2896
+ "eventId": event_id,
2897
+ "category": "blocking",
2898
+ "path": path,
2899
+ "reason": "absolute or escaping path",
2900
+ }
2901
+ items.append(item)
2902
+ blocking.append(item)
2903
+ continue
2904
+ # Same-change repo-relative path: canonicalizable.
2905
+ prefix = f".harness/changes/{change_id}/"
2906
+ if path.startswith(prefix):
2907
+ canonical = path[len(prefix):]
2908
+ items.append({
2909
+ "eventId": event_id,
2910
+ "category": "canonicalizable",
2911
+ "path": path,
2912
+ "canonicalPath": canonical,
2913
+ "correction": f"append correction --target-event-id {event_id} --target-field path --new-value-json \"{canonical}\"",
2914
+ })
2915
+ continue
2916
+ # Change-relative path: OK.
2917
+ items.append({
2918
+ "eventId": event_id,
2919
+ "category": "file-backed",
2920
+ "path": path,
2921
+ "exists": (change_dir / path).is_file(),
2922
+ })
2923
+ return {"ok": not blocking, "items": items, "blocking": blocking}
2924
+
2925
+
2802
2926
  def run_knowledge_poststeps(project_root: Path) -> dict[str, Any]:
2803
2927
  results: dict[str, Any] = {"ran": False, "steps": [], "warnings": []}
2804
2928
  if not KNOWLEDGE_SCRIPT.is_file():
@@ -224,6 +224,60 @@ def _layout_fields(project_root: Path, change_id: str) -> dict[str, Any]:
224
224
  }
225
225
 
226
226
 
227
+ def read_concurrency_mode(project_root: Path) -> str:
228
+ """Return the configured concurrency mode (retro §5.2).
229
+
230
+ Defaults to ``single-active`` when no config declares a mode. Supported
231
+ values: ``single-active`` (default, blocks a second active Change),
232
+ ``isolated-multi-active`` (allows multiple active Changes but all
233
+ Change-scoped commands require ``--change``).
234
+ """
235
+ cfg = project_root / ".harness" / "config.json"
236
+ if cfg.is_file():
237
+ try:
238
+ data = json.loads(cfg.read_text(encoding="utf-8"))
239
+ if isinstance(data, dict):
240
+ mode = data.get("concurrencyMode")
241
+ if isinstance(mode, str) and mode in {
242
+ "single-active",
243
+ "isolated-multi-active",
244
+ }:
245
+ return mode
246
+ except (OSError, json.JSONDecodeError):
247
+ pass
248
+ return "single-active"
249
+
250
+
251
+ def check_concurrency_block(
252
+ project_root: Path, change_id: str
253
+ ) -> dict[str, Any] | None:
254
+ """Return a blocking payload when a second active Change is forbidden.
255
+
256
+ Returns ``None`` when the begin may proceed. In ``single-active`` mode a
257
+ second active Change (any other than ``change_id``) blocks begin; in
258
+ ``isolated-multi-active`` mode multiple active Changes are allowed.
259
+ """
260
+ mode = read_concurrency_mode(project_root)
261
+ if mode == "isolated-multi-active":
262
+ return None
263
+ active = list_active_changes(project_root)
264
+ others = [entry for entry in active if entry.get("changeId") != change_id]
265
+ if not others:
266
+ return None
267
+ return {
268
+ "ok": False,
269
+ "code": "SINGLE_ACTIVE_BLOCKED",
270
+ "message": (
271
+ "single-active concurrency mode: another active Change exists; "
272
+ "use portfolio/decompose to sequence multiple Changes, or switch "
273
+ "to isolated-multi-active after ensuring full Change-scoped isolation"
274
+ ),
275
+ "concurrencyMode": mode,
276
+ "activeChanges": active,
277
+ "blockingChanges": others,
278
+ }
279
+
280
+
227
281
  def resolve_change(
228
282
  project_root: Path,
229
283
  change_id: str | None,
@@ -623,6 +623,107 @@ def collect_files(root: Path) -> dict[str, str]:
623
623
  return files
624
624
 
625
625
 
626
+ # --- Per-file bundle manifest (retro 2026-07-20 §5.1/5.25) -----------------
627
+ #
628
+ # registry_version + bundle_hash alone cannot prove every installed file
629
+ # belongs to the declared bundle. The bundle therefore ships a per-file
630
+ # manifest (relpath/sha256/size/mode/adapterTransformationId); install
631
+ # verifies staging content against it BEFORE the atomic switch and never
632
+ # updates metadata on partial failure.
633
+
634
+ BUNDLE_MANIFEST_NAME = "bundle-manifest.json"
635
+ _MANIFEST_EXCLUDED = frozenset(
636
+ {BUILD_MARKER, MANIFEST_NAME, AGENTS_MANAGED_NAME, BUNDLE_MANIFEST_NAME}
637
+ )
638
+
639
+
640
+ def build_manifest(root: Path, transformation_id: str = "raw") -> list[dict[str, Any]]:
641
+ """Return per-file manifest entries for every bundle file under ``root``.
642
+
643
+ Install metadata (build marker, managed manifests, the manifest itself)
644
+ is excluded. Entries are sorted by relpath for deterministic output.
645
+ """
646
+ root = root.resolve()
647
+ entries: list[dict[str, Any]] = []
648
+ for path in sorted(root.rglob("*")):
649
+ if not path.is_file() or "__pycache__" in path.parts:
650
+ continue
651
+ rel = path.relative_to(root).as_posix()
652
+ if rel in _MANIFEST_EXCLUDED:
653
+ continue
654
+ stat = path.stat()
655
+ entries.append(
656
+ {
657
+ "relpath": rel,
658
+ "sha256": sha256_file(path),
659
+ "size": stat.st_size,
660
+ "mode": stat.st_mode,
661
+ "adapterTransformationId": transformation_id,
662
+ }
663
+ )
664
+ return entries
665
+
666
+
667
+ def compute_bundle_manifest_hash(entries: list[dict[str, Any]]) -> str:
668
+ """Deterministic aggregate hash over manifest entries (order-independent).
669
+
670
+ Must match packages/contracts/src/bundle-manifest.ts computeBundleManifestHash.
671
+ """
672
+ ordered = sorted(entries, key=lambda entry: entry["relpath"])
673
+ lines = [
674
+ f"{entry['relpath']}:{entry['sha256']}:{entry['size']}:{entry['mode']}:{entry['adapterTransformationId']}"
675
+ for entry in ordered
676
+ ]
677
+ return hashlib.sha256("\n".join(lines).encode("utf-8")).hexdigest()
678
+
679
+
680
+ def aggregate_installed_content_hash(files: dict[str, str]) -> str:
681
+ """Deterministic aggregate hash over actually-installed relpath->sha256."""
682
+ lines = [f"{rel}:{files[rel]}" for rel in sorted(files)]
683
+ return hashlib.sha256("\n".join(lines).encode("utf-8")).hexdigest()
684
+
685
+
686
+ def _verify_tree_against_manifest(
687
+ root: Path, entries: list[dict[str, Any]]
688
+ ) -> list[dict[str, str]]:
689
+ """Return mismatch details for files under ``root`` vs manifest entries."""
690
+ mismatches: list[dict[str, str]] = []
691
+ actual = collect_files(root)
692
+ declared = {entry["relpath"]: entry["sha256"] for entry in entries}
693
+ for rel, expected in sorted(declared.items()):
694
+ if rel not in actual:
695
+ mismatches.append({"relpath": rel, "expected": expected, "actual": "<missing>"})
696
+ elif actual[rel] != expected:
697
+ mismatches.append(
698
+ {"relpath": rel, "expected": expected, "actual": actual[rel]}
699
+ )
700
+ return mismatches
701
+
702
+
703
+ def cmd_verify_installed(
704
+ installed_dir: Path, entries: list[dict[str, Any]], bundle_version: str
705
+ ) -> dict[str, Any]:
706
+ """Verify installed content against the bundle manifest, per file."""
707
+ installed_dir = installed_dir.resolve()
708
+ mismatches = _verify_tree_against_manifest(installed_dir, entries)
709
+ actual = collect_files(installed_dir)
710
+ declared = {entry["relpath"] for entry in entries}
711
+ content = {
712
+ rel: digest
713
+ for rel, digest in actual.items()
714
+ if rel not in _MANIFEST_EXCLUDED and rel in declared
715
+ }
716
+ return {
717
+ "ok": not mismatches,
718
+ "action": "verify-installed",
719
+ "bundleVersion": bundle_version,
720
+ "verificationStatus": "verified" if not mismatches else "degraded",
721
+ "installedContentHash": aggregate_installed_content_hash(content),
722
+ "verifiedAt": now_iso(),
723
+ "mismatchDetails": mismatches,
724
+ }
725
+
726
+
626
727
  def cmd_install(build_out: Path, project: Path, target: Path | None) -> dict[str, Any]:
627
728
  build_out = build_out.resolve()
628
729
  project = project.resolve()
@@ -644,6 +745,23 @@ def cmd_install(build_out: Path, project: Path, target: Path | None) -> dict[str
644
745
  backup: str | None = None
645
746
  staging = dest.parent / f".{dest.name}.staging-{uuid.uuid4().hex[:8]}"
646
747
  shutil.copytree(build_out, staging)
748
+ # Per-file content proof (retro §5.1): if the build carries a
749
+ # bundle-manifest.json, staging must match it exactly before anything is
750
+ # switched. A mismatch aborts the install without touching dest or any
751
+ # metadata — never a partial install under a fresh version label.
752
+ manifest_path = staging / BUNDLE_MANIFEST_NAME
753
+ if manifest_path.is_file():
754
+ manifest_data = json.loads(manifest_path.read_text(encoding="utf-8"))
755
+ manifest_entries = (
756
+ manifest_data.get("files", []) if isinstance(manifest_data, dict) else []
757
+ )
758
+ mismatches = _verify_tree_against_manifest(staging, manifest_entries)
759
+ if mismatches:
760
+ shutil.rmtree(staging, ignore_errors=True)
761
+ raise ValueError(
762
+ "BUNDLE_CONTENT_MISMATCH: staging diverges from bundle-manifest.json: "
763
+ + ", ".join(m["relpath"] for m in mismatches)
764
+ )
647
765
  if dest.exists() and any(dest.iterdir()):
648
766
  managed_old = _read_managed_set(dest / MANIFEST_NAME)
649
767
  # Preserve user-owned files: anything in dest that was NOT managed by a
@@ -771,6 +889,28 @@ def build_parser() -> argparse.ArgumentParser:
771
889
  v.add_argument("--bundle", type=Path, required=True)
772
890
  v.add_argument("--manifest", type=Path, required=True)
773
891
  v.add_argument("--json", action="store_true")
892
+
893
+ g = sub.add_parser(
894
+ "generate-manifest",
895
+ help="Generate per-file bundle-manifest.json for a bundle dir",
896
+ )
897
+ g.add_argument("--bundle", type=Path, required=True)
898
+ g.add_argument("--bundle-version", required=True)
899
+ g.add_argument(
900
+ "--transformation",
901
+ choices=["raw", "adapted", "workflow-packaged"],
902
+ default="raw",
903
+ )
904
+ g.add_argument("--out", type=Path)
905
+ g.add_argument("--json", action="store_true")
906
+
907
+ vi = sub.add_parser(
908
+ "verify-installed",
909
+ help="Verify installed tree content against bundle-manifest.json",
910
+ )
911
+ vi.add_argument("--installed", type=Path, required=True)
912
+ vi.add_argument("--manifest", type=Path, required=True)
913
+ vi.add_argument("--json", action="store_true")
774
914
  return p
775
915
 
776
916
 
@@ -794,6 +934,43 @@ def main(argv: list[str] | None = None) -> int:
794
934
  if args.json:
795
935
  return emit_json(result)
796
936
  return 0 if result["ok"] else 1
937
+ if args.command == "generate-manifest":
938
+ entries = build_manifest(args.bundle, transformation_id=args.transformation)
939
+ manifest = {
940
+ "schemaVersion": 1,
941
+ "bundleVersion": args.bundle_version,
942
+ "bundleManifestHash": compute_bundle_manifest_hash(entries),
943
+ "files": entries,
944
+ }
945
+ text = json.dumps(manifest, ensure_ascii=False, indent=2) + "\n"
946
+ if args.out is not None:
947
+ args.out.parent.mkdir(parents=True, exist_ok=True)
948
+ args.out.write_text(text, encoding="utf-8", newline="\n")
949
+ result = {
950
+ "ok": True,
951
+ "action": "generate-manifest",
952
+ "bundleVersion": args.bundle_version,
953
+ "bundleManifestHash": manifest["bundleManifestHash"],
954
+ "fileCount": len(entries),
955
+ "out": str(args.out) if args.out is not None else None,
956
+ }
957
+ if args.json:
958
+ return emit_json(result)
959
+ if args.out is None:
960
+ print(text, end="")
961
+ return 0
962
+ if args.command == "verify-installed":
963
+ manifest_data = json.loads(args.manifest.read_text(encoding="utf-8"))
964
+ if not isinstance(manifest_data, dict):
965
+ raise ValueError("manifest must be a JSON object")
966
+ result = cmd_verify_installed(
967
+ args.installed,
968
+ manifest_data.get("files", []),
969
+ str(manifest_data.get("bundleVersion", "")),
970
+ )
971
+ if args.json:
972
+ return emit_json(result)
973
+ return 0 if result["ok"] else 1
797
974
  except (FileNotFoundError, KeyError, RuntimeError, ValueError) as exc:
798
975
  if getattr(args, "json", False):
799
976
  return emit_json({"ok": False, "error": str(exc)}, ok=False)