@hunter-harness/workflow-harness 0.2.12 → 0.2.13

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 (26) hide show
  1. package/harness/bundles/general/claude-code/harness-sync/SKILL.md +1 -1
  2. package/harness/bundles/general/claude-code/harness-sync/reference.md +5 -4
  3. package/harness/bundles/general/codebuddy/harness-sync/SKILL.md +1 -1
  4. package/harness/bundles/general/codebuddy/harness-sync/reference.md +5 -4
  5. package/harness/bundles/general/codex/harness-sync/SKILL.md +1 -1
  6. package/harness/bundles/general/codex/harness-sync/reference.md +5 -4
  7. package/harness/bundles/general/cursor/harness-sync/SKILL.md +1 -1
  8. package/harness/bundles/general/cursor/harness-sync/reference.md +5 -4
  9. package/harness/bundles/java/claude-code/harness-sync/SKILL.md +1 -1
  10. package/harness/bundles/java/claude-code/harness-sync/reference.md +5 -4
  11. package/harness/bundles/java/codebuddy/harness-sync/SKILL.md +1 -1
  12. package/harness/bundles/java/codebuddy/harness-sync/reference.md +5 -4
  13. package/harness/bundles/java/codex/harness-sync/SKILL.md +1 -1
  14. package/harness/bundles/java/codex/harness-sync/reference.md +5 -4
  15. package/harness/bundles/java/cursor/harness-sync/SKILL.md +1 -1
  16. package/harness/bundles/java/cursor/harness-sync/reference.md +5 -4
  17. package/harness/manifests/general/claude-code.json +3 -3
  18. package/harness/manifests/general/codebuddy.json +3 -3
  19. package/harness/manifests/general/codex.json +3 -3
  20. package/harness/manifests/general/cursor.json +3 -3
  21. package/harness/manifests/java/claude-code.json +3 -3
  22. package/harness/manifests/java/codebuddy.json +3 -3
  23. package/harness/manifests/java/codex.json +3 -3
  24. package/harness/manifests/java/cursor.json +3 -3
  25. package/hunter-workflow-family.json +2 -2
  26. package/package.json +1 -1
@@ -56,7 +56,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
56
56
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
57
57
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
58
58
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
59
- | 5 | AGENTS.md CLAUDE.md 一致 |
59
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
60
60
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
61
61
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
62
62
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -56,7 +56,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
56
56
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
57
57
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
58
58
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
59
- | 5 | AGENTS.md CLAUDE.md 一致 |
59
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
60
60
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
61
61
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
62
62
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -39,7 +39,7 @@ python <skills-root>/scripts/harness_sync.py finalize --project . --run-id <run-
39
39
  | 3.5 | `harness_knowledge.py sync`;可 `sync --update`;失败不得假装可用。**知识闭环主入口**是 `/harness-knowledge-ingest auto`(含 Agent judge),sync 不重复列人工知识待办 |
40
40
  | 3.6 | 单次运行 `harness_knowledge.py maintain --project . --drain --json`,有界推进全部 `.harness/knowledge/maintenance-outbox/{pending,failed}`;不得为每个条目重复启动 Python/重建索引(§8.2:archive close 只 enqueue,sync 异步推进 outbox 到 completed/pending-judge) |
41
41
  | 4 | CLAUDE.md 完整性/行数 → 超限 AskUserQuestion 瘦身 |
42
- | 5 | AGENTS.md CLAUDE.md 一致 |
42
+ | 5 | AGENTS.md 与各 Agent 指令入口一致;Claude Code 启用时验证 CLAUDE.md 引用 AGENTS.md,禁止反向循环引用 |
43
43
  | 6 | `.harness/` 结构(init 规程 → `reference.md` 第 6 步);已装 skill 新鲜度只经 `hunter-harness refresh --dry-run --json` 的 post-adaptation freshness 判断,禁止 raw build 字节比较 |
44
44
  | 7–9 | `项目规则(见 .harness/context-index.json)/`、构建配置、测试目录 — **只提示不自动修复** |
45
45
 
@@ -19,16 +19,17 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
19
19
 
20
20
  ### 2. CodeGraph 索引
21
21
 
22
- 检查索引状态,**优先使用 MCP 工具**(若当前环境提供 `mcp__codegraph__codegraph_status` 则调用);该工具不可用时**降级**为用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。不允许通过普通 Bash 调 codegraph 命令:
22
+ 检查索引状态,**优先使用 MCP 工具**:若当前环境提供 `mcp__codegraph__codegraph_status` 则调用;没有 status 工具但提供 `codegraph_explore` 时,执行一次只读查询验证索引确实可响应,再用 Glob 比对 `.codegraph/` 目录修改时间与最近提交时间。两种 MCP 工具都不可用时才仅按时间戳降级。不允许通过普通 Bash 调 codegraph 命令:
23
23
 
