@hunter-harness/workflow-harness 0.2.16 → 0.2.18

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 (282) hide show
  1. package/harness/bundles/general/claude-code/.harness-build.json +1 -1
  2. package/harness/bundles/general/claude-code/CONTEXT.md +14 -1
  3. package/harness/bundles/general/claude-code/README.md +1 -1
  4. package/harness/bundles/general/claude-code/harness-archive/SKILL.md +7 -4
  5. package/harness/bundles/general/claude-code/harness-archive/reference.md +1 -1
  6. package/harness/bundles/general/claude-code/harness-codebase-map/SKILL.md +4 -2
  7. package/harness/bundles/general/claude-code/harness-knowledge-ingest/SKILL.md +4 -2
  8. package/harness/bundles/general/claude-code/harness-knowledge-query/SKILL.md +4 -2
  9. package/harness/bundles/general/claude-code/harness-plan/SKILL.md +8 -4
  10. package/harness/bundles/general/claude-code/harness-plan/checklist.md +5 -5
  11. package/harness/bundles/general/claude-code/harness-plan/reference.md +5 -5
  12. package/harness/bundles/general/claude-code/harness-review/SKILL.md +5 -2
  13. package/harness/bundles/general/claude-code/harness-review/checklist.md +1 -1
  14. package/harness/bundles/general/claude-code/harness-run/SKILL.md +7 -3
  15. package/harness/bundles/general/claude-code/harness-run/checklist.md +5 -5
  16. package/harness/bundles/general/claude-code/harness-run/reference.md +1 -1
  17. package/harness/bundles/general/claude-code/harness-submit/SKILL.md +6 -3
  18. package/harness/bundles/general/claude-code/harness-submit/checklist.md +11 -11
  19. package/harness/bundles/general/claude-code/harness-submit/reference.md +3 -3
  20. package/harness/bundles/general/claude-code/harness-sync/SKILL.md +4 -2
  21. package/harness/bundles/general/claude-code/harness-sync/reference.md +1 -1
  22. package/harness/bundles/general/claude-code/harness-test/SKILL.md +7 -4
  23. package/harness/bundles/general/claude-code/harness-test/checklist.md +8 -5
  24. package/harness/bundles/general/claude-code/harness-test/pitfalls.md +1 -1
  25. package/harness/bundles/general/claude-code/harness-test/reference.md +28 -13
  26. package/harness/bundles/general/claude-code/protocols/submit-protocol.md +1 -1
  27. package/harness/bundles/general/claude-code/scripts/harness_deploy.py +7 -0
  28. package/harness/bundles/general/claude-code/scripts/harness_integration.py +26 -2
  29. package/harness/bundles/general/claude-code/scripts/harness_plan_finalize.py +159 -7
  30. package/harness/bundles/general/claude-code/scripts/harness_profile.py +1 -0
  31. package/harness/bundles/general/claude-code/scripts/harness_runtime.py +4 -4
  32. package/harness/bundles/general/claude-code/scripts/harness_service.py +1 -0
  33. package/harness/bundles/general/claude-code/scripts/harness_test_cleanup.py +175 -0
  34. package/harness/bundles/general/codebuddy/.harness-build.json +1 -1
  35. package/harness/bundles/general/codebuddy/CONTEXT.md +14 -1
  36. package/harness/bundles/general/codebuddy/README.md +1 -1
  37. package/harness/bundles/general/codebuddy/harness-archive/SKILL.md +7 -4
  38. package/harness/bundles/general/codebuddy/harness-archive/reference.md +1 -1
  39. package/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +4 -2
  40. package/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +4 -2
  41. package/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +4 -2
  42. package/harness/bundles/general/codebuddy/harness-plan/SKILL.md +8 -4
  43. package/harness/bundles/general/codebuddy/harness-plan/checklist.md +5 -5
  44. package/harness/bundles/general/codebuddy/harness-plan/reference.md +5 -5
  45. package/harness/bundles/general/codebuddy/harness-review/SKILL.md +5 -2
  46. package/harness/bundles/general/codebuddy/harness-review/checklist.md +1 -1
  47. package/harness/bundles/general/codebuddy/harness-run/SKILL.md +7 -3
  48. package/harness/bundles/general/codebuddy/harness-run/checklist.md +5 -5
  49. package/harness/bundles/general/codebuddy/harness-run/reference.md +1 -1
  50. package/harness/bundles/general/codebuddy/harness-submit/SKILL.md +6 -3
  51. package/harness/bundles/general/codebuddy/harness-submit/checklist.md +11 -11
  52. package/harness/bundles/general/codebuddy/harness-submit/reference.md +3 -3
  53. package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +4 -2
  54. package/harness/bundles/general/codebuddy/harness-sync/reference.md +1 -1
  55. package/harness/bundles/general/codebuddy/harness-test/SKILL.md +7 -4
  56. package/harness/bundles/general/codebuddy/harness-test/checklist.md +8 -5
  57. package/harness/bundles/general/codebuddy/harness-test/pitfalls.md +1 -1
  58. package/harness/bundles/general/codebuddy/harness-test/reference.md +28 -13
  59. package/harness/bundles/general/codebuddy/protocols/submit-protocol.md +1 -1
  60. package/harness/bundles/general/codebuddy/scripts/harness_deploy.py +7 -0
  61. package/harness/bundles/general/codebuddy/scripts/harness_integration.py +26 -2
  62. package/harness/bundles/general/codebuddy/scripts/harness_plan_finalize.py +159 -7
  63. package/harness/bundles/general/codebuddy/scripts/harness_profile.py +1 -0
  64. package/harness/bundles/general/codebuddy/scripts/harness_runtime.py +4 -4
  65. package/harness/bundles/general/codebuddy/scripts/harness_service.py +1 -0
  66. package/harness/bundles/general/codebuddy/scripts/harness_test_cleanup.py +175 -0
  67. package/harness/bundles/general/codex/.harness-build.json +1 -1
  68. package/harness/bundles/general/codex/CONTEXT.md +14 -1
  69. package/harness/bundles/general/codex/README.md +1 -1
  70. package/harness/bundles/general/codex/harness-archive/SKILL.md +7 -4
  71. package/harness/bundles/general/codex/harness-archive/reference.md +1 -1
  72. package/harness/bundles/general/codex/harness-codebase-map/SKILL.md +4 -2
  73. package/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +4 -2
  74. package/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +4 -2
  75. package/harness/bundles/general/codex/harness-plan/SKILL.md +8 -4
  76. package/harness/bundles/general/codex/harness-plan/checklist.md +5 -5
  77. package/harness/bundles/general/codex/harness-plan/reference.md +5 -5
  78. package/harness/bundles/general/codex/harness-review/SKILL.md +5 -2
  79. package/harness/bundles/general/codex/harness-review/checklist.md +1 -1
  80. package/harness/bundles/general/codex/harness-run/SKILL.md +7 -3
  81. package/harness/bundles/general/codex/harness-run/checklist.md +5 -5
  82. package/harness/bundles/general/codex/harness-run/reference.md +1 -1
  83. package/harness/bundles/general/codex/harness-submit/SKILL.md +6 -3
  84. package/harness/bundles/general/codex/harness-submit/checklist.md +11 -11
  85. package/harness/bundles/general/codex/harness-submit/reference.md +3 -3
  86. package/harness/bundles/general/codex/harness-sync/SKILL.md +4 -2
  87. package/harness/bundles/general/codex/harness-sync/reference.md +1 -1
  88. package/harness/bundles/general/codex/harness-test/SKILL.md +7 -4
  89. package/harness/bundles/general/codex/harness-test/checklist.md +8 -5
  90. package/harness/bundles/general/codex/harness-test/pitfalls.md +1 -1
  91. package/harness/bundles/general/codex/harness-test/reference.md +28 -13
  92. package/harness/bundles/general/codex/protocols/submit-protocol.md +1 -1
  93. package/harness/bundles/general/codex/scripts/harness_deploy.py +7 -0
  94. package/harness/bundles/general/codex/scripts/harness_integration.py +26 -2
  95. package/harness/bundles/general/codex/scripts/harness_plan_finalize.py +159 -7
  96. package/harness/bundles/general/codex/scripts/harness_profile.py +1 -0
  97. package/harness/bundles/general/codex/scripts/harness_runtime.py +4 -4
  98. package/harness/bundles/general/codex/scripts/harness_service.py +1 -0
  99. package/harness/bundles/general/codex/scripts/harness_test_cleanup.py +175 -0
  100. package/harness/bundles/general/cursor/.harness-build.json +1 -1
  101. package/harness/bundles/general/cursor/CONTEXT.md +14 -1
  102. package/harness/bundles/general/cursor/README.md +1 -1
  103. package/harness/bundles/general/cursor/harness-archive/SKILL.md +7 -4
  104. package/harness/bundles/general/cursor/harness-archive/reference.md +1 -1
  105. package/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +4 -2
  106. package/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +4 -2
  107. package/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +4 -2
  108. package/harness/bundles/general/cursor/harness-plan/SKILL.md +8 -4
  109. package/harness/bundles/general/cursor/harness-plan/checklist.md +5 -5
  110. package/harness/bundles/general/cursor/harness-plan/reference.md +5 -5
  111. package/harness/bundles/general/cursor/harness-review/SKILL.md +5 -2
  112. package/harness/bundles/general/cursor/harness-review/checklist.md +1 -1
  113. package/harness/bundles/general/cursor/harness-run/SKILL.md +7 -3
  114. package/harness/bundles/general/cursor/harness-run/checklist.md +5 -5
  115. package/harness/bundles/general/cursor/harness-run/reference.md +1 -1
  116. package/harness/bundles/general/cursor/harness-submit/SKILL.md +6 -3
  117. package/harness/bundles/general/cursor/harness-submit/checklist.md +11 -11
  118. package/harness/bundles/general/cursor/harness-submit/reference.md +3 -3
  119. package/harness/bundles/general/cursor/harness-sync/SKILL.md +4 -2
  120. package/harness/bundles/general/cursor/harness-sync/reference.md +1 -1
  121. package/harness/bundles/general/cursor/harness-test/SKILL.md +7 -4
  122. package/harness/bundles/general/cursor/harness-test/checklist.md +8 -5
  123. package/harness/bundles/general/cursor/harness-test/pitfalls.md +1 -1
  124. package/harness/bundles/general/cursor/harness-test/reference.md +28 -13
  125. package/harness/bundles/general/cursor/protocols/submit-protocol.md +1 -1
  126. package/harness/bundles/general/cursor/scripts/harness_deploy.py +7 -0
  127. package/harness/bundles/general/cursor/scripts/harness_integration.py +26 -2
  128. package/harness/bundles/general/cursor/scripts/harness_plan_finalize.py +159 -7
  129. package/harness/bundles/general/cursor/scripts/harness_profile.py +1 -0
  130. package/harness/bundles/general/cursor/scripts/harness_runtime.py +4 -4
  131. package/harness/bundles/general/cursor/scripts/harness_service.py +1 -0
  132. package/harness/bundles/general/cursor/scripts/harness_test_cleanup.py +175 -0
  133. package/harness/bundles/java/claude-code/.harness-build.json +1 -1
  134. package/harness/bundles/java/claude-code/CONTEXT.md +14 -1
  135. package/harness/bundles/java/claude-code/README.md +1 -1
  136. package/harness/bundles/java/claude-code/harness-apidoc/SKILL.md +5 -2
  137. package/harness/bundles/java/claude-code/harness-archive/SKILL.md +7 -4
  138. package/harness/bundles/java/claude-code/harness-archive/reference.md +1 -1
  139. package/harness/bundles/java/claude-code/harness-codebase-map/SKILL.md +4 -2
  140. package/harness/bundles/java/claude-code/harness-knowledge-ingest/SKILL.md +4 -2
  141. package/harness/bundles/java/claude-code/harness-knowledge-query/SKILL.md +4 -2
  142. package/harness/bundles/java/claude-code/harness-package/SKILL.md +5 -2
  143. package/harness/bundles/java/claude-code/harness-package/checklist.md +5 -5
  144. package/harness/bundles/java/claude-code/harness-plan/SKILL.md +8 -4
  145. package/harness/bundles/java/claude-code/harness-plan/checklist.md +5 -5
  146. package/harness/bundles/java/claude-code/harness-plan/reference.md +5 -5
  147. package/harness/bundles/java/claude-code/harness-review/SKILL.md +5 -2
  148. package/harness/bundles/java/claude-code/harness-review/checklist.md +1 -1
  149. package/harness/bundles/java/claude-code/harness-run/SKILL.md +7 -3
  150. package/harness/bundles/java/claude-code/harness-run/checklist.md +6 -6
  151. package/harness/bundles/java/claude-code/harness-run/reference.md +352 -352
  152. package/harness/bundles/java/claude-code/harness-submit/SKILL.md +6 -3
  153. package/harness/bundles/java/claude-code/harness-submit/checklist.md +11 -11
  154. package/harness/bundles/java/claude-code/harness-submit/reference.md +3 -3
  155. package/harness/bundles/java/claude-code/harness-sync/SKILL.md +4 -2
  156. package/harness/bundles/java/claude-code/harness-sync/reference.md +1 -1
  157. package/harness/bundles/java/claude-code/harness-test/SKILL.md +8 -5
  158. package/harness/bundles/java/claude-code/harness-test/pitfalls.md +1 -1
  159. package/harness/bundles/java/claude-code/harness-test/reference.md +1 -1
  160. package/harness/bundles/java/claude-code/protocols/submit-protocol.md +1 -1
  161. package/harness/bundles/java/claude-code/scripts/harness_deploy.py +7 -0
  162. package/harness/bundles/java/claude-code/scripts/harness_integration.py +26 -2
  163. package/harness/bundles/java/claude-code/scripts/harness_plan_finalize.py +159 -7
  164. package/harness/bundles/java/claude-code/scripts/harness_profile.py +1 -0
  165. package/harness/bundles/java/claude-code/scripts/harness_runtime.py +4 -4
  166. package/harness/bundles/java/claude-code/scripts/harness_service.py +1 -0
  167. package/harness/bundles/java/claude-code/scripts/harness_test_cleanup.py +175 -0
  168. package/harness/bundles/java/codebuddy/.harness-build.json +1 -1
  169. package/harness/bundles/java/codebuddy/CONTEXT.md +14 -1
  170. package/harness/bundles/java/codebuddy/README.md +1 -1
  171. package/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +5 -2
  172. package/harness/bundles/java/codebuddy/harness-archive/SKILL.md +7 -4
  173. package/harness/bundles/java/codebuddy/harness-archive/reference.md +1 -1
  174. package/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +4 -2
  175. package/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +4 -2
  176. package/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +4 -2
  177. package/harness/bundles/java/codebuddy/harness-package/SKILL.md +5 -2
  178. package/harness/bundles/java/codebuddy/harness-package/checklist.md +5 -5
  179. package/harness/bundles/java/codebuddy/harness-plan/SKILL.md +8 -4
  180. package/harness/bundles/java/codebuddy/harness-plan/checklist.md +5 -5
  181. package/harness/bundles/java/codebuddy/harness-plan/reference.md +5 -5
  182. package/harness/bundles/java/codebuddy/harness-review/SKILL.md +5 -2
  183. package/harness/bundles/java/codebuddy/harness-review/checklist.md +1 -1
  184. package/harness/bundles/java/codebuddy/harness-run/SKILL.md +7 -3
  185. package/harness/bundles/java/codebuddy/harness-run/checklist.md +6 -6
  186. package/harness/bundles/java/codebuddy/harness-run/reference.md +352 -352
  187. package/harness/bundles/java/codebuddy/harness-submit/SKILL.md +6 -3
  188. package/harness/bundles/java/codebuddy/harness-submit/checklist.md +11 -11
  189. package/harness/bundles/java/codebuddy/harness-submit/reference.md +3 -3
  190. package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +4 -2
  191. package/harness/bundles/java/codebuddy/harness-sync/reference.md +1 -1
  192. package/harness/bundles/java/codebuddy/harness-test/SKILL.md +8 -5
  193. package/harness/bundles/java/codebuddy/harness-test/pitfalls.md +1 -1
  194. package/harness/bundles/java/codebuddy/harness-test/reference.md +1 -1
  195. package/harness/bundles/java/codebuddy/protocols/submit-protocol.md +1 -1
  196. package/harness/bundles/java/codebuddy/scripts/harness_deploy.py +7 -0
  197. package/harness/bundles/java/codebuddy/scripts/harness_integration.py +26 -2
  198. package/harness/bundles/java/codebuddy/scripts/harness_plan_finalize.py +159 -7
  199. package/harness/bundles/java/codebuddy/scripts/harness_profile.py +1 -0
  200. package/harness/bundles/java/codebuddy/scripts/harness_runtime.py +4 -4
  201. package/harness/bundles/java/codebuddy/scripts/harness_service.py +1 -0
  202. package/harness/bundles/java/codebuddy/scripts/harness_test_cleanup.py +175 -0
  203. package/harness/bundles/java/codex/.harness-build.json +1 -1
  204. package/harness/bundles/java/codex/CONTEXT.md +14 -1
  205. package/harness/bundles/java/codex/README.md +1 -1
  206. package/harness/bundles/java/codex/harness-apidoc/SKILL.md +5 -2
  207. package/harness/bundles/java/codex/harness-archive/SKILL.md +7 -4
  208. package/harness/bundles/java/codex/harness-archive/reference.md +1 -1
  209. package/harness/bundles/java/codex/harness-codebase-map/SKILL.md +4 -2
  210. package/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +4 -2
  211. package/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +4 -2
  212. package/harness/bundles/java/codex/harness-package/SKILL.md +5 -2
  213. package/harness/bundles/java/codex/harness-package/checklist.md +5 -5
  214. package/harness/bundles/java/codex/harness-plan/SKILL.md +8 -4
  215. package/harness/bundles/java/codex/harness-plan/checklist.md +5 -5
  216. package/harness/bundles/java/codex/harness-plan/reference.md +5 -5
  217. package/harness/bundles/java/codex/harness-review/SKILL.md +5 -2
  218. package/harness/bundles/java/codex/harness-review/checklist.md +1 -1
  219. package/harness/bundles/java/codex/harness-run/SKILL.md +7 -3
  220. package/harness/bundles/java/codex/harness-run/checklist.md +6 -6
  221. package/harness/bundles/java/codex/harness-run/reference.md +352 -352
  222. package/harness/bundles/java/codex/harness-submit/SKILL.md +6 -3
  223. package/harness/bundles/java/codex/harness-submit/checklist.md +11 -11
  224. package/harness/bundles/java/codex/harness-submit/reference.md +3 -3
  225. package/harness/bundles/java/codex/harness-sync/SKILL.md +4 -2
  226. package/harness/bundles/java/codex/harness-sync/reference.md +1 -1
  227. package/harness/bundles/java/codex/harness-test/SKILL.md +8 -5
  228. package/harness/bundles/java/codex/harness-test/pitfalls.md +1 -1
  229. package/harness/bundles/java/codex/harness-test/reference.md +1 -1
  230. package/harness/bundles/java/codex/protocols/submit-protocol.md +1 -1
  231. package/harness/bundles/java/codex/scripts/harness_deploy.py +7 -0
  232. package/harness/bundles/java/codex/scripts/harness_integration.py +26 -2
  233. package/harness/bundles/java/codex/scripts/harness_plan_finalize.py +159 -7
  234. package/harness/bundles/java/codex/scripts/harness_profile.py +1 -0
  235. package/harness/bundles/java/codex/scripts/harness_runtime.py +4 -4
  236. package/harness/bundles/java/codex/scripts/harness_service.py +1 -0
  237. package/harness/bundles/java/codex/scripts/harness_test_cleanup.py +175 -0
  238. package/harness/bundles/java/cursor/.harness-build.json +1 -1
  239. package/harness/bundles/java/cursor/CONTEXT.md +14 -1
  240. package/harness/bundles/java/cursor/README.md +1 -1
  241. package/harness/bundles/java/cursor/harness-apidoc/SKILL.md +5 -2
  242. package/harness/bundles/java/cursor/harness-archive/SKILL.md +7 -4
  243. package/harness/bundles/java/cursor/harness-archive/reference.md +1 -1
  244. package/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +4 -2
  245. package/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +4 -2
  246. package/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +4 -2
  247. package/harness/bundles/java/cursor/harness-package/SKILL.md +5 -2
  248. package/harness/bundles/java/cursor/harness-package/checklist.md +5 -5
  249. package/harness/bundles/java/cursor/harness-plan/SKILL.md +8 -4
  250. package/harness/bundles/java/cursor/harness-plan/checklist.md +5 -5
  251. package/harness/bundles/java/cursor/harness-plan/reference.md +5 -5
  252. package/harness/bundles/java/cursor/harness-review/SKILL.md +5 -2
  253. package/harness/bundles/java/cursor/harness-review/checklist.md +1 -1
  254. package/harness/bundles/java/cursor/harness-run/SKILL.md +7 -3
  255. package/harness/bundles/java/cursor/harness-run/checklist.md +6 -6
  256. package/harness/bundles/java/cursor/harness-run/reference.md +352 -352
  257. package/harness/bundles/java/cursor/harness-submit/SKILL.md +6 -3
  258. package/harness/bundles/java/cursor/harness-submit/checklist.md +11 -11
  259. package/harness/bundles/java/cursor/harness-submit/reference.md +3 -3
  260. package/harness/bundles/java/cursor/harness-sync/SKILL.md +4 -2
  261. package/harness/bundles/java/cursor/harness-sync/reference.md +1 -1
  262. package/harness/bundles/java/cursor/harness-test/SKILL.md +8 -5
  263. package/harness/bundles/java/cursor/harness-test/pitfalls.md +1 -1
  264. package/harness/bundles/java/cursor/harness-test/reference.md +1 -1
  265. package/harness/bundles/java/cursor/protocols/submit-protocol.md +1 -1
  266. package/harness/bundles/java/cursor/scripts/harness_deploy.py +7 -0
  267. package/harness/bundles/java/cursor/scripts/harness_integration.py +26 -2
  268. package/harness/bundles/java/cursor/scripts/harness_plan_finalize.py +159 -7
  269. package/harness/bundles/java/cursor/scripts/harness_profile.py +1 -0
  270. package/harness/bundles/java/cursor/scripts/harness_runtime.py +4 -4
  271. package/harness/bundles/java/cursor/scripts/harness_service.py +1 -0
  272. package/harness/bundles/java/cursor/scripts/harness_test_cleanup.py +175 -0
  273. package/harness/manifests/general/claude-code.json +37 -33
  274. package/harness/manifests/general/codebuddy.json +37 -33
  275. package/harness/manifests/general/codex.json +37 -33
  276. package/harness/manifests/general/cursor.json +37 -33
  277. package/harness/manifests/java/claude-code.json +39 -35
  278. package/harness/manifests/java/codebuddy.json +39 -35
  279. package/harness/manifests/java/codex.json +39 -35
  280. package/harness/manifests/java/cursor.json +39 -35
  281. package/hunter-workflow-family.json +2 -2
  282. package/package.json +1 -1
