add-coder 0.3.25 → 0.3.27

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 (132) hide show
  1. package/README.md +36 -10
  2. package/dist/index.js +481 -209
  3. package/package.json +14 -4
  4. package/templates/.add-coder-src-hash.json +129 -106
  5. package/templates/adapters/claude/hooks/doc-format-guard.sh +114 -33
  6. package/templates/adapters/claude/hooks/lib/common.sh +46 -87
  7. package/templates/adapters/claude/hooks/lib/context-inject.sh +2 -2
  8. package/templates/adapters/claude/hooks/lib/notify.sh +6 -4
  9. package/templates/adapters/claude/hooks/lib/preload-templates.sh +27 -2
  10. package/templates/adapters/claude/hooks/lib/state-detect.sh +8 -112
  11. package/templates/adapters/claude/hooks/lib/vocabulary.sh +13 -7
  12. package/templates/adapters/claude/hooks/prompt-submit.sh +1 -1
  13. package/templates/adapters/claude/hooks/stop-check.sh +9 -0
  14. package/templates/adapters/codex/config.toml.example +12 -0
  15. package/templates/adapters/codex/hooks/doc-format-guard.sh +123 -41
  16. package/templates/adapters/codex/hooks/lib/common.sh +47 -99
  17. package/templates/adapters/codex/hooks/lib/context-inject.sh +4 -4
  18. package/templates/adapters/codex/hooks/lib/notify.sh +6 -4
  19. package/templates/adapters/codex/hooks/lib/preload-templates.sh +27 -6
  20. package/templates/adapters/codex/hooks/lib/state-detect.sh +5 -114
  21. package/templates/adapters/codex/hooks/lib/vocabulary.sh +3 -8
  22. package/templates/adapters/codex/hooks/notification.sh +3 -18
  23. package/templates/adapters/codex/hooks/post-tool-use.sh +24 -119
  24. package/templates/adapters/codex/hooks/pre-tool-use.sh +97 -184
  25. package/templates/adapters/codex/hooks/prompt-submit.sh +8 -3
  26. package/templates/adapters/codex/hooks/session-start.sh +19 -9
  27. package/templates/adapters/codex/hooks/stop-check.sh +44 -18
  28. package/templates/adapters/codex/hooks.json +67 -1
  29. package/templates/adapters/qoder/hooks/doc-format-guard.sh +121 -40
  30. package/templates/adapters/qoder/hooks/lib/common.sh +49 -87
  31. package/templates/adapters/qoder/hooks/lib/context-inject.sh +2 -2
  32. package/templates/adapters/qoder/hooks/lib/notify.sh +6 -4
  33. package/templates/adapters/qoder/hooks/lib/preload-templates.sh +27 -2
  34. package/templates/adapters/qoder/hooks/lib/state-detect.sh +8 -112
  35. package/templates/adapters/qoder/hooks/lib/vocabulary.sh +13 -7
  36. package/templates/adapters/qoder/hooks/prompt-submit.sh +1 -1
  37. package/templates/adapters/qoder/hooks/session-start.sh +1 -1
  38. package/templates/adapters/qoder/hooks/stop-check.sh +11 -0
  39. package/templates/adapters/trae/hooks/doc-format-guard.sh +122 -40
  40. package/templates/adapters/trae/hooks/lib/common.sh +46 -87
  41. package/templates/adapters/trae/hooks/lib/context-inject.sh +2 -2
  42. package/templates/adapters/trae/hooks/lib/notify.sh +5 -3
  43. package/templates/adapters/trae/hooks/lib/preload-templates.sh +27 -2
  44. package/templates/adapters/trae/hooks/lib/state-detect.sh +8 -115
  45. package/templates/adapters/trae/hooks/lib/vocabulary.sh +13 -7
  46. package/templates/adapters/trae/hooks/pre-tool-use.sh +14 -8
  47. package/templates/adapters/trae/hooks/stop-check.sh +9 -0
  48. package/templates/adapters/vscode/hooks/doc-format-guard.sh +114 -33
  49. package/templates/adapters/vscode/hooks/lib/common.sh +46 -87
  50. package/templates/adapters/vscode/hooks/lib/context-inject.sh +2 -2
  51. package/templates/adapters/vscode/hooks/lib/notify.sh +6 -4
  52. package/templates/adapters/vscode/hooks/lib/preload-templates.sh +27 -2
  53. package/templates/adapters/vscode/hooks/lib/state-detect.sh +8 -112
  54. package/templates/adapters/vscode/hooks/lib/vocabulary.sh +13 -7
  55. package/templates/adapters/vscode/hooks/notification.sh +3 -5
  56. package/templates/adapters/vscode/hooks/prompt-submit.sh +1 -1
  57. package/templates/adapters/vscode/hooks/stop-check.sh +9 -0
  58. package/templates/core/docs/ADD-governance-claude-code.md +1 -1
  59. package/templates/core/docs/ADD-governance-codex.md +1 -1
  60. package/templates/core/docs/ADD-governance-qoder-cn.md +1 -1
  61. package/templates/core/docs/ADD-governance-trae.md +1 -1
  62. package/templates/core/docs/ADD-governance-vscode-copilot.md +1 -1
  63. package/templates/core/hooks/doc-format-guard.sh +122 -40
  64. package/templates/core/hooks/lib/common.sh +46 -87
  65. package/templates/core/hooks/lib/context-inject.sh +2 -2
  66. package/templates/core/hooks/lib/notify.sh +5 -3
  67. package/templates/core/hooks/lib/preload-templates.sh +27 -2
  68. package/templates/core/hooks/lib/state-detect.sh +8 -115
  69. package/templates/core/hooks/lib/vocabulary.sh +13 -7
  70. package/templates/core/hooks/pre-tool-use.sh +14 -8
  71. package/templates/core/hooks/stop-check.sh +9 -0
  72. package/templates/core/prisma/add.prisma +140 -82
  73. package/templates/core/rules/project_rules.md +27 -24
  74. package/templates/core/scripts/db-ensure.sh +8 -0
  75. package/templates/core/scripts/gen-plan-index.sh +4 -15
  76. package/templates/core/scripts/mcp-server/notifications/hitl.ts +9 -1
  77. package/templates/core/scripts/mcp-server/notifications/hook.ts +25 -9
  78. package/templates/core/scripts/mcp-server/resources/hitl-approval-widget.ts +34 -0
  79. package/templates/core/scripts/mcp-server/resources/hook-events-report.ts +14 -2
  80. package/templates/core/scripts/mcp-server/resources/index.ts +2 -0
  81. package/templates/core/scripts/mcp-server/sampling/review.ts +25 -10
  82. package/templates/core/scripts/mcp-server/shared/db-types.ts +33 -8
  83. package/templates/core/scripts/mcp-server/shared/dps-scoring.strategy.ts +1 -1
  84. package/templates/core/scripts/mcp-server/shared/env.ts +28 -8
  85. package/templates/core/scripts/mcp-server/shared/fs.ts +3 -0
  86. package/templates/core/scripts/mcp-server/shared/hitl-interaction.strategy.ts +2 -3
  87. package/templates/core/scripts/mcp-server/shared/hitl-lifecycle-mutation.ts +129 -0
  88. package/templates/core/scripts/mcp-server/shared/hitl-proposal-mutation.ts +98 -0
  89. package/templates/core/scripts/mcp-server/shared/hitl-ui.ts +3 -0
  90. package/templates/core/scripts/mcp-server/shared/plan-lifecycle-events.ts +62 -0
  91. package/templates/core/scripts/mcp-server/shared/plan-lifecycle-mutation.ts +78 -0
  92. package/templates/core/scripts/mcp-server/shared/plan-lifecycle-subscriber.ts +145 -0
  93. package/templates/core/scripts/mcp-server/shared/plan-lifecycle.ts +153 -0
  94. package/templates/core/scripts/mcp-server/shared/plan-round-events.ts +56 -0
  95. package/templates/core/scripts/mcp-server/shared/plan-round-mutation.ts +143 -0
  96. package/templates/core/scripts/mcp-server/shared/plan-round-store.ts +47 -0
  97. package/templates/core/scripts/mcp-server/shared/plan-round-subscriber.ts +99 -0
  98. package/templates/core/scripts/mcp-server/shared/plan-status-store.ts +37 -0
  99. package/templates/core/scripts/mcp-server/shared/plan-tracking-mutation.ts +71 -0
  100. package/templates/core/scripts/mcp-server/shared/prisma.ts +12 -6
  101. package/templates/core/scripts/mcp-server/shared/project-root-strategy.ts +1 -2
  102. package/templates/core/scripts/mcp-server/shared/quant-recheck.strategy.ts +16 -0
  103. package/templates/core/scripts/mcp-server/shared/redact.ts +28 -0
  104. package/templates/core/scripts/mcp-server/shared/response.ts +3 -2
  105. package/templates/core/scripts/mcp-server/shared/runtime-context.ts +77 -0
  106. package/templates/core/scripts/mcp-server/shared/schema-topology.ts +159 -0
  107. package/templates/core/scripts/mcp-server/tools/audit.ts +49 -7
  108. package/templates/core/scripts/mcp-server/tools/context.ts +117 -121
  109. package/templates/core/scripts/mcp-server/tools/contract.ts +34 -9
  110. package/templates/core/scripts/mcp-server/tools/gateway/check_add_route_status.ts +50 -3
  111. package/templates/core/scripts/mcp-server/tools/gateway/check_doc_similarity.ts +218 -0
  112. package/templates/core/scripts/mcp-server/tools/gateway/check_dps.ts +22 -7
  113. package/templates/core/scripts/mcp-server/tools/gateway/check_rahs.ts +75 -4
  114. package/templates/core/scripts/mcp-server/tools/gateway/check_spec_sync.ts +19 -6
  115. package/templates/core/scripts/mcp-server/tools/gateway/index.ts +2 -0
  116. package/templates/core/scripts/mcp-server/tools/hitl.ts +160 -75
  117. package/templates/core/scripts/mcp-server/tools/hook-event-report.ts +9 -2
  118. package/templates/core/scripts/mcp-server/tools/index.ts +69 -3
  119. package/templates/core/scripts/mcp-server/tools/plan.ts +140 -15
  120. package/templates/core/scripts/mcp-server/tools/review.ts +44 -15
  121. package/templates/core/scripts/mcp-server.ts +60 -1
  122. package/templates/core/scripts/plan-status-bridge.ts +26 -0
  123. package/templates/core/skills/add-paradigm/SKILL.md +2 -2
  124. package/templates/core/templates/add-route-template.schema.json +24 -56
  125. package/templates/core/templates/collab-contract-template.md +1 -1
  126. package/templates/core/templates/handoff-multi-round-template.schema.json +48 -0
  127. package/templates/core/templates/handoff-single-round-template.schema.json +92 -0
  128. package/templates/core/templates/handoff-single-round.schema.json +1 -1
  129. package/templates/core/templates/hitl-approval-widget.html +222 -37
  130. package/templates/core/templates/spec-template.schema.json +9 -46
  131. package/templates/core/templates/standard-plan-template.schema.json +1 -1
  132. package/templates/core/templates/tasks-template.schema.json +13 -54