24
24
  | 判断条件 | 状态 | 操作 |
25
25
  |----------|:----:|------|
26
26
  | 覆盖率 > 0% 且索引时间在最近提交之后 | ✅OK | 无需操作 |
27
+ | `codegraph_explore` 查询成功且索引时间在最近提交之后 | ✅OK(功能已验证,覆盖率数值未暴露) | 报告真实证据,不虚构覆盖率百分比 |
27
28
  | 覆盖率 = 0% | ❌FAIL(未初始化) | 通过 PowerShell 执行 `npx @colbymchenry/codegraph && codegraph init --index` |
28
29
  | 索引时间在最近提交之前 | 🟡WARN(过期) | 同上 |
29
30
 
30
31
  > 前提:项目构建命令必须已成功。构建失败时先执行 `npx hunter-harness` 初始化检查。
31
- > 若 MCP 工具与 codegraph CLI 均不可用,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明"CodeGraph 状态无法验证,需用户手动确认"。
32
+ > 若 status/explore MCP 工具均不可用,且时间戳证据也不足,标记 🟡WARN(CodeGraph 状态无法验证) 并在报告中说明具体缺失证据。成功的 explore 只能证明索引可用,不得伪造覆盖率数值。
32
33
 
33
34
  ### 3. harness-codebase-map 分析文档
34
35
 
@@ -61,7 +62,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
61
62
 
62
63
  ### 5. AGENTS.md 一致性
63
64
 
64
- 检查 `AGENTS.md` 是否引用最新版 CLAUDE.md,是否包含项目概述和规则索引。如果 CLAUDE.md 刚刚更新过,同步更新 AGENTS.md 中的引用描述。
65
+ 检查 `AGENTS.md` 是否包含项目概述和规则索引。Claude Code adapter 启用时,检查 `CLAUDE.md` 引用 `AGENTS.md`(canonical managed block 使用 `@AGENTS.md`),让共享约束保持单一来源;不得要求 `AGENTS.md` 反向引用 `CLAUDE.md`,否则会形成循环,且会破坏未启用 Claude Code 的项目。
65
66
 
66
67
  ### 6. .harness/ 完整性
67
68
 
@@ -133,7 +134,7 @@ powershell.exe -Command "git -C '<项目路径>' diff --stat HEAD~5 2>$null"
133
134
  | CodeGraph | 🟡WARN(索引过期) | 索引已过期(上次: 3天前,最近提交: 今天),已重新索引 |
134
135
  | harness-codebase-map (.harness/codebase/map/) | ✅OK | 2 天前更新,变更量 5 个文件,无需更新 |
135
136
  | CLAUDE.md | ✅OK | 180 行,6 个必要章节完整 |
136
- | AGENTS.md | ✅OK | 已正确引用 CLAUDE.md |
137
+ | AGENTS.md | ✅OK | 共享规则索引完整;CLAUDE.md 已单向引用 AGENTS.md |
137
138
  | .harness/ | ✅OK | config 目录存在,1 个变更目录(contribution-module) |
138
139
 
139
140
  ### 自动更新
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "general",
4
4
  "adapter": "claude-code",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -199,11 +199,11 @@
199
199
  },
200
200
  {
201
201
  "path": "harness-sync/reference.md",
202
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
202
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
203
203
  },
204
204
  {
205
205
  "path": "harness-sync/SKILL.md",
206
- "sha256": "7c708fd321c79242c85799b223517ba812c0d43972933d74e8012940d84c1535"
206
+ "sha256": "21c1f1ccb0071a2b8943ed5f065388a7be232f3f7b798fb89d84b98d579b58da"
207
207
  },
208
208
  {
209
209
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "general",
4
4
  "adapter": "codebuddy",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -199,11 +199,11 @@
199
199
  },
200
200
  {
201
201
  "path": "harness-sync/reference.md",
202
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
202
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
203
203
  },
204
204
  {
205
205
  "path": "harness-sync/SKILL.md",
206
- "sha256": "b2da736e99eb3a433b181df908407e1a1657fcd6193ad134f4c965bb994c99d9"
206
+ "sha256": "7ac6790bfa9ee10944db089a79d2b1774a1e4261c69e2192d78cd65b7efd1d21"
207
207
  },
208
208
  {
209
209
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "general",
4
4
  "adapter": "codex",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -187,11 +187,11 @@
187
187
  },
188
188
  {
189
189
  "path": "harness-sync/reference.md",
190
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
190
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
191
191
  },