@@ -300,6 +300,152 @@ def _terminal_exists(change_dir: Path, run_id: str, attempt: int) -> bool:
300
300
  )
301
301
 
302
302
 
303
+ def verify_plan(change_dir: Path) -> dict[str, Any]:
304
+ """Read-only verification of a finalized plan (retro §5.8).
305
+
306
+ Validates the published artifacts, receipt and events stream without
307
+ requiring the original staging directory. Returns the artifact hash,
308
+ phase.end count/status, frontmatter, and consistency checks. Any parse
309
+ error or inconsistency results in ok=false with a non-zero exit code.
310
+ """
311
+ change_dir = change_dir.resolve()
312
+ receipt_path = change_dir / "meta" / "plan-finalization.json"
313
+ if not receipt_path.is_file():
314
+ return _result_error("RECEIPT_MISSING", f"receipt not found: {receipt_path}")
315
+
316
+ try:
317
+ receipt = json.loads(receipt_path.read_text(encoding="utf-8-sig"))
318
+ except (OSError, json.JSONDecodeError) as exc:
319
+ return _result_error("RECEIPT_INVALID", str(exc))
320
+ if not isinstance(receipt, dict):
321
+ return _result_error("RECEIPT_INVALID", "receipt top-level must be an object")
322
+
323
+ change_name = str(receipt.get("changeName") or "").strip()
324
+ if not change_name:
325
+ return _result_error("RECEIPT_INVALID", "receipt missing changeName")
326
+
327
+ expected_hash = str(receipt.get("artifactsHash") or "").strip()
328
+ if not expected_hash.startswith("sha256:"):
329
+ return _result_error("RECEIPT_INVALID", "receipt artifactsHash missing or malformed")
330
+
331
+ files_list = receipt.get("files")
332
+ if not isinstance(files_list, list) or not files_list:
333
+ return _result_error("RECEIPT_INVALID", "receipt files list missing or empty")
334
+
335
+ # Recompute artifacts hash from published files.
336
+ digest = hashlib.sha256()
337
+ artifact_names: list[str] = []
338
+ for rel_text in files_list:
339
+ rel = rel_text.as_posix() if hasattr(rel_text, "as_posix") else str(rel_text)
340
+ target = change_dir / rel
341
+ if not target.is_file():
342
+ return _result_error(
343
+ "ARTIFACT_MISSING", f"published artifact missing: {rel}"
344
+ )
345
+ artifact_names.append(rel)
346
+ digest.update(rel.encode("utf-8"))
347
+ digest.update(b"\0")
348
+ digest.update(target.read_bytes())
349
+ digest.update(b"\0")
350
+ actual_hash = "sha256:" + digest.hexdigest()
351
+ if actual_hash != expected_hash:
352
+ return _result_error(
353
+ "ARTIFACT_HASH_DRIFT",
354
+ f"published artifacts hash {actual_hash} != receipt {expected_hash}",
355
+ )
356
+
357
+ # Validate frontmatter on markdown artifacts.
358
+ frontmatter_results: dict[str, Any] = {}
359
+ for rel in artifact_names:
360
+ if not rel.endswith(".md"):
361
+ continue
362
+ target = change_dir / rel
363
+ try:
364
+ text = target.read_text(encoding="utf-8-sig")
365
+ except OSError as exc:
366
+ return _result_error("ARTIFACT_UNREADABLE", f"{rel}: {exc}")
367
+ fm = _frontmatter(text)
368
+ if fm is None:
369
+ return _result_error(
370
+ "ARTIFACT_FRONTMATTER_MISSING", f"{rel}: no frontmatter"
371
+ )
372
+ if fm.get("change-name") != change_name:
373
+ return _result_error(
374
+ "ARTIFACT_FRONTMATTER_INVALID",
375
+ f"{rel}: change-name '{fm.get('change-name')}' != '{change_name}'",
376
+ )
377
+ frontmatter_results[rel] = {
378
+ "change-name": fm.get("change-name"),
379
+ "status": fm.get("status"),
380
+ }
381
+
382
+ # Validate gate-policy.json is parseable JSON.
383
+ gate_policy_path = change_dir / "meta" / "gate-policy.json"
384
+ gate_policy_consistent = True
385
+ if gate_policy_path.is_file():
386
+ try:
387
+ json.loads(gate_policy_path.read_text(encoding="utf-8-sig"))
388
+ except (OSError, json.JSONDecodeError):
389
+ gate_policy_consistent = False
390
+ else:
391
+ gate_policy_consistent = False
392
+
393
+ # Validate events.ndjson: count phase.end, check for parse errors.
394
+ events_path = change_dir / "events.ndjson"
395
+ phase_end_count = 0
396
+ phase_end_status: str | None = None
397
+ events_parse_errors: list[str] = []
398
+ if events_path.is_file():
399
+ for line_no, line in enumerate(events_path.read_text(encoding="utf-8").splitlines(), 1):
400
+ if not line.strip():
401
+ continue
402
+ try:
403
+ event = json.loads(line)
404
+ except json.JSONDecodeError as exc:
405
+ events_parse_errors.append(f"line {line_no}: {exc}")
406
+ continue
407
+ if not isinstance(event, dict):
408
+ events_parse_errors.append(f"line {line_no}: not an object")
409
+ continue
410
+ if (
411
+ event.get("phase") == "plan"
412
+ and event.get("type") == "phase.end"
413
+ ):
414
+ phase_end_count += 1
415
+ phase_end_status = str(event.get("status") or "").upper()
416
+ else:
417
+ events_parse_errors.append("events.ndjson missing")
418
+
419
+ if events_parse_errors:
420
+ return _result_error(
421
+ "EVENTS_PARSE_ERROR", "; ".join(events_parse_errors[:5])
422
+ )
423
+
424
+ if phase_end_count == 0:
425
+ return _result_error("PHASE_END_MISSING", "no plan phase.end event found")
426
+ if phase_end_count > 1:
427
+ return _result_error(
428
+ "PHASE_END_DUPLICATE", f"found {phase_end_count} phase.end events"
429
+ )
430
+
431
+ # Receipt consistency: status should be finalized.
432
+ receipt_consistent = receipt.get("status") == "finalized"
433
+
434
+ return {
435
+ "ok": True,
436
+ "action": "verify",
437
+ "changeDir": str(change_dir),
438
+ "changeName": change_name,
439
+ "artifactsHash": actual_hash,
440
+ "phaseEndCount": phase_end_count,
441
+ "phaseEndStatus": phase_end_status,
442
+ "frontmatter": frontmatter_results,
443
+ "gatePolicyConsistent": gate_policy_consistent,
444
+ "receiptConsistent": receipt_consistent,
445
+ "files": artifact_names,
446
+ }
447
+
448
+
303
449
  def _read_design_capabilities(staging: Path, change_name: str) -> list[str]:
