hunter-harness 0.1.2 → 0.2.0

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 (566) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +11 -0
  3. package/dist/bin.js +955 -318
  4. package/package.json +1 -1
  5. package/resources/harness/bundles/general/claude-code/.harness-build.json +6 -0
  6. package/resources/harness/{general → bundles/general/claude-code}/agents/harness-reviewer.md +2 -2
  7. package/resources/harness/{general → bundles/general/claude-code}/harness-archive/SKILL.md +1 -1
  8. package/resources/harness/{java → bundles/general/claude-code}/harness-codebase-map/SKILL.md +1 -1
  9. package/resources/harness/{java → bundles/general/claude-code}/harness-knowledge-ingest/SKILL.md +1 -1
  10. package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/reference.md +1 -1
  11. package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-query/SKILL.md +1 -1
  12. package/resources/harness/{general → bundles/general/claude-code}/harness-plan/SKILL.md +1 -1
  13. package/resources/harness/{java → bundles/general/claude-code}/harness-review/SKILL.md +8 -4
  14. package/resources/harness/{general → bundles/general/claude-code}/harness-review/checklist.md +3 -3
  15. package/resources/harness/{general → bundles/general/claude-code}/harness-run/SKILL.md +1 -1
  16. package/resources/harness/{general → bundles/general/claude-code}/harness-run/checklist.md +1 -1
  17. package/resources/harness/{general → bundles/general/claude-code}/harness-run/reference.md +2 -2
  18. package/resources/harness/{general → bundles/general/claude-code}/harness-submit/SKILL.md +1 -1
  19. package/resources/harness/{java → bundles/general/claude-code}/harness-sync/SKILL.md +2 -2
  20. package/resources/harness/{general → bundles/general/claude-code}/harness-sync/reference.md +7 -7
  21. package/resources/harness/{general → bundles/general/claude-code}/harness-test/SKILL.md +1 -1
  22. package/resources/harness/{general → bundles/general/claude-code}/harness-test/checklist.md +1 -1
  23. package/resources/harness/{java → bundles/general/claude-code}/scripts/harness_archive.py +2300 -2300
  24. package/resources/harness/{general → bundles/general/claude-code}/scripts/harness_deploy.py +74 -13
  25. package/resources/harness/{general → bundles/general/claude-code}/scripts/harness_events.py +680 -680
  26. package/resources/harness/{general → bundles/general/claude-code}/scripts/harness_ledger.py +660 -660
  27. package/resources/harness/{java → bundles/general/claude-code}/scripts/harness_preflight.py +765 -765
  28. package/resources/harness/{general → bundles/general/claude-code}/scripts/harness_service.py +1331 -1331
  29. package/resources/harness/bundles/general/codebuddy/.harness-build.json +6 -0
  30. package/resources/harness/bundles/general/codebuddy/agents/harness-evaluator.md +94 -0
  31. package/resources/harness/bundles/general/codebuddy/agents/harness-explorer.md +53 -0
  32. package/resources/harness/bundles/general/codebuddy/agents/harness-reviewer.md +52 -0
  33. package/resources/harness/bundles/general/codebuddy/harness-archive/SKILL.md +198 -0
  34. package/resources/harness/bundles/general/codebuddy/harness-codebase-map/SKILL.md +95 -0
  35. package/resources/harness/bundles/general/codebuddy/harness-knowledge-ingest/SKILL.md +229 -0
  36. package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/reference.md +1 -1
  37. package/resources/harness/bundles/general/codebuddy/harness-knowledge-query/SKILL.md +147 -0
  38. package/resources/harness/bundles/general/codebuddy/harness-plan/SKILL.md +109 -0
  39. package/resources/harness/bundles/general/codebuddy/harness-review/SKILL.md +142 -0
  40. package/resources/harness/{java → bundles/general/codebuddy}/harness-review/checklist.md +3 -3
  41. package/resources/harness/bundles/general/codebuddy/harness-run/SKILL.md +113 -0
  42. package/resources/harness/bundles/general/codebuddy/harness-run/checklist.md +259 -0
  43. package/resources/harness/bundles/general/codebuddy/harness-run/reference.md +834 -0
  44. package/resources/harness/bundles/general/codebuddy/harness-submit/SKILL.md +142 -0
  45. package/resources/harness/bundles/general/codebuddy/harness-sync/SKILL.md +65 -0
  46. package/resources/harness/{java → bundles/general/codebuddy}/harness-sync/reference.md +7 -7
  47. package/resources/harness/bundles/general/codebuddy/harness-test/SKILL.md +160 -0
  48. package/resources/harness/bundles/general/codebuddy/harness-test/checklist.md +319 -0
  49. package/resources/harness/bundles/general/codebuddy/harness-test/reference.md +791 -0
  50. package/resources/harness/{general → bundles/general/codebuddy}/scripts/harness_archive.py +2300 -2300
  51. package/resources/harness/{java → bundles/general/codebuddy}/scripts/harness_deploy.py +74 -13
  52. package/resources/harness/{java → bundles/general/codebuddy}/scripts/harness_events.py +680 -680
  53. package/resources/harness/{java → bundles/general/codebuddy}/scripts/harness_ledger.py +660 -660
  54. package/resources/harness/{general → bundles/general/codebuddy}/scripts/harness_preflight.py +765 -765
  55. package/resources/harness/{java → bundles/general/codebuddy}/scripts/harness_service.py +1331 -1331
  56. package/resources/harness/bundles/general/codex/.harness-build.json +6 -0
  57. package/resources/harness/bundles/general/codex/CONTEXT.md +65 -0
  58. package/resources/harness/bundles/general/codex/README.md +478 -0
  59. package/resources/harness/bundles/general/codex/harness-archive/SKILL.md +198 -0
  60. package/resources/harness/bundles/general/codex/harness-archive/checklist.md +52 -0
  61. package/resources/harness/bundles/general/codex/harness-archive/reference.md +103 -0
  62. package/resources/harness/bundles/general/codex/harness-archive/scripts/gen-manifest.ps1 +31 -0
  63. package/resources/harness/bundles/general/codex/harness-archive/templates/render-summary.mjs +171 -0
  64. package/resources/harness/bundles/general/codex/harness-archive/templates/summary-data-template.json +128 -0
  65. package/resources/harness/bundles/general/codex/harness-codebase-map/SKILL.md +95 -0
  66. package/resources/harness/bundles/general/codex/harness-codebase-map/checklist.md +126 -0
  67. package/resources/harness/bundles/general/codex/harness-codebase-map/reference.md +364 -0
  68. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  69. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/CONCERNS.md +49 -0
  70. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  71. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  72. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/STACK.md +55 -0
  73. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/STRUCTURE.md +69 -0
  74. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/TESTING.md +64 -0
  75. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  76. package/resources/harness/bundles/general/codex/harness-codebase-map/templates/map-summary.md +64 -0
  77. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/SKILL.md +229 -0
  78. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/design.md +842 -0
  79. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  80. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/mcp-config.example.json +10 -0
  81. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/reference.md +309 -0
  82. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  83. package/resources/harness/bundles/general/codex/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  84. package/resources/harness/bundles/general/codex/harness-knowledge-query/SKILL.md +147 -0
  85. package/resources/harness/bundles/general/codex/harness-plan/SKILL.md +109 -0
  86. package/resources/harness/bundles/general/codex/harness-plan/checklist.md +243 -0
  87. package/resources/harness/bundles/general/codex/harness-plan/protocols.md +124 -0
  88. package/resources/harness/bundles/general/codex/harness-plan/reference.md +376 -0
  89. package/resources/harness/bundles/general/codex/harness-review/SKILL.md +137 -0
  90. package/resources/harness/bundles/general/codex/harness-review/checklist.md +124 -0
  91. package/resources/harness/bundles/general/codex/harness-review/protocols.md +68 -0
  92. package/resources/harness/bundles/general/codex/harness-review/reference.md +86 -0
  93. package/resources/harness/bundles/general/codex/harness-run/SKILL.md +113 -0
  94. package/resources/harness/bundles/general/codex/harness-run/checklist.md +259 -0
  95. package/resources/harness/bundles/general/codex/harness-run/protocols.md +78 -0
  96. package/resources/harness/bundles/general/codex/harness-run/reference.md +834 -0
  97. package/resources/harness/bundles/general/codex/harness-submit/SKILL.md +142 -0
  98. package/resources/harness/bundles/general/codex/harness-submit/checklist.md +407 -0
  99. package/resources/harness/bundles/general/codex/harness-submit/reference.md +152 -0
  100. package/resources/harness/bundles/general/codex/harness-sync/SKILL.md +65 -0
  101. package/resources/harness/bundles/general/codex/harness-sync/reference.md +153 -0
  102. package/resources/harness/bundles/general/codex/harness-test/SKILL.md +160 -0
  103. package/resources/harness/bundles/general/codex/harness-test/checklist.md +319 -0
  104. package/resources/harness/bundles/general/codex/harness-test/pitfalls.md +260 -0
  105. package/resources/harness/bundles/general/codex/harness-test/reference.md +791 -0
  106. package/resources/harness/bundles/general/codex/protocols/archive-report-protocol.md +175 -0
  107. package/resources/harness/bundles/general/codex/protocols/evidence-based-reporting-protocol.md +134 -0
  108. package/resources/harness/bundles/general/codex/protocols/ledger-protocol.md +270 -0
  109. package/resources/harness/bundles/general/codex/protocols/powershell-protocol.md +181 -0
  110. package/resources/harness/bundles/general/codex/protocols/report-pipeline-protocol.md +150 -0
  111. package/resources/harness/bundles/general/codex/protocols/sensitive-info-protocol.md +92 -0
  112. package/resources/harness/bundles/general/codex/protocols/state-layout-protocol.md +131 -0
  113. package/resources/harness/bundles/general/codex/protocols/submit-protocol.md +78 -0
  114. package/resources/harness/bundles/general/codex/scripts/harness_archive.py +2319 -0
  115. package/resources/harness/bundles/general/codex/scripts/harness_deploy.py +674 -0
  116. package/resources/harness/bundles/general/codex/scripts/harness_events.py +680 -0
  117. package/resources/harness/bundles/general/codex/scripts/harness_ledger.py +671 -0
  118. package/resources/harness/bundles/general/codex/scripts/harness_preflight.py +780 -0
  119. package/resources/harness/bundles/general/codex/scripts/harness_service.py +1331 -0
  120. package/resources/harness/bundles/general/cursor/.harness-build.json +6 -0
  121. package/resources/harness/bundles/general/cursor/CONTEXT.md +65 -0
  122. package/resources/harness/bundles/general/cursor/README.md +478 -0
  123. package/resources/harness/bundles/general/cursor/harness-archive/SKILL.md +198 -0
  124. package/resources/harness/bundles/general/cursor/harness-archive/checklist.md +52 -0
  125. package/resources/harness/bundles/general/cursor/harness-archive/reference.md +103 -0
  126. package/resources/harness/bundles/general/cursor/harness-archive/scripts/gen-manifest.ps1 +31 -0
  127. package/resources/harness/bundles/general/cursor/harness-archive/templates/render-summary.mjs +171 -0
  128. package/resources/harness/bundles/general/cursor/harness-archive/templates/summary-data-template.json +128 -0
  129. package/resources/harness/bundles/general/cursor/harness-codebase-map/SKILL.md +95 -0
  130. package/resources/harness/bundles/general/cursor/harness-codebase-map/checklist.md +126 -0
  131. package/resources/harness/bundles/general/cursor/harness-codebase-map/reference.md +364 -0
  132. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  133. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/CONCERNS.md +49 -0
  134. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  135. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  136. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/STACK.md +55 -0
  137. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/STRUCTURE.md +69 -0
  138. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/TESTING.md +64 -0
  139. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  140. package/resources/harness/bundles/general/cursor/harness-codebase-map/templates/map-summary.md +64 -0
  141. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/SKILL.md +229 -0
  142. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/design.md +842 -0
  143. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  144. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/mcp-config.example.json +10 -0
  145. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/reference.md +309 -0
  146. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  147. package/resources/harness/bundles/general/cursor/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  148. package/resources/harness/bundles/general/cursor/harness-knowledge-query/SKILL.md +147 -0
  149. package/resources/harness/bundles/general/cursor/harness-plan/SKILL.md +109 -0
  150. package/resources/harness/bundles/general/cursor/harness-plan/checklist.md +243 -0
  151. package/resources/harness/bundles/general/cursor/harness-plan/protocols.md +124 -0
  152. package/resources/harness/bundles/general/cursor/harness-plan/reference.md +376 -0
  153. package/resources/harness/bundles/general/cursor/harness-review/SKILL.md +137 -0
  154. package/resources/harness/bundles/general/cursor/harness-review/checklist.md +124 -0
  155. package/resources/harness/bundles/general/cursor/harness-review/protocols.md +68 -0
  156. package/resources/harness/bundles/general/cursor/harness-review/reference.md +86 -0
  157. package/resources/harness/bundles/general/cursor/harness-run/SKILL.md +113 -0
  158. package/resources/harness/bundles/general/cursor/harness-run/checklist.md +259 -0
  159. package/resources/harness/bundles/general/cursor/harness-run/protocols.md +78 -0
  160. package/resources/harness/bundles/general/cursor/harness-run/reference.md +834 -0
  161. package/resources/harness/bundles/general/cursor/harness-submit/SKILL.md +142 -0
  162. package/resources/harness/bundles/general/cursor/harness-submit/checklist.md +407 -0
  163. package/resources/harness/bundles/general/cursor/harness-submit/reference.md +152 -0
  164. package/resources/harness/bundles/general/cursor/harness-sync/SKILL.md +65 -0
  165. package/resources/harness/bundles/general/cursor/harness-sync/reference.md +153 -0
  166. package/resources/harness/bundles/general/cursor/harness-test/SKILL.md +160 -0
  167. package/resources/harness/bundles/general/cursor/harness-test/checklist.md +319 -0
  168. package/resources/harness/bundles/general/cursor/harness-test/pitfalls.md +260 -0
  169. package/resources/harness/bundles/general/cursor/harness-test/reference.md +791 -0
  170. package/resources/harness/bundles/general/cursor/protocols/archive-report-protocol.md +175 -0
  171. package/resources/harness/bundles/general/cursor/protocols/evidence-based-reporting-protocol.md +134 -0
  172. package/resources/harness/bundles/general/cursor/protocols/ledger-protocol.md +270 -0
  173. package/resources/harness/bundles/general/cursor/protocols/powershell-protocol.md +181 -0
  174. package/resources/harness/bundles/general/cursor/protocols/report-pipeline-protocol.md +150 -0
  175. package/resources/harness/bundles/general/cursor/protocols/sensitive-info-protocol.md +92 -0
  176. package/resources/harness/bundles/general/cursor/protocols/state-layout-protocol.md +131 -0
  177. package/resources/harness/bundles/general/cursor/protocols/submit-protocol.md +78 -0
  178. package/resources/harness/bundles/general/cursor/scripts/harness_archive.py +2319 -0
  179. package/resources/harness/bundles/general/cursor/scripts/harness_deploy.py +674 -0
  180. package/resources/harness/bundles/general/cursor/scripts/harness_events.py +680 -0
  181. package/resources/harness/bundles/general/cursor/scripts/harness_ledger.py +671 -0
  182. package/resources/harness/bundles/general/cursor/scripts/harness_preflight.py +780 -0
  183. package/resources/harness/bundles/general/cursor/scripts/harness_service.py +1331 -0
  184. package/resources/harness/bundles/java/claude-code/.harness-build.json +6 -0
  185. package/resources/harness/bundles/java/claude-code/CONTEXT.md +65 -0
  186. package/resources/harness/bundles/java/claude-code/README.md +478 -0
  187. package/resources/harness/{java → bundles/java/claude-code}/agents/harness-reviewer.md +2 -2
  188. package/resources/harness/{java → bundles/java/claude-code}/harness-apidoc/SKILL.md +1 -1
  189. package/resources/harness/{java → bundles/java/claude-code}/harness-archive/SKILL.md +1 -1
  190. package/resources/harness/bundles/java/claude-code/harness-archive/checklist.md +52 -0
  191. package/resources/harness/bundles/java/claude-code/harness-archive/reference.md +103 -0
  192. package/resources/harness/bundles/java/claude-code/harness-archive/scripts/gen-manifest.ps1 +31 -0
  193. package/resources/harness/bundles/java/claude-code/harness-archive/templates/render-summary.mjs +171 -0
  194. package/resources/harness/bundles/java/claude-code/harness-archive/templates/summary-data-template.json +128 -0
  195. package/resources/harness/{general → bundles/java/claude-code}/harness-codebase-map/SKILL.md +1 -1
  196. package/resources/harness/bundles/java/claude-code/harness-codebase-map/checklist.md +126 -0
  197. package/resources/harness/bundles/java/claude-code/harness-codebase-map/reference.md +364 -0
  198. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  199. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/CONCERNS.md +49 -0
  200. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  201. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  202. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/STACK.md +55 -0
  203. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/STRUCTURE.md +69 -0
  204. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/TESTING.md +64 -0
  205. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  206. package/resources/harness/bundles/java/claude-code/harness-codebase-map/templates/map-summary.md +64 -0
  207. package/resources/harness/{general → bundles/java/claude-code}/harness-knowledge-ingest/SKILL.md +1 -1
  208. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/design.md +842 -0
  209. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  210. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/mcp-config.example.json +10 -0
  211. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/reference.md +309 -0
  212. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  213. package/resources/harness/bundles/java/claude-code/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  214. package/resources/harness/{java → bundles/java/claude-code}/harness-knowledge-query/SKILL.md +1 -1
  215. package/resources/harness/{java → bundles/java/claude-code}/harness-package/SKILL.md +1 -1
  216. package/resources/harness/{java → bundles/java/claude-code}/harness-package/reference.md +1 -1
  217. package/resources/harness/{java → bundles/java/claude-code}/harness-plan/SKILL.md +1 -1
  218. package/resources/harness/bundles/java/claude-code/harness-plan/checklist.md +243 -0
  219. package/resources/harness/bundles/java/claude-code/harness-plan/protocols.md +124 -0
  220. package/resources/harness/bundles/java/claude-code/harness-plan/reference.md +376 -0
  221. package/resources/harness/{general → bundles/java/claude-code}/harness-review/SKILL.md +8 -4
  222. package/resources/harness/bundles/java/claude-code/harness-review/checklist.md +124 -0
  223. package/resources/harness/bundles/java/claude-code/harness-review/protocols.md +68 -0
  224. package/resources/harness/bundles/java/claude-code/harness-review/reference.md +86 -0
  225. package/resources/harness/{java → bundles/java/claude-code}/harness-run/SKILL.md +1 -1
  226. package/resources/harness/{java → bundles/java/claude-code}/harness-run/checklist.md +1 -1
  227. package/resources/harness/bundles/java/claude-code/harness-run/protocols.md +78 -0
  228. package/resources/harness/{java → bundles/java/claude-code}/harness-run/reference.md +2 -2
  229. package/resources/harness/{java → bundles/java/claude-code}/harness-submit/SKILL.md +1 -1
  230. package/resources/harness/bundles/java/claude-code/harness-submit/checklist.md +407 -0
  231. package/resources/harness/bundles/java/claude-code/harness-submit/reference.md +152 -0
  232. package/resources/harness/{general → bundles/java/claude-code}/harness-sync/SKILL.md +2 -2
  233. package/resources/harness/bundles/java/claude-code/harness-sync/reference.md +153 -0
  234. package/resources/harness/{java → bundles/java/claude-code}/harness-test/SKILL.md +1 -1
  235. package/resources/harness/{java → bundles/java/claude-code}/harness-test/checklist.md +316 -316
  236. package/resources/harness/bundles/java/claude-code/harness-test/pitfalls.md +260 -0
  237. package/resources/harness/{java → bundles/java/claude-code}/harness-test/reference.md +788 -788
  238. package/resources/harness/bundles/java/claude-code/protocols/archive-report-protocol.md +175 -0
  239. package/resources/harness/bundles/java/claude-code/protocols/evidence-based-reporting-protocol.md +134 -0
  240. package/resources/harness/bundles/java/claude-code/protocols/ledger-protocol.md +270 -0
  241. package/resources/harness/bundles/java/claude-code/protocols/powershell-protocol.md +181 -0
  242. package/resources/harness/bundles/java/claude-code/protocols/report-pipeline-protocol.md +150 -0
  243. package/resources/harness/bundles/java/claude-code/protocols/sensitive-info-protocol.md +92 -0
  244. package/resources/harness/bundles/java/claude-code/protocols/state-layout-protocol.md +131 -0
  245. package/resources/harness/bundles/java/claude-code/protocols/submit-protocol.md +78 -0
  246. package/resources/harness/bundles/java/claude-code/scripts/harness_archive.py +2319 -0
  247. package/resources/harness/bundles/java/claude-code/scripts/harness_deploy.py +674 -0
  248. package/resources/harness/bundles/java/claude-code/scripts/harness_events.py +680 -0
  249. package/resources/harness/bundles/java/claude-code/scripts/harness_ledger.py +671 -0
  250. package/resources/harness/bundles/java/claude-code/scripts/harness_preflight.py +780 -0
  251. package/resources/harness/bundles/java/claude-code/scripts/harness_service.py +1331 -0
  252. package/resources/harness/bundles/java/codebuddy/.harness-build.json +6 -0
  253. package/resources/harness/bundles/java/codebuddy/CONTEXT.md +65 -0
  254. package/resources/harness/bundles/java/codebuddy/README.md +478 -0
  255. package/resources/harness/bundles/java/codebuddy/agents/harness-evaluator.md +94 -0
  256. package/resources/harness/bundles/java/codebuddy/agents/harness-explorer.md +53 -0
  257. package/resources/harness/bundles/java/codebuddy/agents/harness-reviewer.md +52 -0
  258. package/resources/harness/bundles/java/codebuddy/harness-apidoc/SKILL.md +68 -0
  259. package/resources/harness/bundles/java/codebuddy/harness-apidoc/checklist.md +142 -0
  260. package/resources/harness/bundles/java/codebuddy/harness-apidoc/reference.md +233 -0
  261. package/resources/harness/bundles/java/codebuddy/harness-archive/SKILL.md +198 -0
  262. package/resources/harness/bundles/java/codebuddy/harness-archive/checklist.md +52 -0
  263. package/resources/harness/bundles/java/codebuddy/harness-archive/reference.md +103 -0
  264. package/resources/harness/bundles/java/codebuddy/harness-archive/scripts/gen-manifest.ps1 +31 -0
  265. package/resources/harness/bundles/java/codebuddy/harness-archive/templates/render-summary.mjs +171 -0
  266. package/resources/harness/bundles/java/codebuddy/harness-archive/templates/summary-data-template.json +128 -0
  267. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/SKILL.md +95 -0
  268. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/checklist.md +126 -0
  269. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/reference.md +364 -0
  270. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  271. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/CONCERNS.md +49 -0
  272. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  273. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  274. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/STACK.md +55 -0
  275. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/STRUCTURE.md +69 -0
  276. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/TESTING.md +64 -0
  277. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  278. package/resources/harness/bundles/java/codebuddy/harness-codebase-map/templates/map-summary.md +64 -0
  279. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/SKILL.md +229 -0
  280. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/design.md +842 -0
  281. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  282. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/mcp-config.example.json +10 -0
  283. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/reference.md +309 -0
  284. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  285. package/resources/harness/bundles/java/codebuddy/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  286. package/resources/harness/bundles/java/codebuddy/harness-knowledge-query/SKILL.md +147 -0
  287. package/resources/harness/bundles/java/codebuddy/harness-package/SKILL.md +69 -0
  288. package/resources/harness/bundles/java/codebuddy/harness-package/checklist.md +322 -0
  289. package/resources/harness/bundles/java/codebuddy/harness-package/reference.md +210 -0
  290. package/resources/harness/bundles/java/codebuddy/harness-plan/SKILL.md +109 -0
  291. package/resources/harness/bundles/java/codebuddy/harness-plan/checklist.md +243 -0
  292. package/resources/harness/bundles/java/codebuddy/harness-plan/protocols.md +124 -0
  293. package/resources/harness/bundles/java/codebuddy/harness-plan/reference.md +376 -0
  294. package/resources/harness/bundles/java/codebuddy/harness-review/SKILL.md +142 -0
  295. package/resources/harness/bundles/java/codebuddy/harness-review/checklist.md +124 -0
  296. package/resources/harness/bundles/java/codebuddy/harness-review/protocols.md +68 -0
  297. package/resources/harness/bundles/java/codebuddy/harness-review/reference.md +86 -0
  298. package/resources/harness/bundles/java/codebuddy/harness-run/SKILL.md +129 -0
  299. package/resources/harness/bundles/java/codebuddy/harness-run/checklist.md +250 -0
  300. package/resources/harness/bundles/java/codebuddy/harness-run/protocols.md +78 -0
  301. package/resources/harness/bundles/java/codebuddy/harness-run/reference.md +814 -0
  302. package/resources/harness/bundles/java/codebuddy/harness-submit/SKILL.md +149 -0
  303. package/resources/harness/bundles/java/codebuddy/harness-submit/checklist.md +407 -0
  304. package/resources/harness/bundles/java/codebuddy/harness-submit/reference.md +152 -0
  305. package/resources/harness/bundles/java/codebuddy/harness-sync/SKILL.md +65 -0
  306. package/resources/harness/bundles/java/codebuddy/harness-sync/reference.md +153 -0
  307. package/resources/harness/bundles/java/codebuddy/harness-test/SKILL.md +172 -0
  308. package/resources/harness/bundles/java/codebuddy/harness-test/checklist.md +317 -0
  309. package/resources/harness/bundles/java/codebuddy/harness-test/pitfalls-java.md +16 -0
  310. package/resources/harness/bundles/java/codebuddy/harness-test/pitfalls.md +260 -0
  311. package/resources/harness/bundles/java/codebuddy/harness-test/reference.md +788 -0
  312. package/resources/harness/bundles/java/codebuddy/protocols/archive-report-protocol.md +175 -0
  313. package/resources/harness/bundles/java/codebuddy/protocols/evidence-based-reporting-protocol.md +134 -0
  314. package/resources/harness/bundles/java/codebuddy/protocols/ledger-protocol.md +270 -0
  315. package/resources/harness/bundles/java/codebuddy/protocols/powershell-protocol.md +181 -0
  316. package/resources/harness/bundles/java/codebuddy/protocols/report-pipeline-protocol.md +150 -0
  317. package/resources/harness/bundles/java/codebuddy/protocols/sensitive-info-protocol.md +92 -0
  318. package/resources/harness/bundles/java/codebuddy/protocols/state-layout-protocol.md +131 -0
  319. package/resources/harness/bundles/java/codebuddy/protocols/submit-protocol.md +78 -0
  320. package/resources/harness/bundles/java/codebuddy/scripts/harness_archive.py +2319 -0
  321. package/resources/harness/bundles/java/codebuddy/scripts/harness_deploy.py +674 -0
  322. package/resources/harness/bundles/java/codebuddy/scripts/harness_events.py +680 -0
  323. package/resources/harness/bundles/java/codebuddy/scripts/harness_ledger.py +671 -0
  324. package/resources/harness/bundles/java/codebuddy/scripts/harness_preflight.py +780 -0
  325. package/resources/harness/bundles/java/codebuddy/scripts/harness_service.py +1331 -0
  326. package/resources/harness/bundles/java/codex/.harness-build.json +6 -0
  327. package/resources/harness/bundles/java/codex/CONTEXT.md +65 -0
  328. package/resources/harness/bundles/java/codex/README.md +478 -0
  329. package/resources/harness/bundles/java/codex/harness-apidoc/SKILL.md +68 -0
  330. package/resources/harness/bundles/java/codex/harness-apidoc/checklist.md +142 -0
  331. package/resources/harness/bundles/java/codex/harness-apidoc/reference.md +233 -0
  332. package/resources/harness/bundles/java/codex/harness-archive/SKILL.md +198 -0
  333. package/resources/harness/bundles/java/codex/harness-archive/checklist.md +52 -0
  334. package/resources/harness/bundles/java/codex/harness-archive/reference.md +103 -0
  335. package/resources/harness/bundles/java/codex/harness-archive/scripts/gen-manifest.ps1 +31 -0
  336. package/resources/harness/bundles/java/codex/harness-archive/templates/render-summary.mjs +171 -0
  337. package/resources/harness/bundles/java/codex/harness-archive/templates/summary-data-template.json +128 -0
  338. package/resources/harness/bundles/java/codex/harness-codebase-map/SKILL.md +95 -0
  339. package/resources/harness/bundles/java/codex/harness-codebase-map/checklist.md +126 -0
  340. package/resources/harness/bundles/java/codex/harness-codebase-map/reference.md +364 -0
  341. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  342. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/CONCERNS.md +49 -0
  343. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  344. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  345. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/STACK.md +55 -0
  346. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/STRUCTURE.md +69 -0
  347. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/TESTING.md +64 -0
  348. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  349. package/resources/harness/bundles/java/codex/harness-codebase-map/templates/map-summary.md +64 -0
  350. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/SKILL.md +229 -0
  351. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/design.md +842 -0
  352. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  353. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/mcp-config.example.json +10 -0
  354. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/reference.md +309 -0
  355. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  356. package/resources/harness/bundles/java/codex/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  357. package/resources/harness/bundles/java/codex/harness-knowledge-query/SKILL.md +147 -0
  358. package/resources/harness/bundles/java/codex/harness-package/SKILL.md +69 -0
  359. package/resources/harness/bundles/java/codex/harness-package/checklist.md +322 -0
  360. package/resources/harness/bundles/java/codex/harness-package/reference.md +210 -0
  361. package/resources/harness/bundles/java/codex/harness-plan/SKILL.md +109 -0
  362. package/resources/harness/bundles/java/codex/harness-plan/checklist.md +243 -0
  363. package/resources/harness/bundles/java/codex/harness-plan/protocols.md +124 -0
  364. package/resources/harness/bundles/java/codex/harness-plan/reference.md +376 -0
  365. package/resources/harness/bundles/java/codex/harness-review/SKILL.md +137 -0
  366. package/resources/harness/bundles/java/codex/harness-review/checklist.md +124 -0
  367. package/resources/harness/bundles/java/codex/harness-review/protocols.md +68 -0
  368. package/resources/harness/bundles/java/codex/harness-review/reference.md +86 -0
  369. package/resources/harness/bundles/java/codex/harness-run/SKILL.md +129 -0
  370. package/resources/harness/bundles/java/codex/harness-run/checklist.md +250 -0
  371. package/resources/harness/bundles/java/codex/harness-run/protocols.md +78 -0
  372. package/resources/harness/bundles/java/codex/harness-run/reference.md +814 -0
  373. package/resources/harness/bundles/java/codex/harness-submit/SKILL.md +149 -0
  374. package/resources/harness/bundles/java/codex/harness-submit/checklist.md +407 -0
  375. package/resources/harness/bundles/java/codex/harness-submit/reference.md +152 -0
  376. package/resources/harness/bundles/java/codex/harness-sync/SKILL.md +65 -0
  377. package/resources/harness/bundles/java/codex/harness-sync/reference.md +153 -0
  378. package/resources/harness/bundles/java/codex/harness-test/SKILL.md +172 -0
  379. package/resources/harness/bundles/java/codex/harness-test/checklist.md +317 -0
  380. package/resources/harness/bundles/java/codex/harness-test/pitfalls-java.md +16 -0
  381. package/resources/harness/bundles/java/codex/harness-test/pitfalls.md +260 -0
  382. package/resources/harness/bundles/java/codex/harness-test/reference.md +788 -0
  383. package/resources/harness/bundles/java/codex/protocols/archive-report-protocol.md +175 -0
  384. package/resources/harness/bundles/java/codex/protocols/evidence-based-reporting-protocol.md +134 -0
  385. package/resources/harness/bundles/java/codex/protocols/ledger-protocol.md +270 -0
  386. package/resources/harness/bundles/java/codex/protocols/powershell-protocol.md +181 -0
  387. package/resources/harness/bundles/java/codex/protocols/report-pipeline-protocol.md +150 -0
  388. package/resources/harness/bundles/java/codex/protocols/sensitive-info-protocol.md +92 -0
  389. package/resources/harness/bundles/java/codex/protocols/state-layout-protocol.md +131 -0
  390. package/resources/harness/bundles/java/codex/protocols/submit-protocol.md +78 -0
  391. package/resources/harness/bundles/java/codex/scripts/harness_archive.py +2319 -0
  392. package/resources/harness/bundles/java/codex/scripts/harness_deploy.py +674 -0
  393. package/resources/harness/bundles/java/codex/scripts/harness_events.py +680 -0
  394. package/resources/harness/bundles/java/codex/scripts/harness_ledger.py +671 -0
  395. package/resources/harness/bundles/java/codex/scripts/harness_preflight.py +780 -0
  396. package/resources/harness/bundles/java/codex/scripts/harness_service.py +1331 -0
  397. package/resources/harness/bundles/java/cursor/.harness-build.json +6 -0
  398. package/resources/harness/bundles/java/cursor/CONTEXT.md +65 -0
  399. package/resources/harness/bundles/java/cursor/README.md +478 -0
  400. package/resources/harness/bundles/java/cursor/harness-apidoc/SKILL.md +68 -0
  401. package/resources/harness/bundles/java/cursor/harness-apidoc/checklist.md +142 -0
  402. package/resources/harness/bundles/java/cursor/harness-apidoc/reference.md +233 -0
  403. package/resources/harness/bundles/java/cursor/harness-archive/SKILL.md +198 -0
  404. package/resources/harness/bundles/java/cursor/harness-archive/checklist.md +52 -0
  405. package/resources/harness/bundles/java/cursor/harness-archive/reference.md +103 -0
  406. package/resources/harness/bundles/java/cursor/harness-archive/scripts/gen-manifest.ps1 +31 -0
  407. package/resources/harness/bundles/java/cursor/harness-archive/templates/render-summary.mjs +171 -0
  408. package/resources/harness/bundles/java/cursor/harness-archive/templates/summary-data-template.json +128 -0
  409. package/resources/harness/bundles/java/cursor/harness-codebase-map/SKILL.md +95 -0
  410. package/resources/harness/bundles/java/cursor/harness-codebase-map/checklist.md +126 -0
  411. package/resources/harness/bundles/java/cursor/harness-codebase-map/reference.md +364 -0
  412. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/ARCHITECTURE.md +57 -0
  413. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/CONCERNS.md +49 -0
  414. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/CONVENTIONS.md +57 -0
  415. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/INTEGRATIONS.md +52 -0
  416. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/STACK.md +55 -0
  417. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/STRUCTURE.md +69 -0
  418. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/TESTING.md +64 -0
  419. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/map-manifest.schema.json +73 -0
  420. package/resources/harness/bundles/java/cursor/harness-codebase-map/templates/map-summary.md +64 -0
  421. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/SKILL.md +229 -0
  422. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/design.md +842 -0
  423. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +42 -0
  424. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/mcp-config.example.json +10 -0
  425. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/reference.md +309 -0
  426. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge.py +4082 -0
  427. package/resources/harness/bundles/java/cursor/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +273 -0
  428. package/resources/harness/bundles/java/cursor/harness-knowledge-query/SKILL.md +147 -0
  429. package/resources/harness/bundles/java/cursor/harness-package/SKILL.md +69 -0
  430. package/resources/harness/bundles/java/cursor/harness-package/checklist.md +322 -0
  431. package/resources/harness/bundles/java/cursor/harness-package/reference.md +210 -0
  432. package/resources/harness/bundles/java/cursor/harness-plan/SKILL.md +109 -0
  433. package/resources/harness/bundles/java/cursor/harness-plan/checklist.md +243 -0
  434. package/resources/harness/bundles/java/cursor/harness-plan/protocols.md +124 -0
  435. package/resources/harness/bundles/java/cursor/harness-plan/reference.md +376 -0
  436. package/resources/harness/bundles/java/cursor/harness-review/SKILL.md +137 -0
  437. package/resources/harness/bundles/java/cursor/harness-review/checklist.md +124 -0
  438. package/resources/harness/bundles/java/cursor/harness-review/protocols.md +68 -0
  439. package/resources/harness/bundles/java/cursor/harness-review/reference.md +86 -0
  440. package/resources/harness/bundles/java/cursor/harness-run/SKILL.md +129 -0
  441. package/resources/harness/bundles/java/cursor/harness-run/checklist.md +250 -0
  442. package/resources/harness/bundles/java/cursor/harness-run/protocols.md +78 -0
  443. package/resources/harness/bundles/java/cursor/harness-run/reference.md +814 -0
  444. package/resources/harness/bundles/java/cursor/harness-submit/SKILL.md +149 -0
  445. package/resources/harness/bundles/java/cursor/harness-submit/checklist.md +407 -0
  446. package/resources/harness/bundles/java/cursor/harness-submit/reference.md +152 -0
  447. package/resources/harness/bundles/java/cursor/harness-sync/SKILL.md +65 -0
  448. package/resources/harness/bundles/java/cursor/harness-sync/reference.md +153 -0
  449. package/resources/harness/bundles/java/cursor/harness-test/SKILL.md +172 -0
  450. package/resources/harness/bundles/java/cursor/harness-test/checklist.md +317 -0
  451. package/resources/harness/bundles/java/cursor/harness-test/pitfalls-java.md +16 -0
  452. package/resources/harness/bundles/java/cursor/harness-test/pitfalls.md +260 -0
  453. package/resources/harness/bundles/java/cursor/harness-test/reference.md +788 -0
  454. package/resources/harness/bundles/java/cursor/protocols/archive-report-protocol.md +175 -0
  455. package/resources/harness/bundles/java/cursor/protocols/evidence-based-reporting-protocol.md +134 -0
  456. package/resources/harness/bundles/java/cursor/protocols/ledger-protocol.md +270 -0
  457. package/resources/harness/bundles/java/cursor/protocols/powershell-protocol.md +181 -0
  458. package/resources/harness/bundles/java/cursor/protocols/report-pipeline-protocol.md +150 -0
  459. package/resources/harness/bundles/java/cursor/protocols/sensitive-info-protocol.md +92 -0
  460. package/resources/harness/bundles/java/cursor/protocols/state-layout-protocol.md +131 -0
  461. package/resources/harness/bundles/java/cursor/protocols/submit-protocol.md +78 -0
  462. package/resources/harness/bundles/java/cursor/scripts/harness_archive.py +2319 -0
  463. package/resources/harness/bundles/java/cursor/scripts/harness_deploy.py +674 -0
  464. package/resources/harness/bundles/java/cursor/scripts/harness_events.py +680 -0
  465. package/resources/harness/bundles/java/cursor/scripts/harness_ledger.py +671 -0
  466. package/resources/harness/bundles/java/cursor/scripts/harness_preflight.py +780 -0
  467. package/resources/harness/bundles/java/cursor/scripts/harness_service.py +1331 -0
  468. package/resources/harness/manifests/{general.json → general/claude-code.json} +27 -26
  469. package/resources/harness/manifests/general/codebuddy.json +277 -0
  470. package/resources/harness/manifests/general/codex.json +265 -0
  471. package/resources/harness/manifests/general/cursor.json +265 -0
  472. package/resources/harness/manifests/{java.json → java/claude-code.json} +31 -30
  473. package/resources/harness/manifests/java/codebuddy.json +305 -0
  474. package/resources/harness/manifests/java/codex.json +293 -0
  475. package/resources/harness/manifests/java/cursor.json +293 -0
  476. package/resources/harness/general/.harness-build.json +0 -5
  477. package/resources/harness/java/.harness-build.json +0 -5
  478. /package/resources/harness/{general → bundles/general/claude-code}/CONTEXT.md +0 -0
  479. /package/resources/harness/{general → bundles/general/claude-code}/README.md +0 -0
  480. /package/resources/harness/{general → bundles/general/claude-code}/agents/harness-evaluator.md +0 -0
  481. /package/resources/harness/{general → bundles/general/claude-code}/agents/harness-explorer.md +0 -0
  482. /package/resources/harness/{general → bundles/general/claude-code}/harness-archive/checklist.md +0 -0
  483. /package/resources/harness/{general → bundles/general/claude-code}/harness-archive/reference.md +0 -0
  484. /package/resources/harness/{general → bundles/general/claude-code}/harness-archive/scripts/gen-manifest.ps1 +0 -0
  485. /package/resources/harness/{general → bundles/general/claude-code}/harness-archive/templates/render-summary.mjs +0 -0
  486. /package/resources/harness/{general → bundles/general/claude-code}/harness-archive/templates/summary-data-template.json +0 -0
  487. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/checklist.md +0 -0
  488. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/reference.md +0 -0
  489. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/ARCHITECTURE.md +0 -0
  490. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/CONCERNS.md +0 -0
  491. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/CONVENTIONS.md +0 -0
  492. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/INTEGRATIONS.md +0 -0
  493. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/STACK.md +0 -0
  494. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/STRUCTURE.md +0 -0
  495. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/TESTING.md +0 -0
  496. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/map-manifest.schema.json +0 -0
  497. /package/resources/harness/{general → bundles/general/claude-code}/harness-codebase-map/templates/map-summary.md +0 -0
  498. /package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/design.md +0 -0
  499. /package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -0
  500. /package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/mcp-config.example.json +0 -0
  501. /package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -0
  502. /package/resources/harness/{general → bundles/general/claude-code}/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -0
  503. /package/resources/harness/{general → bundles/general/claude-code}/harness-plan/checklist.md +0 -0
  504. /package/resources/harness/{general → bundles/general/claude-code}/harness-plan/protocols.md +0 -0
  505. /package/resources/harness/{general → bundles/general/claude-code}/harness-plan/reference.md +0 -0
  506. /package/resources/harness/{general → bundles/general/claude-code}/harness-review/protocols.md +0 -0
  507. /package/resources/harness/{general → bundles/general/claude-code}/harness-review/reference.md +0 -0
  508. /package/resources/harness/{general → bundles/general/claude-code}/harness-run/protocols.md +0 -0
  509. /package/resources/harness/{general → bundles/general/claude-code}/harness-submit/checklist.md +0 -0
  510. /package/resources/harness/{general → bundles/general/claude-code}/harness-submit/reference.md +0 -0
  511. /package/resources/harness/{general → bundles/general/claude-code}/harness-test/pitfalls.md +0 -0
  512. /package/resources/harness/{general → bundles/general/claude-code}/harness-test/reference.md +0 -0
  513. /package/resources/harness/{general → bundles/general/claude-code}/protocols/archive-report-protocol.md +0 -0
  514. /package/resources/harness/{general → bundles/general/claude-code}/protocols/evidence-based-reporting-protocol.md +0 -0
  515. /package/resources/harness/{general → bundles/general/claude-code}/protocols/ledger-protocol.md +0 -0
  516. /package/resources/harness/{general → bundles/general/claude-code}/protocols/powershell-protocol.md +0 -0
  517. /package/resources/harness/{general → bundles/general/claude-code}/protocols/report-pipeline-protocol.md +0 -0
  518. /package/resources/harness/{general → bundles/general/claude-code}/protocols/sensitive-info-protocol.md +0 -0
  519. /package/resources/harness/{general → bundles/general/claude-code}/protocols/state-layout-protocol.md +0 -0
  520. /package/resources/harness/{general → bundles/general/claude-code}/protocols/submit-protocol.md +0 -0
  521. /package/resources/harness/{java → bundles/general/codebuddy}/CONTEXT.md +0 -0
  522. /package/resources/harness/{java → bundles/general/codebuddy}/README.md +0 -0
  523. /package/resources/harness/{java → bundles/general/codebuddy}/harness-archive/checklist.md +0 -0
  524. /package/resources/harness/{java → bundles/general/codebuddy}/harness-archive/reference.md +0 -0
  525. /package/resources/harness/{java → bundles/general/codebuddy}/harness-archive/scripts/gen-manifest.ps1 +0 -0
  526. /package/resources/harness/{java → bundles/general/codebuddy}/harness-archive/templates/render-summary.mjs +0 -0
  527. /package/resources/harness/{java → bundles/general/codebuddy}/harness-archive/templates/summary-data-template.json +0 -0
  528. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/checklist.md +0 -0
  529. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/reference.md +0 -0
  530. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/ARCHITECTURE.md +0 -0
  531. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/CONCERNS.md +0 -0
  532. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/CONVENTIONS.md +0 -0
  533. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/INTEGRATIONS.md +0 -0
  534. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/STACK.md +0 -0
  535. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/STRUCTURE.md +0 -0
  536. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/TESTING.md +0 -0
  537. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/map-manifest.schema.json +0 -0
  538. /package/resources/harness/{java → bundles/general/codebuddy}/harness-codebase-map/templates/map-summary.md +0 -0
  539. /package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/design.md +0 -0
  540. /package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/evaluations/harness_knowledge_evaluation.xml +0 -0
  541. /package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/mcp-config.example.json +0 -0
  542. /package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/scripts/harness_knowledge.py +0 -0
  543. /package/resources/harness/{java → bundles/general/codebuddy}/harness-knowledge-ingest/scripts/harness_knowledge_mcp.py +0 -0
  544. /package/resources/harness/{java → bundles/general/codebuddy}/harness-plan/checklist.md +0 -0
  545. /package/resources/harness/{java → bundles/general/codebuddy}/harness-plan/protocols.md +0 -0
  546. /package/resources/harness/{java → bundles/general/codebuddy}/harness-plan/reference.md +0 -0
  547. /package/resources/harness/{java → bundles/general/codebuddy}/harness-review/protocols.md +0 -0
  548. /package/resources/harness/{java → bundles/general/codebuddy}/harness-review/reference.md +0 -0
  549. /package/resources/harness/{java → bundles/general/codebuddy}/harness-run/protocols.md +0 -0
  550. /package/resources/harness/{java → bundles/general/codebuddy}/harness-submit/checklist.md +0 -0
  551. /package/resources/harness/{java → bundles/general/codebuddy}/harness-submit/reference.md +0 -0
  552. /package/resources/harness/{java → bundles/general/codebuddy}/harness-test/pitfalls.md +0 -0
  553. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/archive-report-protocol.md +0 -0
  554. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/evidence-based-reporting-protocol.md +0 -0
  555. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/ledger-protocol.md +0 -0
  556. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/powershell-protocol.md +0 -0
  557. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/report-pipeline-protocol.md +0 -0
  558. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/sensitive-info-protocol.md +0 -0
  559. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/state-layout-protocol.md +0 -0
  560. /package/resources/harness/{java → bundles/general/codebuddy}/protocols/submit-protocol.md +0 -0
  561. /package/resources/harness/{java → bundles/java/claude-code}/agents/harness-evaluator.md +0 -0
  562. /package/resources/harness/{java → bundles/java/claude-code}/agents/harness-explorer.md +0 -0
  563. /package/resources/harness/{java → bundles/java/claude-code}/harness-apidoc/checklist.md +0 -0
  564. /package/resources/harness/{java → bundles/java/claude-code}/harness-apidoc/reference.md +0 -0
  565. /package/resources/harness/{java → bundles/java/claude-code}/harness-package/checklist.md +0 -0
  566. /package/resources/harness/{java → bundles/java/claude-code}/harness-test/pitfalls-java.md +0 -0
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: harness-evaluator
3
+ description: 计划对抗评审执行者:对设计文档+实施计划+测试场景表做只读对抗评审,挑刺方案可行性/依赖顺序/遗漏风险/范围蔓延/测试覆盖缺口,default
4
+ 模式 + tools 白名单只读,返回 VERDICT(APPROVED/REVISE)+结构化问题清单。由 harness-plan 阶段7.5通过
5
+ context:fork 委派。
6
+ permissionMode: default
7
+ skills:
8
+ - harness-plan
9
+ ---
10
+
11
+ # harness-evaluator — 计划对抗评审 Subagent
12
+
13
+ 你是一个专门执行"计划对抗评审"的子代理。由 harness-plan 阶段 7.5 通过 `context: fork` 委派,在隔离上下文对完整计划包做只读对抗评审,default 模式 + tools 白名单确保只读,返回 VERDICT + 结构化问题清单给主会话持久化。
14
+
15
+ ## 你的职责
16
+
17
+ 读取以下计划包并挑刺:
18
+ - `.harness/changes/<change-name>/spec/<change-name>-design.md`(设计文档)
19
+ - `.harness/changes/<change-name>/plans/<change-name>-plan.md`(简洁任务表)
20
+ - `.harness/changes/<change-name>/plans/<change-name>-implementation-detail.md`(自适应执行参考;新版必需,legacy 可缺)
21
+ - `.harness/changes/<change-name>/plans/<change-name>-test-scenarios.md`(测试场景表)
22
+ - 阶段 3 代码探索结论(`.harness/changes/<change-name>/logs/execution-log.md` 中记录,或 `.harness/codebase/map/`)
23
+
24
+ 返回 `VERDICT: APPROVED` 或 `VERDICT: REVISE` + 结构化问题清单。
25
+
26
+ ## 评审维度
27
+
28
+ 1. **方案可行性** — 选定方案在当前代码库/技术栈下能否落地?有无技术幻觉?
29
+ 2. **依赖顺序** — 任务依赖是否正确?有无循环依赖/漏排前置?数据访问层→业务层→接口层顺序是否对?
30
+ 3. **遗漏风险** — 有没有该做没做的(错误处理、边界、并发、权限、数据迁移、回滚)?
31
+ 4. **范围蔓延** — 有没有不在需求范围内的"顺手做"?变更名与实际范围是否一致?
32
+ 5. **测试覆盖缺口** — 场景表 8 维度覆盖检查表(正常/参数校验/业务规则/权限边界/数据兼容/错误码/集成/并发幂等)哪些是 ⚠️ 缺口?
33
+ 6. **与代码探索结论矛盾** — 设计/计划是否和阶段 3 代码探索结论冲突(如假设了不存在的接口/表)?
34
+
35
+ ## 评审规则
36
+
37
+ - **上下文隔离价值**:你通过 `context: fork` 委派,**未参与规划**,没有 sunk cost / 确认偏误——大胆挑刺,不要为主会话的方案背书
38
+ - **VERDICT 判定**:无 RED 问题 → APPROVED;存在任意 RED → REVISE;只有 YELLOW 仍可 APPROVED 但列出建议
39
+ - **每问题给出**:严重级别(RED=高风险建议必须处理 / YELLOW=中低风险建议)+ 具体位置(文件:行号 或 计划任务#)+ 建议做法
40
+ - **证据化**:RED/YELLOW 必须基于实际读到的计划/代码内容,不得凭印象;引用具体片段
41
+ - **不阻塞**:评审为参考性,报告不得写"阻塞 submit / 必须修复",应写"建议优先处理 / 仅供参考,由用户决定是否修订"
42
+ - **敏感信息脱敏**:发现计划中明文 token/密码/密钥列入 RED,以 `<TOKEN_REDACTED>` 等占位符引用
43
+
44
+ ## ⚠️ 同 provider 局限(诚实标注)
45
+
46
+ 你是 Claude 子代理,与主会话**同 provider**。本评审基于"上下文隔离 + 档位差异(haiku vs 主会话模型)",**非真正跨 provider 对抗**——回音壁风险仍在,对结构性盲点保持谦逊:
47
+ - 不确定的问题标 `TODO(不确定)` 而非强行下结论
48
+ - 如发现"可能需要跨 provider 二次确认"的高风险点,在报告中提示主会话"建议升级为 Codex 跨 provider 评审"(见 harness-plan/reference.md "C2 升级口"),但你自身不调 Codex CLI
49
+
50
+ ## 输出格式
51
+
52
+ 返回完整评审报告(Markdown)给主会话,由主会话写入 `.harness/changes/<change-name>/reports/plan-review/plan-review-YYYYMMDD-HHmm.md`。报告含:
53
+
54
+ ```markdown
55
+ # 计划对抗评审 — <change-name>
56
+
57
+ > 评审时间:YYYY-MM-DD HH:mm | 评审模型:haiku | VERDICT:APPROVED/REVISE
58
+
59
+ ## VERDICT
60
+ <APPROVED 或 REVISE> — <一句话结论>
61
+
62
+ ## 问题清单
63
+
64
+ ### RED(高风险,建议必须处理)
65
+ | # | 维度 | 位置 | 问题 | 建议 |
66
+ |:--:|------|------|------|------|
67
+ | 1 | 依赖顺序 | plan 任务3→任务4 | ... | ... |
68
+
69
+ ### YELLOW(中低风险建议)
70
+ | # | 维度 | 位置 | 问题 | 建议 |
71
+ |:--:|------|------|------|------|
72
+ | 1 | 测试覆盖 | 场景表 | 未覆盖并发幂等 | 建议补充 INT-002 |
73
+
74
+ ## 测试覆盖缺口
75
+ (对照 8 维度,列出 ⚠️ 缺口)
76
+
77
+ ## 同 provider 局限说明
78
+ 本评审基于上下文隔离+档位差异,非跨 provider。高风险点建议升级 Codex 二次确认。
79
+
80
+ ## 总结
81
+ 仅供参考,不阻塞后续 harness 流程。是否修订由用户决定。
82
+ ```
83
+
84
+ ## 限制
85
+
86
+ - default 模式 + tools 白名单运行,**不能执行任何写操作**(报告由主会话持久化,不由你写入)
87
+ - 最多 8 轮,避免无限评审
88
+ - 返回结构化报告给主会话;**不要在主会话之外持久化任何文件**
89
+ - 不调用任何外部 CLI(codex / git / 构建命令);纯 Read/Glob/Grep 只读分析
90
+ - 不修改任何代码、配置、SQL、计划文件
91
+
92
+ ## 最终输出契约
93
+
94
+ 在你的最后一条消息中,以纯文本 Markdown 输出完整计划对抗评审报告正文,不得仅输出工具调用摘要或元数据。
@@ -0,0 +1,53 @@
1
+ ---
2
+ name: harness-explorer
3
+ description: 代码只读研究:harness-codebase-map 情报 + CodeGraph MCP 调用链 + 现有代码阅读。由
4
+ harness-plan skill 在阶段3(代码探索)委派,default 模式 + tools 白名单确保只读,返回结构化设计概要。
5
+ permissionMode: default
6
+ skills:
7
+ - harness-plan
8
+ ---
9
+
10
+ # harness-explorer — 代码探索 Subagent
11
+
12
+ 你是一个专门执行代码只读研究的子代理。由 harness-plan skill 在阶段 3(代码探索)委派,使用 default 模式 + tools 白名单确保只读。
13
+
14
+ ## 你的职责
15
+
16
+ 1. 读取项目级架构情报 `.harness/codebase/map/`(由 `npx hunter-harness` 初始化生成,含模块/分层/依赖映射);该目录不存在时降级为读 `CLAUDE.md`/`AGENTS.md`,并在结论中标注 `🟡 codebase-map 缺失,降级为读项目说明`
17
+ 2. 用 CodeGraph MCP 工具(`mcp__codegraph__codegraph_explore` 等)探索相关模块的调用链;MCP 不可用时降级为 Glob+Grep 手动定位,并在结论中标注 `🟡 CodeGraph MCP 不可用,降级为手动定位`
18
+ 3. 阅读与需求相关的现有接口层、业务层、数据访问层、数据模型、数据契约
19
+ 4. 输出**设计概要**结构化报告给主会话
20
+
21
+ ## 设计概要格式
22
+
23
+ ```markdown
24
+ ## 设计概要 — <功能名>
25
+
26
+ ### 涉及模块
27
+ - 接口层: xxx-server/.../xxx/
28
+ - 业务层: 同上
29
+ - 新增表: xxx
30
+ - 修改表: xxx (新增 N 字段)
31
+
32
+ ### 接口变更
33
+ | 方法 | 路径 | 类型 |
34
+ |------|------|:----:|
35
+ | GET | /xxx | 新增 |
36
+ | POST | /xxx | 修改 |
37
+
38
+ ### 关键决策
39
+ - 决策1: 说明
40
+ - 决策2: 说明
41
+ ```
42
+
43
+ ## 限制
44
+
45
+ - 你在 default 模式 + tools 白名单下运行,**不能执行任何写操作**
46
+ - 最多 10 轮,避免无限探索
47
+ - 返回结构化设计概要给主会话;**不要在主会话之外持久化任何文件**
48
+ - git/构建 命令必须通过 `powershell.exe -Command "..."` 执行(裸 `Bash(git *)` / `Bash(mvn *)` 会被 hook 拒绝,已列入 disallowedTools)
49
+ - 禁止通过 `Bash(codegraph *)` 调用 codegraph 命令行——必须用 MCP 工具 `mcp__codegraph__codegraph_*`
50
+
51
+ ## 最终输出契约
52
+
53
+ 在你的最后一条消息中,以纯文本 Markdown 输出完整结构化设计概要正文,不得仅输出工具调用摘要或元数据。
@@ -0,0 +1,52 @@
1
+ ---
2
+ name: harness-reviewer
3
+ description: "6维度代码审查执行者:对 git diff 进行架构/安全/规范/兼容/测试/性能审查,对照项目规则(见
4
+ .harness/context-index.json)和测试场景表,default 模式 + tools
5
+ 白名单只读,返回分级审查报告(RED/YELLOW/OK)。由 harness-review skill 通过 Agent 工具
6
+ spawn(subagent_type: harness-reviewer)委派。"
7
+ permissionMode: default
8
+ skills:
9
+ - harness-review
10
+ ---
11
+
12
+ # harness-reviewer — 6维度代码审查 Subagent
13
+
14
+ 你是一个专门执行代码审查的子代理。由 harness-review skill 通过 Agent 工具 spawn(`subagent_type: harness-reviewer`)委派,在隔离上下文对 git diff 进行6维度审查,default 模式 + tools 白名单确保只读,返回分级审查报告给主会话持久化。
15
+
16
+ ## 你的职责
17
+
18
+ 执行 `harness-review` SKILL.md Workflow 步骤 1-2 的审查工作:确定变更名、读取 worktree 状态(`requested=true` 但 worktree 不存在 → 返回 🟡 提示主会话先修复,**不得审查主目录**,否则 git diff 为空)、6维度逐文件审查(架构/安全/规范/兼容/测试/性能)、对照 `项目规则(见 .harness/context-index.json)/` 和测试场景表、返回分级报告。维度检查项见 `harness-review/checklist.md`,报告格式见 `harness-review/reference.md`。
19
+
20
+ ### agent 特有执行约束
21
+
22
+ - 获取变更范围必须走 powershell 通道:`powershell.exe -NoProfile -Command "git -C '<worktree或项目路径>' diff --stat"` 和 `git diff`(裸 `Bash(git *)` 已被 disallowedTools 拦截)
23
+ - 代码探索优先 CodeGraph MCP(`mcp__codegraph__codegraph_explore`);MCP 不可用时降级为 Glob+Grep,标注 `🟡 CodeGraph MCP 不可用,降级为手动定位`
24
+ - 返回完整分级审查报告(Markdown)给主会话持久化,自身不写文件
25
+
26
+ ## 审查规则
27
+
28
+ - 只审查 `git diff` 中的变更部分,不审查已有代码
29
+ - 区分严重级别:RED=高风险建议(强烈建议处理),YELLOW=中低风险建议,OK=无问题
30
+ - 每个问题给出具体修复建议(文件:行号 + 建议做法)
31
+ - diff 为空 → 直接返回"无变更可审查"
32
+ - **review 结果仅供参考,不阻塞后续流程**:报告中不得写"阻塞 submit / 禁止 package / 必须修复后才能继续",应写"建议优先处理 / 建议在 submit 前人工确认 / 仅供参考,不阻塞后续 harness 流程"
33
+ - 敏感信息脱敏:报告中发现明文 token/密码/密钥必须列入 RED 问题并在报告中以 `<TOKEN_REDACTED>` 等占位符引用
34
+ - 证据化报告:RED/YELLOW/OK 结论必须基于实际 diff 内容,不得凭印象判断
35
+ - git/构建 命令必须通过 `powershell.exe -Command "..."` 执行;禁止通过 `Bash(codegraph *)` 调命令行,必须用 MCP 工具
36
+
37
+ ## 输出格式
38
+
39
+ 返回完整的分级审查报告(Markdown)给主会话,由主会话写入 `.harness/changes/<change-name>/reports/review/review-report-YYYYMMDD-HHmm.md`。报告含:变更摘要、6维度结果汇总表、RED 高风险建议清单、YELLOW 中低风险建议清单、规则对照表、总结("仅供参考,不阻塞后续 harness 流程")。完整模板见 `harness-review/reference.md`。
40
+
41
+ ## 限制
42
+
43
+ - default 模式 + tools 白名单运行,**不能执行任何写操作**(报告由主会话持久化,不由你写入)
44
+ - 最多 12 轮,避免无限审查
45
+ - 返回结构化报告给主会话;**不要在主会话之外持久化任何文件**
46
+ - 不修改任何代码、配置、SQL
47
+ - git/构建 命令通过 `powershell.exe -Command "..."` 执行(裸 Bash 被 hook 拒绝,已列入 disallowedTools)
48
+ - 禁止通过 `Bash(codegraph *)` 调用 codegraph 命令行——必须用 MCP 工具 `mcp__codegraph__codegraph_*`
49
+
50
+ ## 最终输出契约
51
+
52
+ 在你的最后一条消息中,以纯文本 Markdown 输出完整审查报告正文,不得仅输出工具调用摘要或元数据。
@@ -0,0 +1,68 @@
1
+ ---
2
+ name: harness-apidoc
3
+ description: 从 Java 后端代码生成结构化前端 API 文档(Controller/VO/ErrorCode)。使用场景:接口文档、前端接口文档、API 文档生成
4
+ ---
5
+ <!-- generated by harness_deploy.py; core=c7f197c6a6f1ff5a; overlay=java; agent=codebuddy; do not edit -->
6
+ # harness-apidoc — 前端接口文档(Java overlay)
7
+
8
+ ## Purpose
9
+
10
+ 基于 Controller、VO、ErrorCode 生成结构化前端接口文档(增量 + 全量)。
11
+
12
+ ## When to Use
13
+
14
+ - 新功能完成需出接口文档
15
+ - 触发语:"接口文档""API 文档""写文档给前端"
16
+
17
+ ## 统一读取协议
18
+
19
+ 1. **`.harness/changes/<change-name>/` 是唯一真相源** — 所有输入从该目录读取,产物写入对应子目录
20
+ 2. **change-name 优先从 frontmatter 读取** — `spec/*-design.md`、`plans/*-plan.md` 的 YAML `change-name`
21
+ 3. **frontmatter 缺失时兼容旧格式** — 从路径推断,标记 `🟡 legacy-plan`,不失败
22
+ 4. **spec** — 设计真相源:`spec/<change>-design.md`
23
+ 5. **plan** — 任务真相源:`plans/<change>-plan.md`
24
+ 6. **implementation-detail** — 自适应执行参考;legacy 缺失 🟡WARN,不阻断
25
+ 7. **test-scenarios** — 测试真相源:`plans/<change>-test-scenarios.md`
26
+ 8. **禁止读取 `docs/superpowers/` 作为正式输入** — 旧草稿仅人工线索
27
+
28
+ 状态目录分层:新路径优先,旧路径兼容 → [[../protocols/state-layout-protocol.md|state-layout-protocol]]
29
+
30
+ ## Workflow
31
+
32
+ 1. 确定 change-name(Glob plans,读 frontmatter)
33
+ 2. append `phase.start`
34
+ 3. 扫描变更涉及 Controller/VO/ErrorCode(CodeGraph 优先)
35
+ 4. 生成/更新 `reports/apidoc/` 下 Markdown
36
+ 5. append `artifact` + `phase.end`
37
+
38
+ ## Output
39
+
40
+ - `.harness/changes/<cn>/reports/apidoc/api-doc-*.md`(或项目约定路径)
41
+ - 控制台摘要:新增/变更接口数
42
+
43
+ ## P0 执行可信度规则
44
+
45
+ - 命令结果不得靠猜测;普通 Bash 被拒 → 立即改用等价 PowerShell 重试一次
46
+ - 仅 PowerShell 成功且有明确证据(构建/git/测试输出、文件存在、exit 0)时可标 ✅OK;否则 ❌FAIL 或 🟡WARN
47
+ - 禁止把 hook 拒绝、静态验证、无输出、用户跳过说成成功 → 详见 [[../protocols/powershell-protocol.md|powershell-protocol]]、[[../protocols/evidence-based-reporting-protocol.md|evidence-based-reporting-protocol]]
48
+
49
+ ## 渐进披露
50
+
51
+ - **Read `reference.md`** — 文档模板与字段规则
52
+ - **Read `checklist.md`** — 逐步勾选
53
+
54
+ ## 交互白名单
55
+
56
+ **无** AskUserQuestion;缺输入记 `issue`。
57
+
58
+ ## 执行日志
59
+
60
+ `events.ndjson` 为唯一事实源(schema_version 2,`note` 承载人类可读摘要);`logs/execution-log.md` 由 `harness_events.py` 渲染,**禁止手工 Edit**。结构 → [[../protocols/report-pipeline-protocol.md|report-pipeline-protocol]]
61
+
62
+ ```powershell
63
+ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/changes/<change-name>" --phase <phase> --type phase.start --note "<触发指令>"
64
+ ```
65
+
66
+ > **脚本接线**:`harness_events.py append`;`harness_archive.py finalize`;`harness_preflight.py check`;`harness_ledger.py can-reuse`;`harness_service.py ensure/stop`(须 `--files`/`serviceStart.inputFiles`)。JSON 输出按 D13 护栏解读。
67
+
68
+ > **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 边界保持最新。
@@ -0,0 +1,142 @@
1
+ ---
2
+ description: harness-apidoc 的7步工作流详细步骤、接口提取规则和执行日志记录格式。仅在执行文档生成流程时读取。
3
+ ---
4
+
5
+ # harness-apidoc 检查清单
6
+
7
+ ## 步骤 0:启动准备
8
+
9
+ 确定变更名:用 Glob 搜索 `.harness/changes/*/plans/*-plan.md`(**排除 `.harness/archive/*/`**),读取 frontmatter 提取 `change-name`。默认最多一个未归档变更;如有多个,优先取最近修改的,或询问用户。
10
+
11
+ **检查 worktree**:读取 `.harness/changes/<change-name>/meta/worktree.json`(旧路径兼容根目录 `worktree.json`):
12
+
13
+ - `requested=true` 且 `worktreeRoot` 存在 → cd 到 `worktreeRoot`,确保读取 worktree 中最新代码
14
+ - `requested=true` 但 worktree 不存在 → **停止并提示用户修复 worktree 状态,不得静默回到主目录**
15
+ - `requested=false` 或文件不存在 → 在主目录执行
16
+
17
+ 不要用 `**` 通配符扫描 worktree(返回 100+ 无关文件)。
18
+
19
+ **append `phase.start`**(`harness_events.py`;禁止手工 Edit `execution-log.md`):
20
+
21
+ ```powershell
22
+ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/changes/<change-name>" --phase apidoc --type phase.start --note "<触发指令>"
23
+ ```
24
+
25
+ ## 步骤 1:识别变更范围
26
+
27
+ 读取变更计划文件,结合 `git diff --stat` 确定涉及的 Controller、VO、ErrorCode 文件。
28
+
29
+ **⚠️ 必读:审查 logs/execution-log.md 中的后续修复记录**
30
+
31
+ plan 文件是初始设计,代码可能在 review/test 阶段被修改。必须读取 `logs/execution-log.md` 中 plan 之后的条目(旧路径兼容根目录 `execution-log.md`;特别是 harness-review 和审查修复补充),关注:
32
+
33
+ - 哪些方法被修改了实现逻辑(如硬编码改为枚举)
34
+ - 哪些字段被新增/删除/重命名
35
+ - 哪些行为发生了变更(如权限策略调整)
36
+
37
+ 在生成文档时,以**实际代码**为准,不以 plan 文件的伪代码为准。
38
+
39
+ ## 步骤 2:提取接口信息
40
+
41
+ 逐个读取变更涉及的 Controller 文件,提取:
42
+
43
+ - **接口路径和方法**:从 `@RequestMapping`、`@GetMapping`、`@PostMapping` 等注解
44
+ - **请求参数**:从方法签名和 `@RequestBody`、`@RequestParam`、`@PathVariable` 注解
45
+ - **请求体结构**:从 SaveReqVO、PageReqVO 等请求 VO 的字段定义
46
+ - **响应体结构**:从 RespVO、SimpleRespVO 等响应 VO 的字段定义
47
+ - **校验规则**:从 VO 上的 `@NotNull`、`@NotBlank`、`@Size` 等校验注解
48
+ - **错误码**:从 ErrorCodeConstants 或相关常量类
49
+
50
+ 用 CodeGraph 辅助探索调用链(Controller → Service → Mapper),理解接口的业务逻辑。
51
+
52
+ **⚠️ 行为变更接口必须读 Service 实际实现**
53
+
54
+ 对于有行为变更的接口(如权限调整、返回值结构变更、查询逻辑修改),必须读取 Service 实现类的实际代码,不能仅依赖 plan 文件中的伪代码。
55
+
56
+ 重点验证:
57
+
58
+ - `getMeta()` 等返回动态数据的接口 → 读实际返回值构造逻辑
59
+ - 枚举/常量值 → 读实际枚举类源码,不从 plan 推断
60
+ - 权限校验逻辑 → 读实际 Service 方法体
61
+
62
+ **枚举值交叉验证**:数据字典中的枚举值必须从实际枚举类源码提取,不从 plan 文件的伪代码推断。如果 plan 中写 `new SceneMetaVO("1", ...)` 但实际代码用 `ProjectTypeEnum.DELIVERY.getCode()`,以实际代码为准。
63
+
64
+ **codegraph 降级策略**:
65
+
66
+ - `codegraph_search` 返回 0 结果时(新文件索引未同步),立即用 Grep 搜索
67
+ - `codegraph_node` 遇到重名符号时(如多个 ErrorCodeConstants),用 `file` 参数指定文件名
68
+ - 不要对同一符号重复调用 codegraph_node 超过 2 次,第 2 次仍不对则用 Read 直接读文件
69
+
70
+ ## 步骤 3:确定文档类型
71
+
72
+ | 变更规模 | 文档类型 | 说明 |
73
+ |----------|----------|------|
74
+ | 新功能/新模块(5+ 新接口) | **完整接口文档** | 包含所有章节 |
75
+ | 扩展已有接口(新增字段、修改逻辑) | **增量接口文档** | 只描述变更部分,注明与旧版本的差异 |
76
+ | 小改动(1-2 个字段变更) | **增量接口文档** | 简要描述变更 |
77
+
78
+ ## 步骤 4:生成文档
79
+
80
+ 按照 `reference.md` 的7章节模板生成文档。关键要求:
81
+ - 每个接口必须有:路径参数表、Query/请求体字段表、响应字段表
82
+ - 响应示例必须包含完整 JSON
83
+ - 字段表必须包含:字段名、类型、必填(请求)、说明
84
+ - 校验规则写入字段表的「校验」列(如 `≤50字符`、`枚举`)
85
+ - 枚举值必须列入「数据字典」章节,标注前端展示方式
86
+ - 前端用法要写具体(不是"展示数据",而是控件+联动)
87
+ - 扩展接口必须描述行为变更(不只是字段变更)
88
+ - 前端交互建议用表格:操作 → 接口 → 触发时机 → 交互效果
89
+ - 兼容性说明用表格:场景 → 旧行为 → 新行为 → 前端处理
90
+ - 错误码必须包含触发场景列
91
+ - 从代码提取信息,不从需求文档猜测
92
+
93
+ **⚠️ 前端影响分级标注(强制)**
94
+
95
+ 每个变更接口必须标注前端影响级别,让前端开发者一眼看出哪些需要改代码、哪些无需处理:
96
+
97
+ | 标记 | 含义 | 前端动作 |
98
+ |:----:|------|----------|
99
+ | 🔴 **BREAKING** | 破坏性变更,前端不修改会报错或功能异常 | **必须修改**,优先处理 |
100
+ | 🟡 **NEEDS-UPDATE** | 非破坏性变更,但前端需要适配才能使用新功能 | **建议修改**,否则无法使用新能力 |
101
+ | 🟢 **TRANSPARENT** | 后端内部变更,前端无感,无需修改 | 无需处理,仅供了解 |
102
+
103
+ **判定规则**:
104
+
105
+ - 🔴 **BREAKING**:删除字段、字段类型变更、枚举值删除/变更、请求必填字段新增、响应结构变更、接口路径变更
106
+ - 🟡 **NEEDS-UPDATE**:新增可选字段、新增可选参数、新增响应字段(前端可选渲染)、行为变更(如权限放开,前端可删除旧的 403 处理)
107
+ - 🟢 **TRANSPARENT**:后端内部重构(如死代码删除、Mapper 优化)、性能优化、日志变更、注释变更
108
+
109
+ **标注位置**:
110
+
111
+ 1. **接口变更概览表**:在「变更」列后增加「前端影响」列
112
+ 2. **扩展接口详情**:每个接口标题下方用 callout 标注
113
+ 3. **文档开头**:增加「前端改动清单」摘要章节
114
+
115
+ **前端改动清单模板**(放在文档开头,接口变更概览之前):
116
+
117
+ ```markdown
118
+ ## ⚡ 前端改动清单
119
+
120
+ > 前端开发者请优先处理以下 🔴 BREAKING 项,其次处理 🟡 NEEDS-UPDATE 项。
121
+
122
+ | 优先级 | 接口 | 改动点 | 前端动作 |
123
+ |:------:|------|--------|----------|
124
+ | 🔴 | `GET /indicator/meta` | `applicableScenes[].code` 值从数字改为枚举编码 | Select 组件 value 改用 `projectType` 字段 |
125
+ | 🔴 | `POST /indicator/applicable` | 请求体 `sceneCode` 删除 | 改为传 `projectType` |
126
+ | 🟡 | `GET /indicator/enabled` | 新增 `projectType` 过滤参数 | 可选适配,传入可筛选适用指标 |
127
+ | 🟢 | `POST /indicator/list` | 后端自动 orgCode 过滤 | 无需处理,前端可删除传 orgCode 逻辑 |
128
+ ```
129
+
130
+ ## 步骤 5:保存文档
131
+
132
+ 用 Write 工具保存到 `.harness/changes/<change-name>/apidoc/<模块名>-前端接口文档-YYYY-MM-DD.md`。
133
+
134
+ ## 步骤 6:展示并确认
135
+
136
+ 展示文档摘要,询问用户是否满意。不满意 → 修改后重新保存。
137
+
138
+ **append `phase.complete`**(`note` 含结果/摘要/文档路径):
139
+
140
+ ```powershell
141
+ python <skills-root>/scripts/harness_events.py append --change-dir ".harness/changes/<change-name>" --phase apidoc --type phase.complete --note "OK|WARN|FAIL — <摘要>"
142
+ ```
@@ -0,0 +1,233 @@
1
+ ---
2
+ description: harness-apidoc 的文档7章节完整模板和增量接口文档差异说明。仅在生成文档需要参考模板结构时读取。
3
+ ---
4
+
5
+ # harness-apidoc 参考 — 文档模板
6
+
7
+ ## 文档7章节完整模板
8
+
9
+ ```markdown
10
+ # <模块名> — 前端接口文档
11
+
12
+ > **版本**:V<N> | **日期**:YYYY-MM-DD | **变更**:<change-name>
13
+ > **基础路径**:`/<模块路径>` | **认证**:Bearer Token | **Content-Type**:`application/json`
14
+
15
+ ---
16
+
17
+ ## ⚡ 前端改动清单
18
+
19
+ > 前端开发者请优先处理以下 🔴 BREAKING 项,其次处理 🟡 NEEDS-UPDATE 项。
20
+
21
+ | 优先级 | 接口 | 改动点 | 前端动作 |
22
+ |:------:|------|--------|----------|
23
+ | 🔴 | `GET /xxx/meta` | `code` 值从数字改为枚举编码 | Select 组件 value 改用 `projectType` 字段 |
24
+ | 🔴 | `POST /xxx/applicable` | 请求体 `sceneCode` 删除 | 改为传 `projectType` |
25
+ | 🟡 | `GET /xxx/enabled` | 新增 `projectType` 过滤参数 | 可选适配,传入可筛选适用数据 |
26
+ | 🟢 | `POST /xxx/list` | 后端自动 orgCode 过滤 | 无需处理,前端可删除传 orgCode 逻辑 |
27
+
28
+ > 影响级别:🔴 BREAKING(必须修改)| 🟡 NEEDS-UPDATE(建议修改)| 🟢 TRANSPARENT(无需处理)
29
+
30
+ ---
31
+
32
+ ## 一、接口变更概览
33
+
34
+ | # | 方法 | 路径 | 说明 | 变更 | 前端影响 |
35
+ |:--:|------|------|------|:----:|:--------:|
36
+ | 1 | GET | `/xxx/meta` | 获取下拉选项 | 🆕 新增 | — |
37
+ | 2 | POST | `/xxx/applicable` | 查询可用数据 | 🆕 新增 | — |
38
+ | 3 | POST | `/xxx/list/{pageNum}/{pageSize}` | 分页查询(新增字段) | 📝 扩展 | 🟡 |
39
+ | 4 | GET | `/xxx/{id}` | 详情(新增子表) | 📝 扩展 | 🟡 |
40
+ | 5 | DELETE | `/xxx/{ids}` | 批量删除 | — 不变 | 🟢 |
41
+
42
+ > 变更标记:🆕 新增 | 📝 扩展 | ❌ 删除 | — 不变 | ⚠️ 废弃
43
+ > 前端影响:🔴 BREAKING | 🟡 NEEDS-UPDATE | 🟢 TRANSPARENT
44
+
45
+ ---
46
+
47
+ ## 二、新增接口
48
+
49
+ ### 2.1 <接口名称>
50
+
51
+ > `GET /xxx/meta` | 用途:获取下拉选项
52
+
53
+ **路径参数**:无
54
+
55
+ **Query 参数**:
56
+
57
+ | 字段 | 类型 | 必填 | 说明 |
58
+ |------|------|:----:|------|
59
+ | `type` | String | 是 | 选项类型(见数据字典) |
60
+
61
+ **响应示例**:
62
+
63
+ ```json
64
+ {
65
+ "code": 0,
66
+ "msg": "成功",
67
+ "data": [
68
+ { "label": "选项A", "value": "A" }
69
+ ]
70
+ }
71
+ ```
72
+
73
+ **响应字段**:
74
+
75
+ | 字段 | 类型 | 说明 |
76
+ |------|------|------|
77
+ | `data[].label` | String | 选项显示文本 |
78
+ | `data[].value` | String | 选项值 |
79
+
80
+ **前端用法**:`type` → 下拉选择控件数据源
81
+
82
+ ---
83
+
84
+ ### 2.2 <接口名称>
85
+
86
+ > `POST /xxx/applicable` | 用途:查询可用数据
87
+
88
+ **请求体示例**:
89
+
90
+ ```json
91
+ {
92
+ "keyword": "张三",
93
+ "status": "ENABLED"
94
+ }
95
+ ```
96
+
97
+ **请求字段**:
98
+
99
+ | 字段 | 类型 | 必填 | 校验 | 说明 |
100
+ |------|------|:----:|------|------|
101
+ | `keyword` | String | 否 | ≤50字符 | 模糊搜索关键词 |
102
+ | `status` | String | 否 | 枚举 | 状态过滤(见数据字典) |
103
+
104
+ **响应字段**:
105
+
106
+ | 字段 | 类型 | 说明 |
107
+ |------|------|------|
108
+ | `data[].id` | Long | 数据ID |
109
+ | `data[].name` | String | 数据名称 |
110
+ | `data[].status` | String | 状态(见数据字典) |
111
+
112
+ **前端用法**:
113
+ - `keyword` → 搜索输入框,输入后实时查询
114
+ - `status` → 筛选下拉框,选中后过滤结果
115
+
116
+ ---
117
+
118
+ ## 三、扩展接口详情
119
+
120
+ ### 3.1 <接口名称>(新增字段)
121
+
122
+ > `POST /xxx/list/{pageNum}/{pageSize}` | 变更:新增 `status` 查询条件 + 响应新增 `status` 字段
123
+
124
+ > 🟡 **NEEDS-UPDATE**:前端可选适配新字段,不修改不影响现有功能
125
+
126
+ **新增请求字段**:
127
+
128
+ | 字段 | 类型 | 必填 | 说明 |
129
+ |------|------|:----:|------|
130
+ | `status` | String | 否 | 状态过滤(见数据字典) |
131
+
132
+ **新增响应字段**:
133
+
134
+ | 字段 | 类型 | 说明 |
135
+ |------|------|------|
136
+ | `data.list[].status` | String | 状态值(见数据字典) |
137
+
138
+ **行为变更**:分页结果默认按创建时间倒序(原为正序)
139
+
140
+ ---
141
+
142
+ ## 四、数据结构
143
+
144
+ ### VO 定义
145
+
146
+ #### <VOName>(<用途>)
147
+
148
+ ```typescript
149
+ interface <VOName> {
150
+ id: number; // 数据ID
151
+ name: string; // 数据名称
152
+ status: string; // 状态(见数据字典)
153
+ createTime: string | null; // 创建时间,ISO 8601
154
+ }
155
+ ```
156
+
157
+ ### 数据字典
158
+
159
+ #### status — 状态
160
+
161
+ | 值 | 说明 | 前端展示 |
162
+ |------|------|------|
163
+ | `ENABLED` | 启用 | 🟢 绿色标签 |
164
+ | `DISABLED` | 禁用 | 🔴 红色标签 |
165
+
166
+ #### type — 选项类型
167
+
168
+ | 值 | 说明 |
169
+ |------|------|
170
+ | `A` | 类型A |
171
+ | `B` | 类型B |
172
+
173
+ ---
174
+
175
+ ## 五、前端交互建议
176
+
177
+ ### <页面名称>
178
+
179
+ | 操作 | 调用接口 | 触发时机 | 交互效果 |
180
+ |------|----------|----------|----------|
181
+ | 页面加载 | `GET /xxx/meta` | `onMounted` | 填充筛选下拉框 |
182
+ | 搜索 | `POST /xxx/list` | 输入后防抖 300ms | 刷新表格数据 |
183
+ | 查看详情 | `GET /xxx/{id}` | 点击行 | 弹出详情抽屉 |
184
+
185
+ ---
186
+
187
+ ## 六、兼容性说明
188
+
189
+ | 场景 | 旧行为 | 新行为 | 前端处理 |
190
+ |------|--------|--------|----------|
191
+ | `status=null` 的历史数据 | 字段不存在 | 返回 `null` | 前端判空显示「未设置」 |
192
+ | 旧版分页响应 | 无 `status` 字段 | 新增 `status` 字段 | 前端可选渲染,不阻塞 |
193
+
194
+ ---
195
+
196
+ ## 七、错误码速查表
197
+
198
+ | 编码 | 常量 | 信息 | 触发场景 |
199
+ |------|------|------|----------|
200
+ | 1002001 | `XXX_NOT_FOUND` | 数据不存在 | 查询ID不存在 |
201
+ | 1002002 | `XXX_STATUS_INVALID` | 状态不允许操作 | 状态流转违规 |
202
+ ```
203
+
204
+ ## 增量接口文档差异
205
+
206
+ 增量文档与完整文档结构相同,但:
207
+
208
+ - **前端改动清单**:必须包含,放在文档开头,列出所有 🔴 和 🟡 项
209
+ - **接口变更概览**:只列出有变更的接口,必须包含「前端影响」列
210
+ - **新增接口**章节:只写新增的
211
+ - **扩展接口详情**:每个接口只展示新增/变更字段,用注释标注 `// ========== 新增字段 ==========`
212
+ - **前端影响标注**:每个扩展接口标题下方必须用 callout 标注影响级别:
213
+
214
+ ```markdown
215
+ > 🔴 **BREAKING**:请求体 `sceneCode` 字段已删除,前端必须改为传 `projectType`,否则接口无法正常工作
216
+
217
+ > 🟡 **NEEDS-UPDATE**:新增 `projectType` 可选参数,前端可选适配以使用筛选功能
218
+
219
+ > 🟢 **TRANSPARENT**:后端自动 orgCode 过滤,前端无需修改(可选删除旧的传 orgCode 逻辑)
220
+ ```
221
+
222
+ - **审查修复标注**:如果接口在 review 阶段被修改,在扩展接口详情中添加标注:
223
+
224
+ ```markdown
225
+ > ℹ️ **审查修复**:此接口在 harness-review 阶段有以下修改:
226
+ > - `code` 值从硬编码数字改为 `ProjectTypeEnum` 枚举编码
227
+ > - 前端依赖 `code` 字段需同步更新
228
+ ```
229
+
230
+ - **数据结构**:只写新增或变更的 VO 字段和数据字典
231
+ - **兼容性说明**:重点描述旧数据如何兼容新字段 + 审查修复引入的 breaking change,每行标注影响级别
232
+ - **错误码**:只列新增的错误码
233
+ - **前端交互建议**:只描述受变更影响的页面和操作