192
192
  {
193
193
  "path": "harness-sync/SKILL.md",
194
- "sha256": "eeb6b51cda25a7fc30673e313c238e4712ca2f80274c1592d9c1a5b52ba02b97"
194
+ "sha256": "a18d5cb7c37a0d430b3417ff3e906a332f61ed40069cfbcbf0352c1ebc46a75e"
195
195
  },
196
196
  {
197
197
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "general",
4
4
  "adapter": "cursor",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -187,11 +187,11 @@
187
187
  },
188
188
  {
189
189
  "path": "harness-sync/reference.md",
190
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
190
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
191
191
  },
192
192
  {
193
193
  "path": "harness-sync/SKILL.md",
194
- "sha256": "9629fe3a1a5c6950d40b5f7588f0622fca3d10778df1051b57529027122875e6"
194
+ "sha256": "72bcef4ef39f1a4576e5bf0694c4fc47cfae93a837f4c23abb3b1e5d5fadb3b0"
195
195
  },
196
196
  {
197
197
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "java",
4
4
  "adapter": "claude-code",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -223,11 +223,11 @@
223
223
  },
224
224
  {
225
225
  "path": "harness-sync/reference.md",
226
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
226
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
227
227
  },
228
228
  {
229
229
  "path": "harness-sync/SKILL.md",
230
- "sha256": "7b8130718d988a5edabdd44c5157ddb94a76b143d9cc289a8a343e277d242cb7"
230
+ "sha256": "18be561e21822f8ad671ac4ca3c463ae79f9a27ca3ceefce564819971f812071"
231
231
  },
232
232
  {
233
233
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "java",
4
4
  "adapter": "codebuddy",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -223,11 +223,11 @@
223
223
  },
224
224
  {
225
225
  "path": "harness-sync/reference.md",
226
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
226
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
227
227
  },
228
228
  {
229
229
  "path": "harness-sync/SKILL.md",
230
- "sha256": "41c899b0a09a921031fb5dc55c3e3c4450243d652f6b49d2a49e4ba3749e40d5"
230
+ "sha256": "7be2bbcbab8993e5de3b2dcd9bdb4f398104591100cfd5f85fb9242ea33ba046"
231
231
  },
232
232
  {
233
233
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "java",
4
4
  "adapter": "codex",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -211,11 +211,11 @@
211
211
  },
212
212
  {
213
213
  "path": "harness-sync/reference.md",
214
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
214
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
215
215
  },
216
216
  {
217
217
  "path": "harness-sync/SKILL.md",
218
- "sha256": "f037a7d22492a3e91b7223d28f1354e16796529b5f20c8e37ed1a66706f77c93"
218
+ "sha256": "cba7d9d38ac2ffc5ad3fee864b4af0420d1eeab521e023e64dc887b7c5553408"
219
219
  },
220
220
  {
221
221
  "path": "harness-test/checklist.md",
@@ -2,7 +2,7 @@
2
2
  "schema_version": 2,
3
3
  "profile": "java",
4
4
  "adapter": "cursor",
5
- "bundle_version": "0.2.12",
5
+ "bundle_version": "0.2.13",
6
6
  "generator": "harness_deploy.py",
7
7
  "files": [
8
8
  {
@@ -211,11 +211,11 @@
211
211
  },
212
212
  {
213
213
  "path": "harness-sync/reference.md",
214
- "sha256": "6e8093c7d8d874e159d027b10dbb65f299bd51c48803c54b92db1a66c6d9c54d"
214
+ "sha256": "86a1cee8298bbc2c68db60956530fa40b92ef82e4e0e122498352459e9157141"
215
215
  },
216
216
  {
217
217
  "path": "harness-sync/SKILL.md",
218
- "sha256": "7671903a48a87f5e8f32d9e755dee720c3d0a4e279cf547b0a632c46a4b4a2e9"
218
+ "sha256": "513303cbd05fa613343fa07b9e1b423f3ffa92fb57562b65484504cada9440d9"
219
219
  },
220
220
  {
221
221
  "path": "harness-test/checklist.md",
@@ -6,6 +6,6 @@
6
6
  "general",
7
7
  "java"
8
8
  ],
9
- "bundle_version": "0.2.12",
10
- "content_sha256": "sha256:0238b882bac0b302529a00678a422feae5b41be2a02c2e3a646a5eeb2f986813"
9
+ "bundle_version": "0.2.13",
10
+ "content_sha256": "sha256:3f44ee1124aa869f83d8ba3238fecae6c659894b82c888811c72866b6343f728"
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hunter-harness/workflow-harness",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "Harness workflow family data package (bundles, manifests, migrations)",
5
5
  "license": "MIT",
6
6
  "type": "module",