304
450
  """Read capabilities from design frontmatter (retro §5.4)."""
305
451
  design_path = staging / "spec" / f"{change_name}-design.md"
@@ -569,18 +715,24 @@ def build_parser() -> argparse.ArgumentParser:
569
715
  finalize.add_argument("--run-id", required=True)
570
716
  finalize.add_argument("--attempt", required=True, type=int)
571
717
  finalize.add_argument("--json", action="store_true")
718
+ verify = sub.add_parser("verify")
719
+ verify.add_argument("--change-dir", required=True)
720
+ verify.add_argument("--json", action="store_true")
572
721
  return parser
573
722
 
574
723
 
575
724
  def main(argv: list[str] | None = None) -> int:
576
725
  args = build_parser().parse_args(argv)
577
- result = finalize_plan(
578
- Path(args.change_dir),
579
- Path(args.staging_dir),
580
- change_name=args.change,
581
- run_id=args.run_id,
582
- attempt=args.attempt,
583
- )
726
+ if args.command == "verify":
727
+ result = verify_plan(Path(args.change_dir))
728
+ else:
729
+ result = finalize_plan(
730
+ Path(args.change_dir),
731
+ Path(args.staging_dir),
732
+ change_name=args.change,
733
+ run_id=args.run_id,
734
+ attempt=args.attempt,
735
+ )
584
736
  stream = sys.stdout if result["ok"] else sys.stderr
