@lightcone-ai/daemon 0.15.53 → 0.15.54
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.
- package/mcp-servers/_thin-proxy/forward.js +80 -0
- package/mcp-servers/official/audience-research/index.js +24 -376
- package/mcp-servers/official/hook-pattern-library/index.js +17 -410
- package/mcp-servers/official/keyword-research/index.js +17 -324
- package/mcp-servers/official/page-understanding/index.js +17 -96
- package/mcp-servers/official/platform-policy-db/index.js +19 -264
- package/mcp-servers/official/video-narration-planner/index.js +30 -130
- package/package.json +1 -1
- package/mcp-servers/official/keyword-research/keyword-fixtures.json +0 -58
- package/mcp-servers/official/platform-policy-db/policy-fixtures.json +0 -257
- package/mcp-servers/official/video-narration-planner/core.js +0 -1403
- package/mcp-servers/official/video-narration-planner/planner-config.json +0 -112
- package/src/_vendor/video/understanding/analyze-page.js +0 -737
- package/src/_vendor/video/understanding/heuristics.js +0 -826
- package/src/_vendor/video/understanding/index.js +0 -11
- package/src/_vendor/video/understanding/llm-client.js +0 -261
- package/src/_vendor/video/understanding/schema.js +0 -254
- package/src/_vendor/video/understanding/site-selectors.js +0 -47
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"fixture_meta": {
|
|
3
|
-
"mode": "fixture",
|
|
4
|
-
"as_of": "2026-04-29",
|
|
5
|
-
"capability": "platform-policy-db",
|
|
6
|
-
"disclaimer": "Policy fixtures are static snapshots; always verify against latest platform notices."
|
|
7
|
-
},
|
|
8
|
-
"platform_aliases": {
|
|
9
|
-
"xiaohongshu": "xhs",
|
|
10
|
-
"redbook": "xhs",
|
|
11
|
-
"wechat": "wechat-mp",
|
|
12
|
-
"wechatmp": "wechat-mp",
|
|
13
|
-
"wechat_mp": "wechat-mp",
|
|
14
|
-
"gzh": "wechat-mp",
|
|
15
|
-
"公众号": "wechat-mp",
|
|
16
|
-
"tiktok_cn": "douyin",
|
|
17
|
-
"ks": "kuaishou",
|
|
18
|
-
"快手": "kuaishou"
|
|
19
|
-
},
|
|
20
|
-
"platform_policy_data": {
|
|
21
|
-
"xhs": {
|
|
22
|
-
"platform": "xhs",
|
|
23
|
-
"display_name": "小红书",
|
|
24
|
-
"policy_version": "xhs-2026.04",
|
|
25
|
-
"updated_at": "2026-04-22",
|
|
26
|
-
"ai_label_required": true,
|
|
27
|
-
"ad_disclosure_required": true,
|
|
28
|
-
"policy_window_days": 7,
|
|
29
|
-
"required_labels": {
|
|
30
|
-
"ad": "赞助",
|
|
31
|
-
"ai": "AI 生成内容标识"
|
|
32
|
-
},
|
|
33
|
-
"sensitive_terms": [
|
|
34
|
-
{
|
|
35
|
-
"id": "xhs-external-redirect-wechat",
|
|
36
|
-
"term": "微信",
|
|
37
|
-
"severity": "blocker",
|
|
38
|
-
"reason": "站外导流词,易触发限流或违规。",
|
|
39
|
-
"action": "remove_redirect_hint"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"id": "xhs-external-redirect-qr",
|
|
43
|
-
"term": "二维码",
|
|
44
|
-
"severity": "blocker",
|
|
45
|
-
"reason": "站外导流相关词,发布前需清理。",
|
|
46
|
-
"action": "remove_redirect_hint"
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"id": "xhs-fake-luxury",
|
|
50
|
-
"term": "高仿",
|
|
51
|
-
"severity": "blocker",
|
|
52
|
-
"reason": "涉嫌仿冒交易,政策高风险。",
|
|
53
|
-
"action": "reject_publish"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"id": "xhs-medical-guarantee",
|
|
57
|
-
"term": "疗效保证",
|
|
58
|
-
"severity": "warn",
|
|
59
|
-
"reason": "医疗功效承诺需附免责声明并谨慎表述。",
|
|
60
|
-
"action": "add_disclaimer"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"id": "xhs-finance-guarantee",
|
|
64
|
-
"term": "稳赚不赔",
|
|
65
|
-
"severity": "blocker",
|
|
66
|
-
"reason": "金融收益承诺违规风险高。",
|
|
67
|
-
"action": "remove_claim"
|
|
68
|
-
}
|
|
69
|
-
]
|
|
70
|
-
},
|
|
71
|
-
"douyin": {
|
|
72
|
-
"platform": "douyin",
|
|
73
|
-
"display_name": "抖音",
|
|
74
|
-
"policy_version": "douyin-2026.04",
|
|
75
|
-
"updated_at": "2026-04-20",
|
|
76
|
-
"ai_label_required": true,
|
|
77
|
-
"ad_disclosure_required": true,
|
|
78
|
-
"policy_window_days": 7,
|
|
79
|
-
"required_labels": {
|
|
80
|
-
"ad": "广告",
|
|
81
|
-
"ai": "AI 生成声明"
|
|
82
|
-
},
|
|
83
|
-
"sensitive_terms": [
|
|
84
|
-
{
|
|
85
|
-
"id": "douyin-fake-news",
|
|
86
|
-
"term": "内幕消息",
|
|
87
|
-
"severity": "blocker",
|
|
88
|
-
"reason": "未经证实信息易触发平台处罚。",
|
|
89
|
-
"action": "remove_unverified_claim"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"id": "douyin-disaster-clickbait",
|
|
93
|
-
"term": "震惊全国",
|
|
94
|
-
"severity": "warn",
|
|
95
|
-
"reason": "标题党表达可能降低推荐稳定性。",
|
|
96
|
-
"action": "tone_down_title"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"id": "douyin-finance-guarantee",
|
|
100
|
-
"term": "保本保收益",
|
|
101
|
-
"severity": "blocker",
|
|
102
|
-
"reason": "金融收益保障承诺违规。",
|
|
103
|
-
"action": "remove_claim"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"id": "douyin-medical-cure",
|
|
107
|
-
"term": "包治百病",
|
|
108
|
-
"severity": "blocker",
|
|
109
|
-
"reason": "医疗夸大宣传高风险。",
|
|
110
|
-
"action": "remove_claim"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"id": "douyin-traffic-manipulation",
|
|
114
|
-
"term": "互赞互粉",
|
|
115
|
-
"severity": "warn",
|
|
116
|
-
"reason": "可被识别为异常增长操作。",
|
|
117
|
-
"action": "remove_growth_hack"
|
|
118
|
-
}
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
|
-
"kuaishou": {
|
|
122
|
-
"platform": "kuaishou",
|
|
123
|
-
"display_name": "快手",
|
|
124
|
-
"policy_version": "kuaishou-2026.04",
|
|
125
|
-
"updated_at": "2026-04-20",
|
|
126
|
-
"ai_label_required": true,
|
|
127
|
-
"ad_disclosure_required": true,
|
|
128
|
-
"policy_window_days": 7,
|
|
129
|
-
"required_labels": {
|
|
130
|
-
"ad": "广告",
|
|
131
|
-
"ai": "AI 生成声明"
|
|
132
|
-
},
|
|
133
|
-
"sensitive_terms": [
|
|
134
|
-
{
|
|
135
|
-
"id": "kuaishou-url-link",
|
|
136
|
-
"term": "http",
|
|
137
|
-
"severity": "blocker",
|
|
138
|
-
"reason": "快手不允许在正文中放置外链 URL,会被平台过滤或触发风控。",
|
|
139
|
-
"action": "remove_url"
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
"id": "kuaishou-finance-guarantee",
|
|
143
|
-
"term": "保本保收益",
|
|
144
|
-
"severity": "blocker",
|
|
145
|
-
"reason": "金融收益保障承诺违规。",
|
|
146
|
-
"action": "remove_claim"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"id": "kuaishou-fake-news",
|
|
150
|
-
"term": "内幕消息",
|
|
151
|
-
"severity": "blocker",
|
|
152
|
-
"reason": "未经证实信息易触发平台处罚。",
|
|
153
|
-
"action": "remove_unverified_claim"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"id": "kuaishou-medical-cure",
|
|
157
|
-
"term": "包治百病",
|
|
158
|
-
"severity": "blocker",
|
|
159
|
-
"reason": "医疗夸大宣传高风险。",
|
|
160
|
-
"action": "remove_claim"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"id": "kuaishou-traffic-manipulation",
|
|
164
|
-
"term": "互赞互粉",
|
|
165
|
-
"severity": "warn",
|
|
166
|
-
"reason": "可被识别为异常增长操作。",
|
|
167
|
-
"action": "remove_growth_hack"
|
|
168
|
-
}
|
|
169
|
-
]
|
|
170
|
-
},
|
|
171
|
-
"wechat-mp": {
|
|
172
|
-
"platform": "wechat-mp",
|
|
173
|
-
"display_name": "公众号",
|
|
174
|
-
"policy_version": "wechat-mp-2026.04",
|
|
175
|
-
"updated_at": "2026-04-19",
|
|
176
|
-
"ai_label_required": false,
|
|
177
|
-
"ad_disclosure_required": true,
|
|
178
|
-
"policy_window_days": 7,
|
|
179
|
-
"required_labels": {
|
|
180
|
-
"ad": "广告/合作声明",
|
|
181
|
-
"ai": "建议标注 AI 生成来源"
|
|
182
|
-
},
|
|
183
|
-
"sensitive_terms": [
|
|
184
|
-
{
|
|
185
|
-
"id": "wechatmp-clickbait-share",
|
|
186
|
-
"term": "不转不是中国人",
|
|
187
|
-
"severity": "blocker",
|
|
188
|
-
"reason": "诱导分享属于明确违规。",
|
|
189
|
-
"action": "remove_manipulative_phrase"
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"id": "wechatmp-political-rumor",
|
|
193
|
-
"term": "内部通知",
|
|
194
|
-
"severity": "warn",
|
|
195
|
-
"reason": "疑似无来源权威口径,需补证据。",
|
|
196
|
-
"action": "add_citation_or_remove"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": "wechatmp-medical-guarantee",
|
|
200
|
-
"term": "根治",
|
|
201
|
-
"severity": "warn",
|
|
202
|
-
"reason": "医疗强承诺需免责声明并谨慎表达。",
|
|
203
|
-
"action": "add_disclaimer"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"id": "wechatmp-finance-guarantee",
|
|
207
|
-
"term": "稳赚",
|
|
208
|
-
"severity": "blocker",
|
|
209
|
-
"reason": "金融收益承诺违规。",
|
|
210
|
-
"action": "remove_claim"
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"id": "wechatmp-fake-scarcity",
|
|
214
|
-
"term": "最后一天",
|
|
215
|
-
"severity": "warn",
|
|
216
|
-
"reason": "虚假稀缺文案易触发风控。",
|
|
217
|
-
"action": "verify_or_tone_down"
|
|
218
|
-
}
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
"bilibili": {
|
|
222
|
-
"platform": "bilibili",
|
|
223
|
-
"display_name": "B站",
|
|
224
|
-
"policy_version": "bilibili-2026.04",
|
|
225
|
-
"updated_at": "2026-04-22",
|
|
226
|
-
"ai_label_required": false,
|
|
227
|
-
"ad_disclosure_required": true,
|
|
228
|
-
"policy_window_days": 7,
|
|
229
|
-
"required_labels": {
|
|
230
|
-
"ad": "广告/商业推广"
|
|
231
|
-
},
|
|
232
|
-
"sensitive_terms": [
|
|
233
|
-
{
|
|
234
|
-
"id": "bilibili-external-redirect-wechat",
|
|
235
|
-
"term": "微信",
|
|
236
|
-
"severity": "warn",
|
|
237
|
-
"reason": "站外导流词,可能触发限流。",
|
|
238
|
-
"action": "remove_redirect_hint"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"id": "bilibili-finance-guarantee",
|
|
242
|
-
"term": "稳赚不赔",
|
|
243
|
-
"severity": "blocker",
|
|
244
|
-
"reason": "金融收益承诺违规风险高。",
|
|
245
|
-
"action": "remove_claim"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"id": "bilibili-medical-guarantee",
|
|
249
|
-
"term": "疗效保证",
|
|
250
|
-
"severity": "warn",
|
|
251
|
-
"reason": "医疗功效承诺需附免责声明。",
|
|
252
|
-
"action": "add_disclaimer"
|
|
253
|
-
}
|
|
254
|
-
]
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|