@@ -34,99 +34,58 @@ json_get() {
34
34
 
35
35
  # ── ADD 活跃 Plan 检测(裁决定逻辑,SKILL §0.7.1) ──
36
36
  #
37
- # 活跃判定标准:
38
- # 1. magicDir 优先级: Hook 脚本自身的路径推断(.claude/hooks/xxx.sh → .claude)→ .add → stderr 提示全局搜索
39
- # 2. 索引优先: 先读 plans/index.md 匹配 无匹配才 glob *-handoff*.md
40
- # 3. 活跃定义: add-route 中存在 [ ] 未勾选项 = 活跃;全部 [x] = 已收敛
41
- # 4. 多 Plan 冲突: 取 add-route 最近 mtime
42
- # 5. add-route: Plan 初始态,视为活跃
37
+ # lifecycle 的唯一真相源是 scoped DB。短生命周期 Hook 不常驻 LISTEN;每次触发
38
+ # 都通过当前 adapter 生成态的机器桥(plan-status-bridge)调用 shared resolver。
39
+ # Handoff/add-route 不再参与 active 裁决,禁止跨 adapter 或文件系统 fallback
40
+ # (含 .add 回退与 mtime/勾选数推断)。
41
+ #
42
+ # magicDir 解析(Review P1 #5): 入口必须注入自身 magicDir;未注入时从生成态
43
+ # 脚本物理位置(<magicDir>/hooks/...)反推;推导失败 → STATUS_UNAVAILABLE,
44
+ # 禁止任何 adapter 名称默认值。
43
45
  #
44
46
  # 前置条件: 调用方需设置 PROJECT_DIR 环境变量(项目根目录)
45
- # 返回: "plan_keyword::step_n/total::round_n/total::handoff_path::add_route_path" 或 ""
46
-
47
- detect_active_add() {
48
- local plans_dir=""
49
-
50
- # 1. magicDir 回退: 当前 IDE(CURRENT_MAGIC)→ 目录检测 → .add → 提示全局搜索
51
- local magic_dirs=()
52
- if [ -n "${CURRENT_MAGIC:-}" ]; then
53
- magic_dirs+=("$CURRENT_MAGIC")
47
+ # 返回: "plan_keyword::step_n/total::round_n/total::handoff_path::add_route_path"
48
+ # 或 "__STATUS_UNAVAILABLE__::reason::database::none::none"(调用方必须 fail-closed)
49
+
50
+ query_plan_status() {
51
+ local bridge=""
52
+ if [ -n "${MAGIC_DIR:-}" ]; then
53
+ bridge="${PROJECT_DIR:-$PWD}/${MAGIC_DIR}/scripts/plan-status-bridge.ts"
54
+ elif [ -n "${HOOK_DIR:-}" ]; then
55
+ # 物理位置反推: <magicDir>/hooks/lib/common.sh → <magicDir>
56
+ bridge="${PROJECT_DIR:-$PWD}/$(basename "$(dirname "$(dirname "$HOOK_DIR")")")/scripts/plan-status-bridge.ts"
54
57
  else
55
- # 兜底: 检测 PROJECT_DIR 下哪个 magicDir 存在
56
- for m in ".claude" ".qoder" ".vscode" ".trae"; do
57
- [ -d "${PROJECT_DIR:-$PWD}/$m" ] && { magic_dirs+=("$m"); break; }
58
- done
59
- fi
60
- magic_dirs+=(".add")
61
-
62
- for magic in "${magic_dirs[@]}"; do
63
- if [ -d "${PROJECT_DIR:-$PWD}/$magic/plans" ]; then
64
- plans_dir="${PROJECT_DIR:-$PWD}/$magic/plans"
65
- break
66
- fi
67
- done
68
-
69
- if [ -z "$plans_dir" ]; then
70
- echo "[ADD detect] 未在当前 IDE magicDir 和 .add 中找到 plans 目录。是否需要全局搜索所有 magicDir?" >&2
71
- return 1
72
- fi
73
-
74
- local handoff=""
75
- local add_route=""
76
-
77
- # 2. 索引优先: 先读 index.md
78
- if [ -f "$plans_dir/index.md" ]; then
79
- # 从 index.md 表格提取最近一个 handoff 相对路径
80
- # 表格格式: | YYYY-MM/DD/path-to-handoff.md | ...
81
- handoff=$(grep -oE '[0-9]{4}-[0-9]{2}/[0-9]{2}/[^|]*handoff[^|]*\.md' "$plans_dir/index.md" 2>/dev/null | head -1 | xargs)
82
- if [ -n "$handoff" ] && [ -f "$plans_dir/$handoff" ]; then
83
- handoff="$plans_dir/$handoff"
84
- else
85
- handoff=""
86
- fi
58
+ echo '{"availability":"STATUS_UNAVAILABLE","source":"database","reason":"magicDir 未注入且无法从物理位置推导"}'
59
+ return 3
87
60
  fi
88
-
89
- # 3. 退路: glob handoff 文件(mtime 7 天内)
90
- if [ -z "$handoff" ]; then
91
- local today_dir="$plans_dir/$(date +%Y-%m)"
92
- [ -d "$today_dir" ] && handoff=$(find "$today_dir" -name "*handoff*.md" -mtime -7 -type f 2>/dev/null | head -1)
93
- [ -z "$handoff" ] && handoff=$(find "$plans_dir" -name "*handoff*.md" -mtime -7 -type f 2>/dev/null | head -1)
61
+ if [ ! -f "$bridge" ]; then
62
+ echo '{"availability":"STATUS_UNAVAILABLE","source":"database","reason":"plan-status bridge missing"}'
63
+ return 3
94
64
  fi
95
- [ -z "$handoff" ] && return 1
96
-
97
- # 提取 plan keyword
98
- local plan_kw=$(basename "$handoff" | sed 's/-handoff.*//')
99
-
100
- # 查找 add-route
101
- local handoff_dir=$(dirname "$handoff")
102
- add_route=$(find "$handoff_dir" -name "*add-route*.md" -type f 2>/dev/null | head -1)
103
- [ -z "$add_route" ] && add_route=$(find "$plans_dir" -name "*add-route*.md" -type f 2>/dev/null | head -1)
65
+ node --import tsx "$bridge"
66
+ }
104
67
 
105
- # 4. 活跃判定: 读 add-route,存在 [ ] 未勾选项 = 活跃
106
- local step_info="?"
107
- if [ -f "$add_route" ]; then
108
- local ck=$(grep -c '\[x\]' "$add_route" 2>/dev/null || true)
109
- local uc=$(grep -c '\[ \]' "$add_route" 2>/dev/null || true)
110
- ck=${ck:-0}; uc=${uc:-0}
111
- local total=$((ck + uc))
112
- [ "$total" -gt 0 ] && step_info="${ck}/${total}"
113
- # 全部 [x] 已收敛(但 handoff 还存在 可能是遗留,仍返回但标记)
114
- else
115
- # 无 add-route → Plan 初始态,视为活跃
116
- step_info="init"
68
+ # 兼容既有 Hook 字段协议:
69
+ # "planName::done/total::approvalStatus::none::none";后两个路径不参与 active 判定。
70
+ # DB 不可用/不可判定时返回特殊首字段,调用方必须 fail closed,不能当作“无 Plan”。
71
+ detect_active_add() {
72
+ local snapshot="" rc=0
73
+ snapshot="$(query_plan_status 2>/dev/null)" || rc=$?
74
+ if [ "$rc" -ne 0 ]; then
75
+ local reason
76
+ reason=$(printf '%s' "$snapshot" | jq -r '.reason // "database status unavailable"' 2>/dev/null || echo "database status unavailable")
77
+ echo "__STATUS_UNAVAILABLE__::${reason}::database::none::none"
78
+ return 0
117
79
  fi
118
-
119
- # 5. 轮次统计(从 handoff)
120
- local round_info="?"
121
- if grep -q '<第[0-9]轮>' "$handoff" 2>/dev/null; then
122
- local ck=$(grep -c '\[x\]' "$handoff" 2>/dev/null || true); ck=${ck:-0}
123
- local total=$(grep -c '<第[0-9]轮>' "$handoff" 2>/dev/null || true); total=${total:-0}
124
- [ "$total" -gt 0 ] && round_info="${ck}/${total}"
125
- else
126
- round_info="1/1"
80
+ if ! printf '%s' "$snapshot" | jq -e '.availability == "READY" and .isActive == true' >/dev/null 2>&1; then
81
+ return 1
127
82
  fi
128
-
129
- echo "${plan_kw}::${step_info}::${round_info}::${handoff}::${add_route:-none}"
83
+ local plan done total approval
84
+ plan=$(printf '%s' "$snapshot" | jq -r '.planName')
85
+ done=$(printf '%s' "$snapshot" | jq -r '.progress.doneTasks // 0')
86
+ total=$(printf '%s' "$snapshot" | jq -r '.progress.totalTasks // 0')
87
+ approval=$(printf '%s' "$snapshot" | jq -r '.approvalStatus // "none"')
88
+ echo "${plan}::${done}/${total}::${approval}::none::none"
130
89
  }
131
90
 
132
91
  # ── Dev Action 追踪 ──
@@ -223,8 +182,8 @@ Plan 不是"文档开销"——它是代码治理的基础设施。跳过 Plan
223
182
  方案 B — 补不上则回滚:
224
183
  如果改动太复杂无法追溯生成 Plan,则:
225
184
  ① git diff 确认改动范围
226
- git checkout -- <改动的文件> 撤回
227
- 告知用户 "以下改动已回滚,请先走 ADD 流程再重新实施: <文件列表>"
185
+ 仅对已确认属于本轮的文件生成反向 apply_patch
186
+ 无法安全确认改动所有权时停止,并请求用户决定
228
187
 
229
188
  无论选 A 还是 B,完成后告诉用户下次执行 session-init 恢复上下文。
230
189
  EOF
@@ -45,8 +45,8 @@ Plan 不是"文档开销"——它是代码治理的基础设斻。跳过 Plan
45
45
  方案 B — 补不上则回滚:
46
46
  如果改动太复杂无法追溯生成 Plan,则:
47
47
  ① git diff 确认改动范围
48
- git checkout -- <改动的文件> 撤回
49
- 告知用户 "以下改动已回滚,请先走 ADD 流程再重新实施: <文件列表>"
48
+ 仅对已确认属于本轮的文件生成反向 apply_patch
49
+ 无法安全确认改动所有权时停止,并请求用户决定
50
50
 
51
51
  无论选 A 还是 B,完成后告诉用户下次执行 session-init 恢复上下文。
52
52
  EOF
@@ -11,8 +11,8 @@
11
11
  # - MCP Server 宕机不丢事件,重启后从文件恢复消费
12
12
 
13
13
  write_hook_event() {
14
- local hook="$1" decision="$2" cmd="$3" reason="$4" plan="${5:-unknown}" status="${6:-none}"
15
- local dir="${MAGIC_DIR:-.qoder}/reports"
14
+ local hook="$1" decision="$2" cmd="$3" reason="$4" plan="${5:-unknown}" status="${6:-none}" extra="${7:-}"
15
+ local dir="${MAGIC_DIR}/reports"
16
16
  mkdir -p "$dir" 2>/dev/null || true
17
17
  local file="$dir/hook-events.jsonl"
18
18
 
@@ -23,12 +23,14 @@ write_hook_event() {
23
23
  [ "$sz" -gt 262144 ] && mv "$file" "${file}.old" 2>/dev/null || true
24
24
  fi
25
25
 
26
- printf '{"ts":"%s","hook":"%s","decision":"%s","cmd":"%s","reason":"%s","planKeyword":"%s","planStatus":"%s"}\n' \
26
+ # extra 为可选 JSON 片段(Task 1.5 数据契约:anchor_hit/struct_score/override 等),非空时以逗号拼接
27
+ printf '{"ts":"%s","hook":"%s","decision":"%s","cmd":"%s","reason":"%s","planKeyword":"%s","planStatus":"%s"%s}\n' \
27
28
  "$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
28
29
  "$hook" \
29
30
  "$decision" \
30
31
  "$cmd" \
31
32
  "$reason" \
32
33
  "$plan" \
33
- "$status" >> "$file"
34
+ "$status" \
35
+ "${extra:+,$extra}" >> "$file"
34
36
  }
@@ -21,9 +21,10 @@
21
21
 
22
22
  set -euo pipefail
23
23
 
24
- # 模板目录(相对于本脚本)
24
+ # 模板目录(分发期物化到各 adapter 本地:<magicDir>/templates;禁止回指源仓)
25
+ # 协议层契约(模板预载): 读 ${magicDir}/templates 本地物化副本;目录/标准模板缺失 fail-fast
25
26
  SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
26
- TEMPLATES_DIR="${SCRIPT_DIR}/../../../core/templates"
27
+ TEMPLATES_DIR="${SCRIPT_DIR}/../../templates"
27
28
 
28
29
  # tpl-injected 标记文件路径(项目级,/tmp 下按项目 hash 区分)
29
30
  PROJECT_HASH=$(echo "${PROJECT_DIR:-$PWD}" | md5sum 2>/dev/null | cut -c1-8 || echo "default")
@@ -88,6 +89,27 @@ read_template_content() {
88
89
  fi
89
90
  }
90
91
 
92
+ # ── 模板目录存在性校验(fail-fast)──
93
+
94
+ validate_templates_dir() {
95
+ if [ ! -d "$TEMPLATES_DIR" ]; then
96
+ echo "[ADD preload] 模板目录不存在: $TEMPLATES_DIR(生成态物化缺失,请执行 add-coder sync 后重试)" >&2
97
+ exit 1
98
+ fi
99
+
100
+ local available=0
101
+ local tmpl
102
+ for tmpl in "${PRIORITY_ORDER[@]}"; do
103
+ if [ -f "$TEMPLATES_DIR/$tmpl" ]; then
104
+ available=$((available + 1))
105
+ fi
106
+ done
107
+ if [ "$available" -eq 0 ]; then
108
+ echo "[ADD preload] 模板目录中未找到 ADD 标准模板: $TEMPLATES_DIR(缺失清单: ${PRIORITY_ORDER[*]})" >&2
109
+ exit 1
110
+ fi
111
+ }
112
+
91
113
  # ── --index 模式:输出模板清单 ──
92
114
 
93
115
  output_index() {
@@ -165,6 +187,9 @@ main() {
165
187
  esac
166
188
  done
167
189
 
190
+ # 入口校验:目录缺失/标准模板缺失 → fail-fast(不再静默空输出)
191
+ validate_templates_dir
192
+
168
193
  case "$mode" in
169
194
  index)
170
195
  output_index
@@ -1,117 +1,13 @@
1
1
  #!/bin/bash
2
- # state-detect.sh — ADD 活跃流程检测 + dev action 追踪
3
- # 共享库
2
+ # state-detect.sh — 兼容入口;状态裁决统一委托 common.sh,禁止维护第二套 magicDir 探测。
3
+ # 协议层契约(Review P1 #5): 仅当前 magicDir scope;禁止跨端扫描与 .add fallback;
4
+ # 禁止 adapter 名称默认值(入口注入 MAGIC_DIR 或物理位置推导)。
4
5
 
6
+ # 宿主注入链(Claude/Qoder 私有协议:项目根由 IDE 注入;VS Code 经 Claude Agent Host 运行)
5
7
  PROJECT_DIR="${CLAUDE_PROJECT_DIR:-${QODER_PROJECT_DIR:-${QODERCN_PROJECT_DIR:-$PWD}}}"
6
8
 
7
- # 动态探测 MAGIC_DIR(兼容多 adapter,source hook 脚本时继承调用者的 HOOK_DIR)
8
- if [ -z "${MAGIC_DIR:-}" ]; then
9
- if [ -n "${HOOK_DIR:-}" ]; then
10
- MAGIC_DIR="$(basename "$(dirname "$HOOK_DIR")")"
11
- else
12
- for m in ".claude" ".qoder" ".vscode" ".add"; do
13
- [ -d "$PROJECT_DIR/$m" ] && { MAGIC_DIR="$m"; break; }
14
- done
15
- MAGIC_DIR="${MAGIC_DIR:-.add}"
16
- fi
9
+ if ! type detect_active_add >/dev/null 2>&1; then
10
+ HOOK_LIB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
11
+ # shellcheck source=common.sh
12
+ source "$HOOK_LIB_DIR/common.sh"
17
13
  fi
18
-
19
- MAGIC_PATH="$PROJECT_DIR/$MAGIC_DIR"
20
- PLANS_DIR="$MAGIC_PATH/plans"
21
-
22
- # dev action 标记文件(项目级,PreToolUse 写入,Stop 读取)
23
- DEV_FLAG="/tmp/add_dev_$(echo "$PROJECT_DIR" | md5sum 2>/dev/null | cut -c1-8 || echo "default")"
24
-
25
- # 检测活跃 ADD 流程
26
- # 返回: "plan_keyword::step_x/total::round_n/total_r::handoff_path::add_route_path" 或 ""
27
- detect_active_add() {
28
- local handoff=""
29
- local today_dir="$PLANS_DIR/$(date +%Y-%m)"
30
- [ -d "$today_dir" ] && handoff=$(find "$today_dir" -name "*handoff*.md" -mtime -7 -type f 2>/dev/null | head -1)
31
- [ -z "$handoff" ] && handoff=$(find "$PLANS_DIR" -name "*handoff*.md" -mtime -7 -type f 2>/dev/null | head -1)
32
- [ -z "$handoff" ] && return 1
33
-
34
- local plan_kw=$(basename "$handoff" | sed 's/-handoff.*//')
35
-
36
- # add-route
37
- local add_route=$(find "$PLANS_DIR" -name "*add-route*.md" -type f 2>/dev/null | head -1)
38
-
39
- # Step 统计(从 add-route)
40
- local step_info="?"
41
- if [ -f "$add_route" ]; then
42
- local ck=$(grep -c '\[x\]' "$add_route" 2>/dev/null || true)
43
- local uc=$(grep -c '\[ \]' "$add_route" 2>/dev/null || true)
44
- ck=${ck:-0}; uc=${uc:-0}
45
- local total=$((ck + uc))
46
- [ "$total" -gt 0 ] && step_info="${ck}/${total}"
47
- fi
48
-
49
- # 轮次统计(从 handoff)
50
- local round_info="?"
51
- if grep -q '<第[0-9]轮>' "$handoff" 2>/dev/null; then
52
- local ck=$(grep -c '\[x\]' "$handoff" 2>/dev/null || true); ck=${ck:-0}
53
- local total=$(grep -c '<第[0-9]轮>' "$handoff" 2>/dev/null || true); total=${total:-0}
54
- [ "$total" -gt 0 ] && round_info="${ck}/${total}"
55
- else
56
- round_info="1/1"
57
- fi
58
-
59
- echo "${plan_kw}::${step_info}::${round_info}::${handoff}::${add_route:-none}"
60
- }
61
-
62
- # 标记 dev action
63
- mark_dev_action() {
64
- touch "$DEV_FLAG" 2>/dev/null || true
65
- }
66
-
67
- # 检测 dev action
68
- has_dev_action() {
69
- [ -f "$DEV_FLAG" ]
70
- }
71
-
72
- # 清理 dev action 标记(验收闭环后调用)
73
- clear_dev_action() {
74
- rm -f "$DEV_FLAG" 2>/dev/null || true
75
- }
76
-
77
- # 检查验收完整度,返回 issues 文本
78
- check_add_completeness() {
79
- local handoff="$1" add_route="$2"
80
- local issues=""
81
-
82
- # devlog(内容已回流至 handoff,检查 handoff 是否含验收结果)
83
- if [ -f "$handoff" ] && ! grep -qE '验收|收敛|闭环|本轮改了什么|devlog' "$handoff" 2>/dev/null; then
84
- issues="${issues} [ ] devlog 缺失(handoff 无验收记录)\n"
85
- fi
86
-
87
- # handoff 验证标准
88
- if [ -f "$handoff" ]; then
89
- local uc=$(grep -c '\[ \]' "$handoff" 2>/dev/null || echo "0")
90
- [ "$uc" -gt 0 ] && issues="${issues} [ ] handoff ${uc} 项未勾选\n"
91
- fi
92
-
93
- # add-route Step
94
- if [ -f "$add_route" ]; then
95
- local uc=$(grep -c '\[ \]' "$add_route" 2>/dev/null || echo "0")
96
- [ "$uc" -gt 0 ] && issues="${issues} [ ] add-route ${uc} Step 未闭环\n"
97
- fi
98
-
99
- echo -e "$issues"
100
- }
101
-
102
- # 检查是否已验收(幂等保护)
103
- # 返回 0 = 未验收,1 = 已验收
104
- is_already_accepted() {
105
- local add_route="$1" handoff="$2"
106
- # add-route Step 8 是否已 [x]
107
- if [ -f "$add_route" ]; then
108
- # 检查 Step 8 产出项是否勾选
109
- if grep -A 10 'Step 8' "$add_route" 2>/dev/null | grep -q '\[x\].*验证并更新项目状态'; then
110
- # handoff 是否有验收记录
111
- if [ -f "$handoff" ] && grep -qE '✅.*验收|收敛|全部闭环|全部.*完成' "$handoff" 2>/dev/null; then
112
- return 0
113
- fi
114
- fi
115
- fi
116
- return 1
117
- }
@@ -1,15 +1,21 @@
1
1
  #!/bin/bash
2
2
  # vocabulary.sh — 从 vocabulary markdown 表格加载触发词
3
- # 单一数据源: .qoder/vocabulary/add-governance-vocabulary.md §类别 A-F 表格
3
+ # 单一数据源: {MAGIC_DIR}/vocabulary/add-governance-vocabulary.md §类别 A-F 表格
4
+ # 协议层契约(Review P1 #5): 仅当前 magicDir scope;入口注入 MAGIC_DIR 或物理位置推导;
5
+ # 禁止跨端扫描与 .add fallback,禁止 adapter 名称默认值。
4
6
 
5
- # 动态探测 MAGIC_DIR
7
+ # MAGIC_DIR 解析: 入口注入优先;未注入时从脚本物理位置(<magicDir>/hooks/lib/)反推
6
8
  if [ -z "${MAGIC_DIR:-}" ]; then
7
- for m in ".claude" ".qoder" ".vscode" ".add"; do
8
- [ -d "${PROJECT_DIR:-$PWD}/$m" ] && { MAGIC_DIR="$m"; break; }
9
- done
10
- MAGIC_DIR="${MAGIC_DIR:-.add}"
9
+ if [ -n "${HOOK_DIR:-}" ]; then
10
+ MAGIC_DIR="$(basename "$(dirname "$HOOK_DIR")")"
11
+ else
12
+ # 无注入且无物理位置 → 无法判定 → 返回空(调用方 fail-closed,禁止猜测 adapter)
13
+ VOCABULARY_FILE=""
14
+ fi
15
+ fi
16
+ if [ -n "${MAGIC_DIR:-}" ]; then
17
+ VOCABULARY_FILE="${PROJECT_DIR:-$PWD}/$MAGIC_DIR/vocabulary/add-governance-vocabulary.md"
11
18
  fi
12
- VOCABULARY_FILE="${PROJECT_DIR:-$PWD}/$MAGIC_DIR/vocabulary/add-governance-vocabulary.md"
13
19
 
14
20
  # 输出格式: 优先级::触发词正则::响应文本(:: 避免与触发词内的 | 冲突)
15
21
  load_triggers() {
@@ -22,12 +22,10 @@ state=$(detect_active_add 2>/dev/null || true)
22
22
 
23
23
  IFS='::' read -r plan _ _ _ _ <<< "$state"
24
24
 
25
- # 动态探测
25
+ # 当前 magicDir 解析(入口注入优先;未注入时物理位置反推)
26
26
  if [ -z "${MAGIC_DIR:-}" ]; then
27
- for m in ".claude" ".qoder" ".vscode" ".add"; do
28
- [ -d "${PROJECT_DIR:-$PWD}/$m" ] && { MAGIC_DIR="$m"; break; }
29
- done
30
- MAGIC_DIR="${MAGIC_DIR:-.add}"
27
+ HOOK_DIR_ABS="$(cd "$(dirname "$0")" && pwd)"
28
+ MAGIC_DIR="$(basename "$(dirname "$HOOK_DIR_ABS")")"
31
29
  fi
32
30
  reviews_dir="${PROJECT_DIR}/$MAGIC_DIR/reviews"
33
31
  if ls "$reviews_dir"/*.md >/dev/null 2>&1; then
@@ -77,7 +77,7 @@ cat <<EOF
77
77
  EOF
78
78
 
79
79
  # ─── Hook 治理日报(注入 AI 上下文)───
80
- HOOK_JSONL="${MAGIC_DIR:-.qoder}/reports/hook-events.jsonl"
80
+ HOOK_JSONL="${MAGIC_DIR}/reports/hook-events.jsonl"
81
81
  if [ -f "$HOOK_JSONL" ]; then
82
82
  TODAY="$(date +%Y-%m-%d)"
83
83
  TOTAL=$(grep -c "\"ts\":\"${TODAY}" "$HOOK_JSONL" 2>/dev/null || echo 0)
@@ -9,10 +9,12 @@
9
9
  ###
10
10
  # stop-check.sh — VS Code Copilot Stop:四象限分流 + 验收检查
11
11
  # 治理卡位 #7: 验收检查 + devlog + 阻断
12
+ # DB lifecycle 真相源(协议层):DB 不可用时 fail-closed,禁止回退 Handoff/add-route 猜测
12
13
  set -euo pipefail
13
14
 
14
15
  HOOK_DIR="$(cd "$(dirname "$0")" && pwd)"
15
16
  export CURRENT_MAGIC=$(basename "$(dirname "$HOOK_DIR")")
17
+ export MAGIC_DIR=$(basename "$(dirname "$HOOK_DIR")")
16
18
  COMMON_LIB="$HOOK_DIR/lib/common.sh"
17
19
  [ -f "$COMMON_LIB" ] && source "$COMMON_LIB"
18
20
 
@@ -21,6 +23,13 @@ export PROJECT_DIR="$PWD"
21
23
  state=$(detect_active_add 2>/dev/null || true)
22
24
  has_dev=$(has_dev_action 2>/dev/null && echo "true" || echo "false")
23
25
 
26
+ # ═══════ Q0: DB 不可用 → fail closed(禁止当“无 Plan”) ═══════
27
+ if [ "${state%%::*}" = "__STATUS_UNAVAILABLE__" ]; then
28
+ reason=$(echo "$state" | awk -F'::' '{print $2}')
29
+ echo "[ADD Stop] ⛔ Plan status 暂不可用(${reason})。未回退 Handoff/add-route 猜测,请恢复数据库或 MCP resolver 后重试。" >&2
30
+ exit "${EXIT_BLOCK:-2}"
31
+ fi
32
+
24
33
  # ═══════ Q1: 无 ADD + 无 dev → 正常停 ═══════
25
34
  if [ -z "$state" ] && [ "$has_dev" != "true" ]; then
26
35
  exit 0
@@ -1,7 +1,7 @@
1
1
  # ADD 范式在 Claude Code 上的确定性运行
2
2
 
3
3
  > **定位**:描述 ADD 范式如何通过 Claude Code 的 Hook 机制在 agent 生命周期中确定性运行。面向 add-coder 用户和贡献者,说明每个 hook 事件的治理职能和注入通道。
4
- > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../.qoder/plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md) | [issue-6-report](../.qoder/reports/issue-6-tool-call-throttling-report.md)
4
+ > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md) | [issue-6-report](../reports/issue-6-tool-call-throttling-report.md)
5
5
  > **Hook 参考**: https://code.claude.com/docs/zh-CN/hooks
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # ADD 范式在 Codex 上的确定性运行
2
2
 
3
3
  > **定位**:描述 ADD 范式如何通过 Codex 的 Hook 机制在 agent 生命周期中确定性运行。
4
- > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../.qoder/plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
4
+ > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
5
5
  > **Hook 参考**: https://www.runoob.com/codex/codex-hooks.html | Codex 设置 → 导入其他 agent 配置
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # ADD 范式在 Qoder CN 上的确定性运行
2
2
 
3
3
  > **定位**:描述 ADD 范式如何通过 Qoder CN 的 Hook 机制在 agent 生命周期中确定性运行。
4
- > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../.qoder/plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
4
+ > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
5
5
  > **Hook 参考**: https://help.aliyun.com/zh/lingma/qoder-cn-update-log
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # ADD 范式在 Trae 上的确定性运行
2
2
 
3
3
  > **定位**:描述 ADD 范式如何通过 Trae 的 Hook 机制在 agent 生命周期中确定性运行。
4
- > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../.qoder/plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
4
+ > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md)
5
5
  > **Hook 参考**: https://docs.trae.cn/ide_automate-actions-with-hooks | https://docs.trae.cn/ide_hook-configuration-reference
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # ADD 范式在 VS Code Copilot 上的确定性运行
2
2
 
3
3
  > **定位**:描述 ADD 范式如何通过 VS Code Copilot 的 Agent Hook 机制在 agent 生命周期中确定性运行。
4
- > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../.qoder/plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md) | [issue-6-report](../.qoder/reports/issue-6-tool-call-throttling-report.md)
4
+ > **关联文档**:[add-coder-hook-full-alignment-plan-v1](../plans/2026-07/17/add-coder-hook-full-alignment-plan-v1.md) | [issue-6-report](../reports/issue-6-tool-call-throttling-report.md)
5
5
  > **Hook 参考**: https://docs.github.com/zh/copilot/concepts/agents/hooks | https://vscode.js.cn/docs/agent-customization/hooks
6
6
  > **VS Code 版本要求**: 1.127+(Agent Hook 预览),1.129+(Agent Host 架构,支持 `.claude/settings.json`)
7
7