585
737
  if args.json:
586
738
  stream.write(json.dumps(result, ensure_ascii=False, indent=2) + "\n")
@@ -48,6 +48,7 @@ PROFILE_REL = Path(".harness") / "config" / "build-profile.json"
48
48
  DEFAULT_EXCLUDED_ROOTS: tuple[str, ...] = (
49
49
  ".git",
50
50
  ".harness",
51
+ ".worktrees",
51
52
  ".claude/worktrees",
52
53
  ".codex/worktrees",
53
54
  ".cursor/worktrees",
@@ -23,10 +23,10 @@ if hasattr(sys.stderr, "reconfigure"):
23
23
  SCHEMA_VERSION = 1
24
24
  _CHANGE_ID = re.compile(r"^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$")
25
25
  _ADAPTERS = {
26
- "claude-code": (".claude/worktrees", "claude/"),
27
- "codex": (".codex/worktrees", "codex/"),
28
- "cursor": (".cursor/worktrees", "cursor/"),
29
- "codebuddy": (".codebuddy/worktrees", "codebuddy/"),
26
+ "claude-code": (".worktrees", "harness/"),
27
+ "codex": (".worktrees", "harness/"),
28
+ "cursor": (".worktrees", "harness/"),
29
+ "codebuddy": (".worktrees", "harness/"),
30
30
  }
31
31
 
32
32
 
@@ -164,6 +164,7 @@ def get_service_start(profile: dict[str, Any]) -> dict[str, Any]:
164
164
  # runtime resolve 把具体 overlay/profile 注入到 session,不写回持久 profile
165
165
  # (spec §3.1 持久 profile 只保存模板;§3.4 修复输入端陈旧 profile)。
166
166
  STALE_WORKTREE_MARKERS: tuple[str, ...] = (
167
+ ".worktrees/",
167
168
  ".claude/worktrees/",
168
169
  ".cursor/worktrees/",
169
170
  ".codeium/worktrees/",
@@ -0,0 +1,175 @@
1
+ #!/usr/bin/env python3
2
+ """Controlled cleanup helper for test fixtures (retro §5.23).
3
+
4
+ Provides a host-policy-friendly entry point for removing gitignored test
5
+ fixtures (e.g. .pytest_data) within an execution root. Performs realpath
6
+ containment, rejects symlink/reparse escapes, lists exact counts before
7
+ deletion, and outputs a structured receipt.
8
+ """
9
+ from __future__ import annotations
10
+
11
+ import argparse
12
+ import json
13
+ import os
14
+ import shutil
15
+ import sys
16
+ from pathlib import Path
17
+ from typing import Any
18
+
19
+ if hasattr(sys.stdout, "reconfigure"):
20
+ sys.stdout.reconfigure(encoding="utf-8")
21
+ if hasattr(sys.stderr, "reconfigure"):
22
+ sys.stderr.reconfigure(encoding="utf-8")
23
+
24
+
25
+ def _resolve_within(execution_root: Path, rel: str) -> Path | None:
26
+ """Resolve rel under execution_root, rejecting escapes and symlinks."""
27
+ if not rel or rel.startswith("/"):
28
+ return None
29
+ # Reject absolute paths (Windows drive letter or POSIX).
30
+ if len(rel) >= 2 and rel[1] == ":":
31
+ return None
32
+ parts = rel.replace("\\", "/").split("/")
33
+ if ".." in parts:
34
+ return None
35
+ candidate = (execution_root / rel).resolve(strict=False)
36
+ # Containment check: candidate must be under execution_root.
37
+ try:
38
+ candidate.relative_to(execution_root.resolve(strict=False))
39
+ except ValueError:
40
+ return None
41
+ # Reject symlink/reparse escape: if the path is a symlink, check its target.
42
+ if candidate.is_symlink():
43
+ target = Path(os.readlink(candidate)).resolve(strict=False)
44
+ try:
45
+ target.relative_to(execution_root.resolve(strict=False))
46
+ except ValueError:
47
+ return None
48
+ # Even if target is inside, a symlinked cleanup root is suspicious;
49
+ # reject to avoid following links into unexpected locations.
50
+ return None
51
+ return candidate
52
+
53
+
54
+ def _count_files(root: Path) -> tuple[int, int]:
55
+ """Count files and total bytes under root."""
56
+ count = 0
57
+ total = 0
58
+ for dirpath, _dirs, files in os.walk(root):
59
+ for name in files:
60
+ fp = Path(dirpath) / name
61
+ try:
62
+ total += fp.stat().st_size
63
+ count += 1
64
+ except OSError:
65
+ continue
66
+ return count, total
67
+
68
+
69
+ def cleanup(execution_root: Path, cleanup_roots: list[str]) -> dict[str, Any]:
70
+ """Remove allowlisted cleanup roots within execution_root.
71
+
72
+ Returns a structured receipt. Any path escape, symlink escape, or
73
+ unallowed root results in ok=false with zero files removed.
74
+ """
75
+ execution_root = Path(execution_root).resolve(strict=False)
76
+ if not execution_root.is_dir():
77
+ return {
78
+ "ok": False,
79
+ "code": "EXECUTION_ROOT_MISSING",
80
+ "executionRoot": str(execution_root),
81
+ "removedFiles": 0,
82
+ "removedBytes": 0,
83
+ "rejectedEscapes": [],
84
+ }
85
+
86
+ rejected: list[dict[str, str]] = []
87
+ removed_files = 0
88
+ removed_bytes = 0
89
+ cleaned: list[str] = []
90
+
91
+ for rel in cleanup_roots:
92
+ target = _resolve_within(execution_root, rel)
93
+ if target is None:
94
+ rejected.append({"path": rel, "reason": "PATH_ESCAPE_REJECTED"})
95
+ continue
96
+ if not target.exists():
97
+ # Already absent — idempotent reentry.
98
+ continue
99
+ # Re-check symlink after resolution (the parent might be a symlink).
100
+ if target.is_symlink():
101
+ rejected.append({"path": rel, "reason": "SYMLINK_ESCAPE_REJECTED"})
102
+ continue
103
+ # Count before deletion for the receipt.
104
+ try:
105
+ count, total = _count_files(target)
106
+ except OSError:
107
+ count, total = 0, 0
108
+ # Delete.
109
+ try:
110
+ shutil.rmtree(target)
111
+ except OSError as exc:
112
+ rejected.append({"path": rel, "reason": f"DELETE_FAILED: {exc}"})
113
+ continue
114
+ removed_files += count
115
+ removed_bytes += total
116
+ cleaned.append(rel)
117
+
118
+ if rejected:
119
+ return {
120
+ "ok": False,
121
+ "code": rejected[0]["reason"],
122
+ "executionRoot": str(execution_root),
123
+ "removedFiles": removed_files,
124
+ "removedBytes": removed_bytes,
125
+ "rejectedEscapes": rejected,
126
+ "cleaned": cleaned,
127
+ }
128
+
129
+ if removed_files == 0 and not cleaned:
130
+ return {
131
+ "ok": True,
132
+ "code": "ALREADY_ABSENT",
133
+ "executionRoot": str(execution_root),
134
+ "removedFiles": 0,
135
+ "removedBytes": 0,
136
+ "rejectedEscapes": [],
137
+ "cleaned": [],
138
+ }
139
+
140
+ return {
141
+ "ok": True,
142
+ "code": "CLEANUP_COMPLETE",
143
+ "executionRoot": str(execution_root),
144
+ "removedFiles": removed_files,
145
+ "removedBytes": removed_bytes,
146
+ "rejectedEscapes": [],
147
+ "cleaned": cleaned,
148
+ }
149
+
150
+
151
+ def main(argv: list[str] | None = None) -> int:
152
+ parser = argparse.ArgumentParser(description=__doc__)
153
+ sub = parser.add_subparsers(dest="action", required=True)
154
+ clean_parser = sub.add_parser("cleanup")
155
+ clean_parser.add_argument("--execution-root", required=True)
156
+ clean_parser.add_argument("--cleanup-roots", required=True, help="JSON array of relative paths")
157
+ clean_parser.add_argument("--json", action="store_true")
158
+ args = parser.parse_args(argv)
159
+
160
+ try:
161
+ roots = json.loads(args.cleanup_roots)
162
+ if not isinstance(roots, list):
163
+ raise ValueError("cleanup-roots must be a JSON array")
164
+ except (json.JSONDecodeError, ValueError) as exc:
165
+ result = {"ok": False, "code": "INVALID_CLEANUP_ROOTS", "error": str(exc)}
166
+ print(json.dumps(result, ensure_ascii=False, indent=2))
167
+ return 1
168
+
169
+ result = cleanup(Path(args.execution_root), roots)
170
+ print(json.dumps(result, ensure_ascii=False, indent=2 if args.json else None))
171
+ return 0 if result["ok"] else 1
172
+
173
+
174
+ if __name__ == "__main__":
175
+ raise SystemExit(main())
@@ -2,5 +2,5 @@
2
2
  "schemaVersion": 1,
3
3
  "overlay": "none",
4
4
  "agent": "codex",
5
- "coreHash": "fb1657ff3330defc"
5
+ "coreHash": "817ae670b568499b"
6
6
  }
@@ -53,9 +53,22 @@ _Avoid_: 仅凭 diffHash 复用, 无证据跳过
53
53
  _Avoid_: 每轮测试后必杀服务
54
54
 
55
55
  **交互白名单**:
56
- 每个 skill 显式声明的允许 AskUserQuestion 场景清单。白名单外一律取默认值并记 decision 事件。
56
+ 每个 skill 显式声明的允许 `blocking user confirmation` 场景清单。白名单外一律取默认值并记 decision 事件。
57
57
  _Avoid_: 逐决策点询问
58
58
 
59
+ **阻断式用户确认(blocking user confirmation)**:
60
+ 宿主无关的审批原语。canonical skill 使用此术语表达"展示完整审批包并等待明确答复"的语义,不绑定具体宿主工具。adapter 按下表映射到宿主具体工具:
61
+
62
+ | Adapter | 工具 |
63
+ |---------|------|
64
+ | claude-code | AskUserQuestion |
65
+ | codebuddy | AskUserQuestion |
66
+ | codex | request_user_input 或普通对话 |
67
+ | cursor | 普通对话 |
68
+
69
+ finalizer 只校验 approval receipt/decision 的顺序和内容,不校验交互工具品牌。
70
+ _Avoid_: 硬编码宿主工具名, 跨宿主不可移植
71
+
59
72
  **部署合成**:
60
73
  `harness_deploy.py build` 把通用核心 + shared 片段 + overlay 合成为自包含 SKILL.md 后部署。Vault 源头 DRY,运行时单文件。
61
74
  _Avoid_: 运行时跨文件拼规则, fork 维护
@@ -59,7 +59,7 @@
59
59
  | harness-knowledge-query | `[Bash(powershell.exe:*), Read, Write, Edit, Glob, Grep]` | 同上 |
60
60
  | harness-knowledge-ingest | `[Bash(powershell.exe:*), Read, Write, Edit, Glob, Grep]` | 同上 |
61
61
 
62
- > **AskUserQuestion 不预批准**:各 skill 需要向用户确认时通过普通权限提示调用 `AskUserQuestion`,不在 `allowed-tools` 中预批准(遵循 skill-optimizer 规则)。`harness-codebase-map` 额外预批准 `Agent` 用于派发并行 mapper。
62
+ > **blocking user confirmation 不预批准**:各 skill 需要向用户确认时通过普通权限提示调用 `blocking user confirmation`(adapter 映射到 `AskUserQuestion`/`request_user_input`/普通对话),不在 `allowed-tools` 中预批准(遵循 skill-optimizer 规则)。`harness-codebase-map` 额外预批准 `Agent` 用于派发并行 mapper。
63
63
 
64
64
  > **codegraph 命令**:原 `Bash(codegraph *)` 改为 MCP 工具调用(`mcp__codegraph__codegraph_explore` 等),不再通过 Bash。
65
65
  >
@@ -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=fb1657ff3330defc; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=817ae670b568499b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-archive — 变更归档
8
8
 
9
9
  ## Purpose
@@ -52,6 +52,7 @@ description: 归档所有变更产出(计划/测试报告/审查/SQL/API文档
52
52
  9. **每个 skill 边界只刷新一次状态快照** — 先运行 `python <skills-root>/scripts/harness_state.py capture --project . --change-dir ".harness/changes/<change-name>" --base <baseCommit> --json`;`changedSegments=[]` 时复用已有 profile/rules/map/knowledge/change/code 指纹,不再重复跑全量 `harness-sync`、知识重建或代码库扫描。只有对应 segment 变化或缺失时才定向刷新;快照不能替代源码读取和验证门禁。
53
53
 
54
54
  状态目录分层:新路径优先,旧路径兼容 → [[../protocols/state-layout-protocol.md|state-layout-protocol]]
55
+ > 片段:read-protocol
55
56
 
56
57
  ## Workflow
57
58
 
@@ -79,7 +80,7 @@ description: 归档所有变更产出(计划/测试报告/审查/SQL/API文档
79
80
 
80
81
  ### Phase 2:确认归档 ⚠️ 强制阻断
81
82
 
82
- AskUserQuestion 让用户确认归档操作。**用户拒绝 → 终止流程,不执行任何操作。**
83
+ blocking user confirmation 让用户确认归档操作。**用户拒绝 → 终止流程,不执行任何操作。**
83
84
 
84
85
  - **Read `reference.md`** — 确认对话框的内容格式
85
86
 
@@ -104,6 +105,7 @@ AskUserQuestion 让用户确认归档操作。**用户拒绝 → 终止流程,
104
105
  - 命令结果不得靠猜测;普通 Bash 被拒 → 立即改用等价 PowerShell 重试一次
105
106
  - 仅 PowerShell 成功且有明确证据(构建/git/测试输出、文件存在、exit 0)时可标 ✅OK;否则 ❌FAIL 或 🟡WARN
106
107
  - 禁止把 hook 拒绝、静态验证、无输出、用户跳过说成成功 → 详见 [[../protocols/powershell-protocol.md|powershell-protocol]]、[[../protocols/evidence-based-reporting-protocol.md|evidence-based-reporting-protocol]]
108
+ > 片段:p0-trust
107
109
 
108
110
  ## 关键规则(硬门禁速查)
109
111
 
@@ -115,7 +117,7 @@ AskUserQuestion 让用户确认归档操作。**用户拒绝 → 终止流程,
115
117
 
116
118
  ### 二、归档前确认是强制阻断检查点
117
119
 
118
- AskUserQuestion 确认;用户拒绝 → 终止,不执行任何操作。
120
+ blocking user confirmation 确认;用户拒绝 → 终止,不执行任何操作。
119
121
 
120
122
  ### 三、文件移动只用内置工具或 PowerShell
121
123
 
@@ -184,7 +186,7 @@ git 命令通过 `powershell.exe -Command "..."` 执行;archive-meta.md 和 fi
184
186
 
185
187
  ## 交互白名单
186
188
 
187
- **仅允许**归档确认(Phase 2 AskUserQuestion);拒绝 → 终止,不执行任何移动。
189
+ **仅允许**归档确认(Phase 2 blocking user confirmation);拒绝 → 终止,不执行任何移动。
188
190
 
189
191
  ## 执行日志
190
192
 
@@ -199,3 +201,4 @@ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/cha
199
201
  > **Task 4 §6.1 写入契约**:普通 `append` = 加锁 -> 追加一行 -> fsync -> 解锁,**不 load 历史、不渲染**(O(1),跨进程锁 `events.ndjson.lock`,UUID 用完整 `uuid4().hex` 无需去重扫描)。仅 `--type phase.end` append 在追加成功后渲染一次 `execution-log.md`;显式 `harness_events.py render` 随时从完整 events 重建;`harness_archive.py finalize` 在 collect 前强制 render 一次。高频 command append 期间 log 可能滞后,phase 边界保持最新。
200
202
 
201
203
  每次阶段结束必须写 `--status OK|WARN|FAIL|BLOCKED`;重试同一阶段时增加 `--attempt <n>`,不得覆盖或伪装成一次执行。跨工具继续执行时写 `--executor-tool <codex|claude-code|codebuddy|cursor>`,并在接棒事件写 `--handoff-from-tool` / `--handoff-reason`;也可由 `HUNTER_HARNESS_TOOL/AGENT/MODEL/RUN_ID` 环境变量统一注入。
204
+ > 片段:logging · phase=`archive`
@@ -8,7 +8,7 @@ description: harness-archive 的归档流程、manifest、summary-data、final-s
8
8
 
9
9
  - **Phase 0 读取上下文**:读 SKILL.md / 本文件 / 共用协议(`../protocols/archive-report-protocol.md`、`../protocols/report-pipeline-protocol.md`、`../protocols/state-layout-protocol.md`、`../protocols/powershell-protocol.md`、`../protocols/sensitive-info-protocol.md`、`../protocols/evidence-based-reporting-protocol.md`)/ 解析 `$ARGUMENTS`。
10
10
  - **Phase 1 确认归档对象**:Glob `.harness/changes/*/plans/*-plan.md`(排除 archive),展示概要;多变更让用户选择或终止。
11
- - **Phase 2 确认归档(强制阻断)**:AskUserQuestion 确认,拒绝即终止。
11
+ - **Phase 2 确认归档(强制阻断)**:blocking user confirmation 确认,拒绝即终止。
12
12
  - **Phase 3 执行归档**:
13
13
  1. 运行 `python <skills-root>/scripts/harness_archive.py status --change-dir ... --json` 做前置检查。
14
14
  2. `meta/archive-meta.md` 由 finalize 生成(与 summary `finalStatus` 同源);禁止手写。维护者结论写入 events 即可。finalize 在 before-manifest 前执行 cleanup(删除 lock/pid/launcher/credential,截断超大日志)。
@@ -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=fb1657ff3330defc; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=817ae670b568499b; overlay=none; agent=codex; do not edit -->
7
7
  # harness-codebase-map — 代码库地图
8
8
 
9
9
  ## Purpose
@@ -56,6 +56,7 @@ description: 分析现有代码库并生成 .harness/codebase/map/
56
56
  - 命令结果不得靠猜测;普通 Bash 被拒 → 立即改用等价 PowerShell 重试一次
57
57
  - 仅 PowerShell 成功且有明确证据(构建/git/测试输出、文件存在、exit 0)时可标 ✅OK;否则 ❌FAIL 或 🟡WARN
58
58
  - 禁止把 hook 拒绝、静态验证、无输出、用户跳过说成成功 → 详见 [[../protocols/powershell-protocol.md|powershell-protocol]]、[[../protocols/evidence-based-reporting-protocol.md|evidence-based-reporting-protocol]]
59
+ > 片段:p0-trust · map 额外:文件存在/行数/hash 为证据
59
60
 
60
61
  ## 关键规则
61
62
 
@@ -81,7 +82,7 @@ description: 分析现有代码库并生成 .harness/codebase/map/
81
82
 
82
83
  ## 交互白名单
83
84
 
84
- **无** AskUserQuestion;参数/默认值 + `decision` 事件
85
+ **无** blocking user confirmation;参数/默认值 + `decision` 事件
85
86
 
86
87
  ## 执行日志
87
88
 
@@ -96,3 +97,4 @@ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/cha
96
97
  > **Task 4 §6.1 写入契约**:普通 `append` = 加锁 -> 追加一行 -> fsync -> 解锁,**不 load 历史、不渲染**(O(1),跨进程锁 `events.ndjson.lock`,UUID 用完整 `uuid4().hex` 无需去重扫描)。仅 `--type phase.end` append 在追加成功后渲染一次 `execution-log.md`;显式 `harness_events.py render` 随时从完整 events 重建;`harness_archive.py finalize` 在 collect 前强制 render 一次。高频 command append 期间 log 可能滞后,phase 边界保持最新。
97
98
 
98
99
  每次阶段结束必须写 `--status OK|WARN|FAIL|BLOCKED`;重试同一阶段时增加 `--attempt <n>`,不得覆盖或伪装成一次执行。跨工具继续执行时写 `--executor-tool <codex|claude-code|codebuddy|cursor>`,并在接棒事件写 `--handoff-from-tool` / `--handoff-reason`;也可由 `HUNTER_HARNESS_TOOL/AGENT/MODEL/RUN_ID` 环境变量统一注入。
100
+ > 片段:logging · phase=`codebase-map`;默认写 reports,有未归档变更时另写 change events
@@ -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=fb1657ff3330defc; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=817ae670b568499b; 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/` 索引。
@@ -211,6 +211,7 @@ powershell.exe -Command "python '<skill-dir>\scripts\harness_knowledge.py' sync
211
211
  - 命令结果不得靠猜测;普通 Bash 被拒 → 立即改用等价 PowerShell 重试一次
212
212
  - 仅 PowerShell 成功且有明确证据(构建/git/测试输出、文件存在、exit 0)时可标 ✅OK;否则 ❌FAIL 或 🟡WARN
213
213
  - 禁止把 hook 拒绝、静态验证、无输出、用户跳过说成成功 → 详见 [[../protocols/powershell-protocol.md|powershell-protocol]]、[[../protocols/evidence-based-reporting-protocol.md|evidence-based-reporting-protocol]]
214
+ > 片段:p0-trust · ingest/sync 须绑定 `upToDate`/产物路径证据
214
215
 
215
216
  ## Output Format
216
217
 
@@ -230,7 +231,7 @@ powershell.exe -Command "python '<skill-dir>\scripts\harness_knowledge.py' sync
230
231
 
231
232
  ## 交互白名单
232
233
 
233
- **仅当** `.harness/config/harness.json` 中 `knowledge.manualReview=true` 时,promote/demote 高价值条目需 AskUserQuestion;否则按 skill 默认策略 + `decision` 事件。
234
+ **仅当** `.harness/config/harness.json` 中 `knowledge.manualReview=true` 时,promote/demote 高价值条目需 blocking user confirmation;否则按 skill 默认策略 + `decision` 事件。
234
235
 
235
236
  ## 执行日志
236
237
 
@@ -245,3 +246,4 @@ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/cha
245
246
  > **Task 4 §6.1 写入契约**:普通 `append` = 加锁 -> 追加一行 -> fsync -> 解锁,**不 load 历史、不渲染**(O(1),跨进程锁 `events.ndjson.lock`,UUID 用完整 `uuid4().hex` 无需去重扫描)。仅 `--type phase.end` append 在追加成功后渲染一次 `execution-log.md`;显式 `harness_events.py render` 随时从完整 events 重建;`harness_archive.py finalize` 在 collect 前强制 render 一次。高频 command append 期间 log 可能滞后,phase 边界保持最新。
246
247
 
247
248
  每次阶段结束必须写 `--status OK|WARN|FAIL|BLOCKED`;重试同一阶段时增加 `--attempt <n>`,不得覆盖或伪装成一次执行。跨工具继续执行时写 `--executor-tool <codex|claude-code|codebuddy|cursor>`,并在接棒事件写 `--handoff-from-tool` / `--handoff-reason`;也可由 `HUNTER_HARNESS_TOOL/AGENT/MODEL/RUN_ID` 环境变量统一注入。
249
+ > 片段:logging · phase=`knowledge-ingest` · 默认控制台报告;变更上下文写 phase/decision/issue/artifact
@@ -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=fb1657ff3330defc; overlay=none; agent=codex; do not edit -->
6
+ <!-- generated by harness_deploy.py; core=817ae670b568499b; 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 的上下文归属。
@@ -111,6 +111,7 @@ powershell.exe -Command "python '<ingest-skill-dir>\scripts\harness_knowledge.py
111
111
  - 命令结果不得靠猜测;普通 Bash 被拒 → 立即改用等价 PowerShell 重试一次
112
112
  - 仅 PowerShell 成功且有明确证据(构建/git/测试输出、文件存在、exit 0)时可标 ✅OK;否则 ❌FAIL 或 🟡WARN
113
113
  - 禁止把 hook 拒绝、静态验证、无输出、用户跳过说成成功 → 详见 [[../protocols/powershell-protocol.md|powershell-protocol]]、[[../protocols/evidence-based-reporting-protocol.md|evidence-based-reporting-protocol]]
114
+ > 片段:p0-trust · query 成功须含 `contextPack`/`planInput.kind` 与 `latest.json` 写入
114
115
 
115
116
  ## Output Format
116
117
 
@@ -128,7 +129,7 @@ powershell.exe -Command "python '<ingest-skill-dir>\scripts\harness_knowledge.py
128
129
 
129
130
  ## 交互白名单
130
131
 
131
- **无** AskUserQuestion;`stale`/`conflicted` 命中记 `issue`,不阻断 query。
132
+ **无** blocking user confirmation;`stale`/`conflicted` 命中记 `issue`,不阻断 query。
132
133
 
133
134
  ## 执行日志
134
135
 
@@ -143,3 +144,4 @@ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/cha
143
144
  > **Task 4 §6.1 写入契约**:普通 `append` = 加锁 -> 追加一行 -> fsync -> 解锁,**不 load 历史、不渲染**(O(1),跨进程锁 `events.ndjson.lock`,UUID 用完整 `uuid4().hex` 无需去重扫描)。仅 `--type phase.end` append 在追加成功后渲染一次 `execution-log.md`;显式 `harness_events.py render` 随时从完整 events 重建;`harness_archive.py finalize` 在 collect 前强制 render 一次。高频 command append 期间 log 可能滞后,phase 边界保持最新。
144
145
 
145
146
  每次阶段结束必须写 `--status OK|WARN|FAIL|BLOCKED`;重试同一阶段时增加 `--attempt <n>`,不得覆盖或伪装成一次执行。跨工具继续执行时写 `--executor-tool <codex|claude-code|codebuddy|cursor>`,并在接棒事件写 `--handoff-from-tool` / `--handoff-reason`;也可由 `HUNTER_HARNESS_TOOL/AGENT/MODEL/RUN_ID` 环境变量统一注入。
147
+ > 片段:logging · phase=`knowledge-query` · 独立运行时控制台报告;变更上下文写 decision/issue/artifact