patina-cli 3.11.0 → 4.0.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 (193) hide show
  1. package/.patina.default.yaml +29 -29
  2. package/CHANGELOG.md +53 -0
  3. package/NOTICE +21 -0
  4. package/README.md +117 -224
  5. package/README_JA.md +134 -77
  6. package/README_KR.md +132 -74
  7. package/README_ZH.md +137 -80
  8. package/SKILL.md +11 -20
  9. package/artifacts/rebaseline-2025/README.md +147 -0
  10. package/artifacts/rebaseline-2025/human-controls.public.jsonl +250 -0
  11. package/artifacts/rebaseline-2025/intake.example.jsonl +2 -0
  12. package/artifacts/rebaseline-2025/intake.local.example.jsonl +25 -0
  13. package/artifacts/rebaseline-2025/prompts.template.jsonl +7 -0
  14. package/artifacts/rebaseline-2025/sources.ko-public.jsonl +39 -0
  15. package/assets/brand/patina-badge.svg +18 -0
  16. package/assets/brand/patina-mark.svg +8 -0
  17. package/assets/demo/README.md +79 -0
  18. package/core/scoring.md +12 -12
  19. package/core/standalone-prompt.md +3 -1
  20. package/core/stylometry.md +93 -22
  21. package/docs/API.md +1554 -0
  22. package/docs/AUTHENTICATION.md +50 -26
  23. package/docs/AUTHENTICATION_KR.md +54 -29
  24. package/docs/BRANDING.md +9 -8
  25. package/docs/CLI.md +55 -14
  26. package/docs/COOKBOOK.md +8 -21
  27. package/docs/DEMO.md +32 -5
  28. package/docs/EXIT-CODES.md +2 -3
  29. package/docs/FALSE-POSITIVES.md +63 -0
  30. package/docs/FAQ.md +9 -1
  31. package/docs/FAQ_KR.md +3 -1
  32. package/docs/FLAG-PARITY.md +33 -47
  33. package/docs/ISSUE-WAVES.md +57 -0
  34. package/docs/PATTERNS-EN.md +67 -3
  35. package/docs/PATTERNS-JA.md +68 -2
  36. package/docs/PATTERNS-KO.md +70 -7
  37. package/docs/PATTERNS-ZH.md +67 -3
  38. package/docs/PATTERNS.md +5 -5
  39. package/docs/RESEARCH-DOCS-PLATFORM.md +54 -0
  40. package/docs/ROADMAP.md +46 -66
  41. package/docs/TRANSLATIONESE-KO.md +51 -0
  42. package/docs/audits/2026-05-deep-research.md +3 -1
  43. package/docs/benchmarks/README.md +51 -0
  44. package/docs/benchmarks/detector-comparison.json +69 -9
  45. package/docs/benchmarks/detector-comparison.md +10 -5
  46. package/docs/benchmarks/katfish-ko-latest.json +657 -0
  47. package/docs/benchmarks/katfish-ko-latest.md +77 -0
  48. package/docs/benchmarks/latest.json +1183 -108
  49. package/docs/benchmarks/latest.md +84 -60
  50. package/docs/benchmarks/lexicon-freshness-en-2026-05-22.json +1121 -0
  51. package/docs/benchmarks/lexicon-freshness-en-2026-05-22.md +136 -0
  52. package/docs/benchmarks/rebaseline-latest.json +381 -0
  53. package/docs/benchmarks/rebaseline-latest.md +121 -0
  54. package/docs/benchmarks/register-stratified-latest.json +164 -0
  55. package/docs/benchmarks/register-stratified-latest.md +99 -0
  56. package/docs/benchmarks/register-stratified.md +43 -0
  57. package/docs/integrations/github-action.md +44 -11
  58. package/docs/integrations/playground.md +58 -0
  59. package/docs/integrations/pre-commit.md +5 -5
  60. package/docs/integrations/release.md +5 -3
  61. package/docs/integrations/static-sites.md +83 -0
  62. package/docs/research/2025-rebaseline-plan.md +71 -2
  63. package/docs/research/2026-rebaseline.md +102 -0
  64. package/docs/research/adversarial-mps.md +41 -0
  65. package/docs/research/ai-human-metrics.md +35 -23
  66. package/docs/research/human-eval-panel.md +42 -0
  67. package/docs/research/judge-agreement.md +24 -0
  68. package/docs/research/ko-2025-corpus-sources.md +135 -0
  69. package/docs/research/lexicon-freshness-audit.md +64 -0
  70. package/docs/research/zh-ja-lexicon-calibration.md +60 -0
  71. package/docs/social/patina-launch-copy.md +173 -100
  72. package/docs/social/patina-launch-execution.md +94 -0
  73. package/docs/social/patina-launch-korean-first.md +83 -0
  74. package/docs/social/signs-of-ai-writing.md +26 -0
  75. package/docs/social/signs-of-ai-writing_KR.md +26 -0
  76. package/lexicon/ai-en.md +21 -24
  77. package/lexicon/ai-ja.md +158 -0
  78. package/lexicon/ai-ko.md +9 -9
  79. package/lexicon/ai-zh.md +158 -0
  80. package/lexicon/provenance/ai-en.json +970 -0
  81. package/lexicon/provenance/ai-ja.json +542 -0
  82. package/lexicon/provenance/ai-ko.json +866 -0
  83. package/lexicon/provenance/ai-zh.json +542 -0
  84. package/package.json +49 -8
  85. package/patterns/en-communication.md +5 -0
  86. package/patterns/en-content.md +5 -0
  87. package/patterns/en-filler.md +5 -0
  88. package/patterns/en-language.md +29 -1
  89. package/patterns/en-structure.md +5 -0
  90. package/patterns/en-style.md +5 -0
  91. package/patterns/en-viral-hook.md +42 -2
  92. package/patterns/ja-communication.md +5 -0
  93. package/patterns/ja-content.md +5 -0
  94. package/patterns/ja-filler.md +5 -0
  95. package/patterns/ja-language.md +33 -1
  96. package/patterns/ja-structure.md +12 -0
  97. package/patterns/ja-style.md +5 -0
  98. package/patterns/ja-viral-hook.md +41 -2
  99. package/patterns/ko-communication.md +5 -0
  100. package/patterns/ko-content.md +5 -0
  101. package/patterns/ko-filler.md +5 -0
  102. package/patterns/ko-language.md +33 -1
  103. package/patterns/ko-structure.md +25 -6
  104. package/patterns/ko-style.md +5 -0
  105. package/patterns/ko-viral-hook.md +38 -2
  106. package/patterns/zh-communication.md +5 -0
  107. package/patterns/zh-content.md +5 -0
  108. package/patterns/zh-filler.md +5 -0
  109. package/patterns/zh-language.md +37 -1
  110. package/patterns/zh-structure.md +12 -0
  111. package/patterns/zh-style.md +5 -0
  112. package/patterns/zh-viral-hook.md +38 -2
  113. package/playground/README.md +55 -0
  114. package/playground/analytics.js +4 -0
  115. package/playground/analyzer.js +883 -0
  116. package/playground/app.js +157 -0
  117. package/playground/data/lexicons.js +343 -0
  118. package/playground/index.html +138 -0
  119. package/playground/styles.css +267 -0
  120. package/profiles/namuwiki.md +111 -0
  121. package/scripts/adversarial-mps-report.mjs +201 -0
  122. package/scripts/badge-json.mjs +79 -0
  123. package/scripts/benchmark-report.mjs +56 -9
  124. package/scripts/check-release-metadata.mjs +0 -2
  125. package/scripts/detector-comparison.mjs +7 -7
  126. package/scripts/generate-playground-data.mjs +77 -0
  127. package/scripts/katfish-calibration.mjs +464 -0
  128. package/scripts/lexicon-freshness.mjs +485 -0
  129. package/scripts/lint.mjs +1 -1
  130. package/scripts/precommit-score.mjs +4 -3
  131. package/scripts/prose-score.mjs +81 -5
  132. package/scripts/rebaseline-intake.mjs +242 -0
  133. package/scripts/rebaseline-score.mjs +268 -0
  134. package/scripts/rebaseline-summary.mjs +773 -0
  135. package/scripts/rebaseline-web-collect.mjs +410 -0
  136. package/scripts/update-benchmark-ranges.mjs +1 -0
  137. package/src/api.js +69 -105
  138. package/src/auth.js +50 -2
  139. package/src/backends/claude-cli.js +19 -4
  140. package/src/backends/codex-cli.js +19 -3
  141. package/src/backends/contract.js +230 -1
  142. package/src/backends/gemini-cli.js +18 -5
  143. package/src/backends/index.js +87 -12
  144. package/src/backends/kimi-cli.js +161 -0
  145. package/src/cli.js +577 -567
  146. package/src/commands/doctor.js +2 -2
  147. package/src/config.js +29 -0
  148. package/src/errors.js +53 -1
  149. package/src/features/discourse-tells.js +68 -0
  150. package/src/features/index.js +82 -8
  151. package/src/features/lexicon.js +40 -6
  152. package/src/features/markup-leakage.js +69 -0
  153. package/src/features/segment.js +41 -0
  154. package/src/features/signal-strength.js +81 -0
  155. package/src/features/stylometry.js +231 -1
  156. package/src/features/translationese.js +127 -0
  157. package/src/loader.js +76 -0
  158. package/src/logger.js +22 -23
  159. package/src/model-defaults.js +55 -0
  160. package/src/ouroboros.js +31 -0
  161. package/src/output.js +102 -90
  162. package/src/prompt-builder.js +103 -68
  163. package/src/providers.js +51 -4
  164. package/src/scoring.js +210 -2
  165. package/src/security.js +75 -0
  166. package/tests/fixtures/live-quality/en/public-docs-01.md +26 -0
  167. package/tests/fixtures/live-quality/ko/public-docs-01.md +26 -0
  168. package/tests/fixtures/suspect-zones/expected-ranges.json +207 -16
  169. package/tests/fixtures/suspect-zones/ja/ai/ja-ai-04-lexicon.md +11 -0
  170. package/tests/fixtures/suspect-zones/ja/natural/ja-nat-04-lexicon-cold.md +11 -0
  171. package/tests/fixtures/suspect-zones/ko/ai/ko-ai-02.md +4 -5
  172. package/tests/fixtures/suspect-zones/ko/ai/ko-ai-07-ko-diagnostic.md +11 -0
  173. package/tests/fixtures/suspect-zones/zh/ai/zh-ai-04-lexicon.md +11 -0
  174. package/tests/fixtures/suspect-zones/zh/natural/zh-nat-04-lexicon-cold.md +11 -0
  175. package/tests/quality/README.md +188 -11
  176. package/tests/quality/adversarial-mps/fixtures.jsonl +10 -0
  177. package/tests/quality/benchmark.mjs +39 -1
  178. package/tests/quality/dogfood.mjs +5 -3
  179. package/tests/quality/live-fixtures.jsonl +2 -0
  180. package/tests/quality/live-quality.mjs +596 -0
  181. package/tests/quality/ranking-metrics.mjs +136 -0
  182. package/tests/quality/rebaseline-manifest.example.jsonl +5 -0
  183. package/vercel.json +53 -0
  184. package/SKILL-MAX.md +0 -455
  185. package/docs/internal/HARNESS.md +0 -14
  186. package/docs/internal/README.md +0 -14
  187. package/docs/internal/WARP.md +0 -23
  188. package/patina-max/SKILL.md +0 -523
  189. package/patina-max/composite.py +0 -457
  190. package/src/cache.js +0 -106
  191. package/src/commands/init.js +0 -208
  192. package/src/manifest.js +0 -162
  193. package/src/max-mode.js +0 -207
@@ -0,0 +1,542 @@
1
+ [
2
+ {
3
+ "kind": "phrase",
4
+ "entry": "まとめると",
5
+ "added": "2026-05-20",
6
+ "source": "ja-v1.0-2026-05-20-starter",
7
+ "last_validated": null,
8
+ "lift": null,
9
+ "status": "needs-external-calibration"
10
+ },
11
+ {
12
+ "kind": "phrase",
13
+ "entry": "結論として",
14
+ "added": "2026-05-20",
15
+ "source": "ja-v1.0-2026-05-20-starter",
16
+ "last_validated": null,
17
+ "lift": null,
18
+ "status": "needs-external-calibration"
19
+ },
20
+ {
21
+ "kind": "phrase",
22
+ "entry": "要するに",
23
+ "added": "2026-05-20",
24
+ "source": "ja-v1.0-2026-05-20-starter",
25
+ "last_validated": null,
26
+ "lift": null,
27
+ "status": "needs-external-calibration"
28
+ },
29
+ {
30
+ "kind": "phrase",
31
+ "entry": "総じて",
32
+ "added": "2026-05-20",
33
+ "source": "ja-v1.0-2026-05-20-starter",
34
+ "last_validated": null,
35
+ "lift": null,
36
+ "status": "needs-external-calibration"
37
+ },
38
+ {
39
+ "kind": "phrase",
40
+ "entry": "言い換えれば",
41
+ "added": "2026-05-20",
42
+ "source": "ja-v1.0-2026-05-20-starter",
43
+ "last_validated": null,
44
+ "lift": null,
45
+ "status": "needs-external-calibration"
46
+ },
47
+ {
48
+ "kind": "phrase",
49
+ "entry": "重要なのは",
50
+ "added": "2026-05-20",
51
+ "source": "ja-v1.0-2026-05-20-starter",
52
+ "last_validated": null,
53
+ "lift": null,
54
+ "status": "needs-external-calibration"
55
+ },
56
+ {
57
+ "kind": "phrase",
58
+ "entry": "注目すべきは",
59
+ "added": "2026-05-20",
60
+ "source": "ja-v1.0-2026-05-20-starter",
61
+ "last_validated": null,
62
+ "lift": null,
63
+ "status": "needs-external-calibration"
64
+ },
65
+ {
66
+ "kind": "phrase",
67
+ "entry": "特筆すべきは",
68
+ "added": "2026-05-20",
69
+ "source": "ja-v1.0-2026-05-20-starter",
70
+ "last_validated": null,
71
+ "lift": null,
72
+ "status": "needs-external-calibration"
73
+ },
74
+ {
75
+ "kind": "phrase",
76
+ "entry": "現代社会において",
77
+ "added": "2026-05-20",
78
+ "source": "ja-v1.0-2026-05-20-starter",
79
+ "last_validated": null,
80
+ "lift": null,
81
+ "status": "needs-external-calibration"
82
+ },
83
+ {
84
+ "kind": "phrase",
85
+ "entry": "デジタル時代において",
86
+ "added": "2026-05-20",
87
+ "source": "ja-v1.0-2026-05-20-starter",
88
+ "last_validated": null,
89
+ "lift": null,
90
+ "status": "needs-external-calibration"
91
+ },
92
+ {
93
+ "kind": "phrase",
94
+ "entry": "テクノロジーの進化により",
95
+ "added": "2026-05-20",
96
+ "source": "ja-v1.0-2026-05-20-starter",
97
+ "last_validated": null,
98
+ "lift": null,
99
+ "status": "needs-external-calibration"
100
+ },
101
+ {
102
+ "kind": "phrase",
103
+ "entry": "社会の変化に伴い",
104
+ "added": "2026-05-20",
105
+ "source": "ja-v1.0-2026-05-20-starter",
106
+ "last_validated": null,
107
+ "lift": null,
108
+ "status": "needs-external-calibration"
109
+ },
110
+ {
111
+ "kind": "phrase",
112
+ "entry": "多角的に見ると",
113
+ "added": "2026-05-20",
114
+ "source": "ja-v1.0-2026-05-20-starter",
115
+ "last_validated": null,
116
+ "lift": null,
117
+ "status": "needs-external-calibration"
118
+ },
119
+ {
120
+ "kind": "phrase",
121
+ "entry": "長期的に見ると",
122
+ "added": "2026-05-20",
123
+ "source": "ja-v1.0-2026-05-20-starter",
124
+ "last_validated": null,
125
+ "lift": null,
126
+ "status": "needs-external-calibration"
127
+ },
128
+ {
129
+ "kind": "phrase",
130
+ "entry": "一方で~他方で",
131
+ "added": "2026-05-20",
132
+ "source": "ja-v1.0-2026-05-20-starter",
133
+ "last_validated": null,
134
+ "lift": null,
135
+ "status": "needs-external-calibration"
136
+ },
137
+ {
138
+ "kind": "phrase",
139
+ "entry": "~することが重要です",
140
+ "added": "2026-05-20",
141
+ "source": "ja-v1.0-2026-05-20-starter",
142
+ "last_validated": null,
143
+ "lift": null,
144
+ "status": "needs-external-calibration"
145
+ },
146
+ {
147
+ "kind": "phrase",
148
+ "entry": "~と言えるでしょう",
149
+ "added": "2026-05-20",
150
+ "source": "ja-v1.0-2026-05-20-starter",
151
+ "last_validated": null,
152
+ "lift": null,
153
+ "status": "needs-external-calibration"
154
+ },
155
+ {
156
+ "kind": "phrase",
157
+ "entry": "~と言えます",
158
+ "added": "2026-05-20",
159
+ "source": "ja-v1.0-2026-05-20-starter",
160
+ "last_validated": null,
161
+ "lift": null,
162
+ "status": "needs-external-calibration"
163
+ },
164
+ {
165
+ "kind": "phrase",
166
+ "entry": "~が求められます",
167
+ "added": "2026-05-20",
168
+ "source": "ja-v1.0-2026-05-20-starter",
169
+ "last_validated": null,
170
+ "lift": null,
171
+ "status": "needs-external-calibration"
172
+ },
173
+ {
174
+ "kind": "phrase",
175
+ "entry": "~につながります",
176
+ "added": "2026-05-20",
177
+ "source": "ja-v1.0-2026-05-20-starter",
178
+ "last_validated": null,
179
+ "lift": null,
180
+ "status": "needs-external-calibration"
181
+ },
182
+ {
183
+ "kind": "phrase",
184
+ "entry": "~を実現します",
185
+ "added": "2026-05-20",
186
+ "source": "ja-v1.0-2026-05-20-starter",
187
+ "last_validated": null,
188
+ "lift": null,
189
+ "status": "needs-external-calibration"
190
+ },
191
+ {
192
+ "kind": "phrase",
193
+ "entry": "~を促進します",
194
+ "added": "2026-05-20",
195
+ "source": "ja-v1.0-2026-05-20-starter",
196
+ "last_validated": null,
197
+ "lift": null,
198
+ "status": "needs-external-calibration"
199
+ },
200
+ {
201
+ "kind": "phrase",
202
+ "entry": "~を支える重要な要素",
203
+ "added": "2026-05-20",
204
+ "source": "ja-v1.0-2026-05-20-starter",
205
+ "last_validated": null,
206
+ "lift": null,
207
+ "status": "needs-external-calibration"
208
+ },
209
+ {
210
+ "kind": "phrase",
211
+ "entry": "重要な役割を果たします",
212
+ "added": "2026-05-20",
213
+ "source": "ja-v1.0-2026-05-20-starter",
214
+ "last_validated": null,
215
+ "lift": null,
216
+ "status": "needs-external-calibration"
217
+ },
218
+ {
219
+ "kind": "phrase",
220
+ "entry": "新たな可能性を切り開く",
221
+ "added": "2026-05-20",
222
+ "source": "ja-v1.0-2026-05-20-starter",
223
+ "last_validated": null,
224
+ "lift": null,
225
+ "status": "needs-external-calibration"
226
+ },
227
+ {
228
+ "kind": "phrase",
229
+ "entry": "新しい価値を生み出す",
230
+ "added": "2026-05-20",
231
+ "source": "ja-v1.0-2026-05-20-starter",
232
+ "last_validated": null,
233
+ "lift": null,
234
+ "status": "needs-external-calibration"
235
+ },
236
+ {
237
+ "kind": "phrase",
238
+ "entry": "さらなる発展が期待されます",
239
+ "added": "2026-05-20",
240
+ "source": "ja-v1.0-2026-05-20-starter",
241
+ "last_validated": null,
242
+ "lift": null,
243
+ "status": "needs-external-calibration"
244
+ },
245
+ {
246
+ "kind": "phrase",
247
+ "entry": "今後ますます重要になる",
248
+ "added": "2026-05-20",
249
+ "source": "ja-v1.0-2026-05-20-starter",
250
+ "last_validated": null,
251
+ "lift": null,
252
+ "status": "needs-external-calibration"
253
+ },
254
+ {
255
+ "kind": "phrase",
256
+ "entry": "持続可能な成長",
257
+ "added": "2026-05-20",
258
+ "source": "ja-v1.0-2026-05-20-starter",
259
+ "last_validated": null,
260
+ "lift": null,
261
+ "status": "needs-external-calibration"
262
+ },
263
+ {
264
+ "kind": "phrase",
265
+ "entry": "ユーザー体験を向上させる",
266
+ "added": "2026-05-20",
267
+ "source": "ja-v1.0-2026-05-20-starter",
268
+ "last_validated": null,
269
+ "lift": null,
270
+ "status": "needs-external-calibration"
271
+ },
272
+ {
273
+ "kind": "phrase",
274
+ "entry": "より良い未来",
275
+ "added": "2026-05-20",
276
+ "source": "ja-v1.0-2026-05-20-starter",
277
+ "last_validated": null,
278
+ "lift": null,
279
+ "status": "needs-external-calibration"
280
+ },
281
+ {
282
+ "kind": "phrase",
283
+ "entry": "課題解決に貢献する",
284
+ "added": "2026-05-20",
285
+ "source": "ja-v1.0-2026-05-20-starter",
286
+ "last_validated": null,
287
+ "lift": null,
288
+ "status": "needs-external-calibration"
289
+ },
290
+ {
291
+ "kind": "phrase",
292
+ "entry": "多様なニーズに応える",
293
+ "added": "2026-05-20",
294
+ "source": "ja-v1.0-2026-05-20-starter",
295
+ "last_validated": null,
296
+ "lift": null,
297
+ "status": "needs-external-calibration"
298
+ },
299
+ {
300
+ "kind": "phrase",
301
+ "entry": "柔軟に対応する",
302
+ "added": "2026-05-20",
303
+ "source": "ja-v1.0-2026-05-20-starter",
304
+ "last_validated": null,
305
+ "lift": null,
306
+ "status": "needs-external-calibration"
307
+ },
308
+ {
309
+ "kind": "phrase",
310
+ "entry": "効果的に活用する",
311
+ "added": "2026-05-20",
312
+ "source": "ja-v1.0-2026-05-20-starter",
313
+ "last_validated": null,
314
+ "lift": null,
315
+ "status": "needs-external-calibration"
316
+ },
317
+ {
318
+ "kind": "phrase",
319
+ "entry": "最大限に引き出す",
320
+ "added": "2026-05-20",
321
+ "source": "ja-v1.0-2026-05-20-starter",
322
+ "last_validated": null,
323
+ "lift": null,
324
+ "status": "needs-external-calibration"
325
+ },
326
+ {
327
+ "kind": "phrase",
328
+ "entry": "価値を最大化する",
329
+ "added": "2026-05-20",
330
+ "source": "ja-v1.0-2026-05-20-starter",
331
+ "last_validated": null,
332
+ "lift": null,
333
+ "status": "needs-external-calibration"
334
+ },
335
+ {
336
+ "kind": "phrase",
337
+ "entry": "本記事では",
338
+ "added": "2026-05-20",
339
+ "source": "ja-v1.0-2026-05-20-starter",
340
+ "last_validated": null,
341
+ "lift": null,
342
+ "status": "needs-external-calibration"
343
+ },
344
+ {
345
+ "kind": "phrase",
346
+ "entry": "この記事では",
347
+ "added": "2026-05-20",
348
+ "source": "ja-v1.0-2026-05-20-starter",
349
+ "last_validated": null,
350
+ "lift": null,
351
+ "status": "needs-external-calibration"
352
+ },
353
+ {
354
+ "kind": "phrase",
355
+ "entry": "ここでは~について解説します",
356
+ "added": "2026-05-20",
357
+ "source": "ja-v1.0-2026-05-20-starter",
358
+ "last_validated": null,
359
+ "lift": null,
360
+ "status": "needs-external-calibration"
361
+ },
362
+ {
363
+ "kind": "phrase",
364
+ "entry": "ぜひ参考にしてください",
365
+ "added": "2026-05-20",
366
+ "source": "ja-v1.0-2026-05-20-starter",
367
+ "last_validated": null,
368
+ "lift": null,
369
+ "status": "needs-external-calibration"
370
+ },
371
+ {
372
+ "kind": "phrase",
373
+ "entry": "理解を深める",
374
+ "added": "2026-05-20",
375
+ "source": "ja-v1.0-2026-05-20-starter",
376
+ "last_validated": null,
377
+ "lift": null,
378
+ "status": "needs-external-calibration"
379
+ },
380
+ {
381
+ "kind": "phrase",
382
+ "entry": "具体的に見ていきましょう",
383
+ "added": "2026-05-20",
384
+ "source": "ja-v1.0-2026-05-20-starter",
385
+ "last_validated": null,
386
+ "lift": null,
387
+ "status": "needs-external-calibration"
388
+ },
389
+ {
390
+ "kind": "phrase",
391
+ "entry": "さまざまな場面で活用できます",
392
+ "added": "2026-05-20",
393
+ "source": "ja-v1.0-2026-05-20-starter",
394
+ "last_validated": null,
395
+ "lift": null,
396
+ "status": "needs-external-calibration"
397
+ },
398
+ {
399
+ "kind": "phrase",
400
+ "entry": "幅広い分野で注目されています",
401
+ "added": "2026-05-20",
402
+ "source": "ja-v1.0-2026-05-20-starter",
403
+ "last_validated": null,
404
+ "lift": null,
405
+ "status": "needs-external-calibration"
406
+ },
407
+ {
408
+ "kind": "phrase",
409
+ "entry": "新たな選択肢",
410
+ "added": "2026-05-20",
411
+ "source": "ja-v1.0-2026-05-20-starter",
412
+ "last_validated": null,
413
+ "lift": null,
414
+ "status": "needs-external-calibration"
415
+ },
416
+ {
417
+ "kind": "phrase",
418
+ "entry": "大きなメリットがあります",
419
+ "added": "2026-05-20",
420
+ "source": "ja-v1.0-2026-05-20-starter",
421
+ "last_validated": null,
422
+ "lift": null,
423
+ "status": "needs-external-calibration"
424
+ },
425
+ {
426
+ "kind": "phrase",
427
+ "entry": "重要なポイントです",
428
+ "added": "2026-05-20",
429
+ "source": "ja-v1.0-2026-05-20-starter",
430
+ "last_validated": null,
431
+ "lift": null,
432
+ "status": "needs-external-calibration"
433
+ },
434
+ {
435
+ "kind": "phrase",
436
+ "entry": "欠かせない存在",
437
+ "added": "2026-05-20",
438
+ "source": "ja-v1.0-2026-05-20-starter",
439
+ "last_validated": null,
440
+ "lift": null,
441
+ "status": "needs-external-calibration"
442
+ },
443
+ {
444
+ "kind": "phrase",
445
+ "entry": "ますます注目を集めています",
446
+ "added": "2026-05-20",
447
+ "source": "ja-v1.0-2026-05-20-starter",
448
+ "last_validated": null,
449
+ "lift": null,
450
+ "status": "needs-external-calibration"
451
+ },
452
+ {
453
+ "kind": "phrase",
454
+ "entry": "未来を切り拓く",
455
+ "added": "2026-05-20",
456
+ "source": "ja-v1.0-2026-05-20-starter",
457
+ "last_validated": null,
458
+ "lift": null,
459
+ "status": "needs-external-calibration"
460
+ },
461
+ {
462
+ "kind": "phrase",
463
+ "entry": "一歩踏み出すきっかけ",
464
+ "added": "2026-05-20",
465
+ "source": "ja-v1.0-2026-05-20-starter",
466
+ "last_validated": null,
467
+ "lift": null,
468
+ "status": "needs-external-calibration"
469
+ },
470
+ {
471
+ "kind": "phrase",
472
+ "entry": "可能性を広げる",
473
+ "added": "2026-05-20",
474
+ "source": "ja-v1.0-2026-05-20-starter",
475
+ "last_validated": null,
476
+ "lift": null,
477
+ "status": "needs-external-calibration"
478
+ },
479
+ {
480
+ "kind": "phrase",
481
+ "entry": "安心して利用できます",
482
+ "added": "2026-05-20",
483
+ "source": "ja-v1.0-2026-05-20-starter",
484
+ "last_validated": null,
485
+ "lift": null,
486
+ "status": "needs-external-calibration"
487
+ },
488
+ {
489
+ "kind": "phrase",
490
+ "entry": "より効果的な",
491
+ "added": "2026-05-20",
492
+ "source": "ja-v1.0-2026-05-20-starter",
493
+ "last_validated": null,
494
+ "lift": null,
495
+ "status": "needs-external-calibration"
496
+ },
497
+ {
498
+ "kind": "phrase",
499
+ "entry": "最適な方法",
500
+ "added": "2026-05-20",
501
+ "source": "ja-v1.0-2026-05-20-starter",
502
+ "last_validated": null,
503
+ "lift": null,
504
+ "status": "needs-external-calibration"
505
+ },
506
+ {
507
+ "kind": "phrase",
508
+ "entry": "本質的な価値",
509
+ "added": "2026-05-20",
510
+ "source": "ja-v1.0-2026-05-20-starter",
511
+ "last_validated": null,
512
+ "lift": null,
513
+ "status": "needs-external-calibration"
514
+ },
515
+ {
516
+ "kind": "phrase",
517
+ "entry": "これからの時代に求められる",
518
+ "added": "2026-05-20",
519
+ "source": "ja-v1.0-2026-05-20-starter",
520
+ "last_validated": null,
521
+ "lift": null,
522
+ "status": "needs-external-calibration"
523
+ },
524
+ {
525
+ "kind": "phrase",
526
+ "entry": "単なる~ではなく",
527
+ "added": "2026-05-20",
528
+ "source": "ja-v1.0-2026-05-20-starter",
529
+ "last_validated": null,
530
+ "lift": null,
531
+ "status": "needs-external-calibration"
532
+ },
533
+ {
534
+ "kind": "phrase",
535
+ "entry": "重要な鍵となります",
536
+ "added": "2026-05-20",
537
+ "source": "ja-v1.0-2026-05-20-starter",
538
+ "last_validated": null,
539
+ "lift": null,
540
+ "status": "needs-external-calibration"
541
+ }
542
+ ]