siluzan-tso-cli 1.1.29-beta.2 → 1.1.29-beta.21
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/README.md +1 -1
- package/dist/index.js +3174 -867
- package/dist/skill/AGENTS.md +30 -31
- package/dist/skill/SKILL.md +16 -33
- package/dist/skill/_meta.json +2 -2
- package/dist/skill/assets/campaign-create-keyword-test.fixed.json +10 -33
- package/dist/skill/assets/campaign-create-template.json +2 -0
- package/dist/skill/assets/campaign-create-template.md +114 -99
- package/dist/skill/assets/market-analysis-rules.md +55 -55
- package/dist/skill/assets/meta-period-report-rules.md +61 -60
- package/dist/skill/assets/pmax-asset-group-template.json +12 -4
- package/dist/skill/assets/pmax-asset-group-template.md +25 -0
- package/dist/skill/assets/pmax-brand-assets-template.json +25 -0
- package/dist/skill/assets/pmax-brand-assets-template.md +22 -0
- package/dist/skill/assets/pmax-brand-guidelines-enable-template.json +24 -0
- package/dist/skill/assets/pmax-brand-guidelines-enable-template.md +22 -0
- package/dist/skill/assets/pmax-create-template.json +41 -2
- package/dist/skill/assets/pmax-create-template.md +84 -51
- package/dist/skill/assets/pmax-lead-form-template.json +36 -0
- package/dist/skill/assets/pmax-lead-form-template.md +70 -0
- package/dist/skill/assets/pmax-signals-template.json +2 -6
- package/dist/skill/assets/pmax-whatsapp-template.json +26 -0
- package/dist/skill/assets/pmax-whatsapp-template.md +45 -0
- package/dist/skill/assets/website-diagnosis-rules.md +67 -67
- package/dist/skill/references/README.md +78 -65
- package/dist/skill/references/accounts/accounts.md +99 -105
- package/dist/skill/references/accounts/finance.md +23 -79
- package/dist/skill/references/accounts/open-account-by-media.md +84 -81
- package/dist/skill/references/accounts/open-account-google-ui.md +24 -24
- package/dist/skill/references/analytics/account-analytics.md +94 -103
- package/dist/skill/references/analytics/facebook-analysis-guide.md +61 -61
- package/dist/skill/references/analytics/google-analysis-batch.md +2 -2
- package/dist/skill/references/analytics/keyword-planner-workflows.md +22 -23
- package/dist/skill/references/analytics/market-analysis-guide.md +31 -25
- package/dist/skill/references/analytics/rag.md +20 -20
- package/dist/skill/references/analytics/reporting.md +4 -4
- package/dist/skill/references/analytics/website-diagnosis-guide.md +24 -24
- package/dist/skill/references/core/agent-conventions.md +136 -106
- package/dist/skill/references/core/cli-enums.md +47 -53
- package/dist/skill/references/core/playbooks.md +42 -41
- package/dist/skill/references/core/subagent-orchestration.md +40 -40
- package/dist/skill/references/core/tips.md +18 -61
- package/dist/skill/references/core/workflows.md +36 -29
- package/dist/skill/references/google-ads/google-ads-campaign-plan.md +25 -24
- package/dist/skill/references/google-ads/google-ads.md +81 -57
- package/dist/skill/references/google-ads/pmax-api.md +138 -34
- package/dist/skill/references/google-ads/rules/README.md +15 -15
- package/dist/skill/references/google-ads/rules/google-ads-account-audit.md +22 -22
- package/dist/skill/references/google-ads/rules/google-ads-compliance.md +27 -27
- package/dist/skill/references/google-ads/rules/google-ads-keyword-strategy.md +15 -15
- package/dist/skill/references/google-ads/rules/google-ads-keyword-taxonomy.md +32 -22
- package/dist/skill/references/google-ads/rules/google-ads-launch-plan-template.md +32 -30
- package/dist/skill/references/google-ads/rules/google-ads-pmax-guide.md +3 -1
- package/dist/skill/references/misc/tso-home.md +8 -8
- package/dist/skill/references/operations/clue.md +1 -1
- package/dist/skill/references/operations/forewarning.md +1 -1
- package/dist/skill/references/operations/hosted-automation-optimize-index.md +2 -2
- package/dist/skill/references/operations/hosted-automation-scenarios.md +5 -5
- package/dist/skill/references/operations/hosted-automation-self-control.md +15 -15
- package/dist/skill/references/operations/hosted-automation-user-catalog.md +13 -13
- package/dist/skill/references/operations/optimize.md +8 -8
- package/dist/skill/references/report-templates/README.md +45 -0
- package/dist/skill/references/report-templates/REPORT-WORKFLOW.md +114 -0
- package/dist/skill/references/report-templates/bing-period-report.md +65 -0
- package/dist/skill/references/report-templates/google-account-diagnosis-report.md +83 -0
- package/dist/skill/references/report-templates/google-ads-diagnosis.md +378 -0
- package/dist/skill/references/report-templates/google-inquiry-analysis.md +543 -0
- package/dist/skill/references/report-templates/google-period-report-excel.md +126 -0
- package/dist/skill/references/report-templates/google-period-report.md +60 -0
- package/dist/skill/references/report-templates/market-analysis-report.md +40 -0
- package/dist/skill/references/report-templates/meta-account-diagnosis-report.md +74 -0
- package/dist/skill/references/report-templates/meta-period-report-excel.md +230 -0
- package/dist/skill/references/report-templates/meta-period-report.md +219 -0
- package/dist/skill/references/report-templates/okki-weekly-google-client.md +217 -0
- package/dist/skill/references/report-templates/tiktok-period-report.md +56 -0
- package/dist/skill/references/report-templates/website-diagnosis-report.md +79 -0
- package/dist/skill/report-templates/README.md +16 -14
- package/dist/skill/report-templates/REPORT-WORKFLOW.md +13 -13
- package/dist/skill/report-templates/google-account-diagnosis-report.md +1 -1
- package/dist/skill/report-templates/google-ads-diagnosis.md +21 -21
- package/dist/skill/report-templates/google-inquiry-analysis.md +44 -44
- package/dist/skill/report-templates/google-period-report-excel.md +24 -24
- package/dist/skill/report-templates/google-period-report.md +23 -23
- package/dist/skill/report-templates/market-analysis-report.md +1 -1
- package/dist/skill/report-templates/meta-period-report-excel.md +72 -64
- package/dist/skill/report-templates/meta-period-report.html +706 -428
- package/dist/skill/report-templates/meta-period-report.md +61 -60
- package/dist/skill/report-templates/okki-weekly-google-client.md +26 -26
- package/dist/skill/report-templates/report-template-academic.html +1 -1
- package/dist/skill/report-templates/report-template-dark.html +1 -1
- package/dist/skill/report-templates/report-template-formal.html +1 -1
- package/dist/skill/report-templates/report-template-mobile.html +1 -1
- package/dist/skill/report-templates/report-template-onepager.html +1 -1
- package/dist/skill/report-templates/report-template-print.html +1 -1
- package/dist/skill/report-templates/report-template.html +1 -1
- package/dist/skill/report-templates/website-diagnosis-report.html +1731 -1653
- package/dist/skill/report-templates/website-diagnosis-report.md +21 -23
- package/dist/skill/scripts/install.ps1 +1 -1
- package/dist/skill/scripts/install.sh +1 -1
- package/dist/skill/snippets/handoff-p7-inquiry.md +5 -5
- package/eval/cases/accounts-entityid-vs-mediaccustomerid.scenario.json +2 -14
- package/eval/cases/accounts-mcc-bind-inquiry.scenario.json +1 -3
- package/eval/cases/accounts-single-balance-not-bulk.scenario.json +3 -14
- package/eval/cases/budget-display-not-raw-micros.scenario.json +1 -8
- package/eval/cases/clue-meta-leads-json.scenario.json +2 -14
- package/eval/cases/clue-tiktok-leads-json.scenario.json +2 -11
- package/eval/cases/destructive-account-delink-needs-confirm.scenario.json +3 -9
- package/eval/cases/destructive-forewarning-delete-needs-confirm.scenario.json +3 -9
- package/eval/cases/destructive-invoice-apply-needs-confirm.scenario.json +3 -9
- package/eval/cases/facebook-analysis-google-section-aliases.scenario.json +2 -11
- package/eval/cases/facebook-analysis-not-google-keywords.scenario.json +3 -10
- package/eval/cases/facebook-analysis-period-default.scenario.json +2 -14
- package/eval/cases/finance-invoice-info-list.scenario.json +3 -11
- package/eval/cases/forewarning-list-google.scenario.json +3 -14
- package/eval/cases/google-ads-no-structural-without-confirm.scenario.json +2 -6
- package/eval/cases/google-analysis-keywords-route.scenario.json +2 -14
- package/eval/cases/human-p1-multiturn.scenario.json +1 -5
- package/eval/cases/meta-single-balance-not-bulk.scenario.json +3 -17
- package/eval/cases/no-legacy-json-flag.scenario.json +2 -6
- package/eval/cases/open-account-google-noninteractive.scenario.json +1 -3
- package/eval/cases/open-account-tiktok-license-file.scenario.json +1 -3
- package/eval/cases/optimize-list-by-account.scenario.json +3 -11
- package/eval/cases/p1-single-account-profile.scenario.json +1 -11
- package/eval/cases/p2-balance-scan-bulk.scenario.json +2 -9
- package/eval/cases/p3-accounts-digest.scenario.json +1 -5
- package/eval/cases/p4-fb-meta-period-report.scenario.json +2 -12
- package/eval/cases/p4-period-report-window.scenario.json +1 -8
- package/eval/cases/pmax-asset-group-create-with-bg.scenario.json +15 -0
- package/eval/cases/pmax-brand-edit-routing.scenario.json +12 -0
- package/eval/cases/pmax-edit-not-campaign-edit.scenario.json +15 -0
- package/eval/cases/pmax-enable-brand-guidelines.scenario.json +15 -0
- package/eval/cases/pmax-no-assets-update-brand-fields.scenario.json +12 -0
- package/eval/cases/rag-before-keyword-expand.scenario.json +1 -11
- package/eval/cases/rag-list-then-query.scenario.json +2 -14
- package/eval/cases/report-list-google.scenario.json +2 -11
- package/eval/cases/report-push-list-google.scenario.json +2 -11
- package/eval/cases/setup-login-or-env.scenario.json +1 -3
- package/eval/cases/setup-siluzan-data-permission-env.scenario.json +1 -3
- package/eval/cases/tiktok-bc-bind-inquiry.scenario.json +2 -6
- package/eval/cases/time-range-user-delegates-default.scenario.json +1 -8
- package/eval/cases/tips-json-out-filtering.scenario.json +1 -3
- package/eval/cases/tips-large-json-pagination.scenario.json +1 -3
- package/eval/cases/uj-ad-campaign-validate-before-create-stub.scenario.json +2 -11
- package/eval/cases/uj-ad-outdoor-campgear-search-plan.scenario.json +1 -3
- package/eval/cases/uj-analytics-30d-pdf-campaign-device-geo.scenario.json +6 -18
- package/eval/cases/uj-analytics-compare-google-tiktok-last-month-roi.scenario.json +1 -8
- package/eval/cases/uj-analytics-google-weekly-trends-campaigns-keywords.scenario.json +2 -11
- package/eval/cases/uj-analytics-report-push-weekly-email.scenario.json +1 -3
- package/eval/cases/uj-finance-invoice-records-this-month.scenario.json +2 -11
- package/eval/cases/uj-life-newbie-siluzan-google-end-to-end.scenario.json +1 -4
- package/eval/cases/uj-ops-google-accounts-list-normal.scenario.json +2 -17
- package/eval/cases/uj-ops-google-yesterday-spend-conversions.scenario.json +2 -14
- package/eval/cases/uj-ops-pause-worst-adgroup-confirm.scenario.json +2 -6
- package/eval/cases/uj-ops-tiktok-leads-last-week.scenario.json +3 -17
- package/eval/cases/uj-patrol-cpc-spike-adgroups-over-15.scenario.json +1 -5
- package/eval/cases/uj-patrol-forewarning-create-daily-cap-3000.scenario.json +1 -3
- package/eval/cases/uj-patrol-forewarning-trigger-records.scenario.json +3 -17
- package/eval/cases/uj-patrol-google-balances-low.scenario.json +2 -11
- package/eval/cases/uj-roi-optimize-records-then-execute-cautiously.scenario.json +3 -14
- package/eval/cases/uj-roi-search-terms-add-negative-keywords.scenario.json +2 -14
- package/eval/stub-fixtures/facebook-analysis.json +24 -4
- package/eval/stub-fixtures/meta-overview.json +4 -1
- package/eval/stub-fixtures/pmax-asset-group-create-ok.json +12 -0
- package/eval/stub-fixtures/pmax-brand-assets-edit-ok.json +11 -0
- package/eval/stub-fixtures/pmax-brand-guidelines-enable-ok.json +11 -0
- package/eval/stub-fixtures/pmax-edit-ok.json +11 -0
- package/eval/stub-fixtures/pmax-get-bg-on.json +20 -0
- package/package.json +1 -1
- package/dist/skill/references/core/deliverable-preflight.md +0 -109
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "siluzan-tso-cli-json-snapshot",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"section": "ad-pmax-brand-assets-edit-stub",
|
|
5
|
+
"outlineFile": "ad-pmax-brand-assets-edit-stub.outline.txt",
|
|
6
|
+
"payloadPreview": {
|
|
7
|
+
"ok": true,
|
|
8
|
+
"campaignId": "23856329277",
|
|
9
|
+
"patch": { "businessName": "New Brand Co" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "siluzan-tso-cli-json-snapshot",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"section": "ad-pmax-brand-guidelines-enable-stub",
|
|
5
|
+
"outlineFile": "ad-pmax-brand-guidelines-enable-stub.outline.txt",
|
|
6
|
+
"payloadPreview": {
|
|
7
|
+
"ok": true,
|
|
8
|
+
"campaignId": "23856329277",
|
|
9
|
+
"body": { "autoPopulateBrandAssets": false, "businessName": "Test Brand Co" }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "siluzan-tso-cli-json-snapshot",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"section": "ad-pmax-edit-stub",
|
|
5
|
+
"outlineFile": "ad-pmax-edit-stub.outline.txt",
|
|
6
|
+
"payloadPreview": {
|
|
7
|
+
"ok": true,
|
|
8
|
+
"campaignId": "23856329277",
|
|
9
|
+
"patch": { "budgetId": "111222333", "budget": 8000 }
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"kind": "siluzan-tso-cli-json-snapshot",
|
|
3
|
+
"schemaVersion": 1,
|
|
4
|
+
"section": "ad-pmax-get-stub",
|
|
5
|
+
"outlineFile": "ad-pmax-get-stub.outline.txt",
|
|
6
|
+
"agentHint": "payload 含 _brandGuidelinesActive;改品牌见 _agentBrandHint",
|
|
7
|
+
"payloadPreview": {
|
|
8
|
+
"id": "23856329277",
|
|
9
|
+
"name": "PMAX_Stub_BG_On",
|
|
10
|
+
"brandGuidelinesEnabled": true,
|
|
11
|
+
"brandAssets": [
|
|
12
|
+
{ "fieldType": "BUSINESS_NAME", "text": "Old Brand Co", "linkStatus": "ENABLED" },
|
|
13
|
+
{ "fieldType": "LOGO", "assetId": "365402561157", "linkStatus": "ENABLED" }
|
|
14
|
+
],
|
|
15
|
+
"budgetId": "111222333",
|
|
16
|
+
"budget": 5000,
|
|
17
|
+
"_brandGuidelinesActive": true,
|
|
18
|
+
"_agentBrandHint": "改商家名/Logo/样式:ad pmax-brand-assets-edit(勿 pmax-assets-update 改 BUSINESS_NAME/LOGO)"
|
|
19
|
+
}
|
|
20
|
+
}
|
package/package.json
CHANGED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
# 交付前审阅最终产物(Agent 自检)
|
|
2
|
-
|
|
3
|
-
> 用户反馈:产出物常出现**币种错误**、**报告缺章/缺数**。
|
|
4
|
-
> **不靠外部校验脚本**——由 **Agent 在交付用户前,亲自查看已生成的最终文件**(HTML / Markdown / Excel 等),对照清单结论后再发送。
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## 原则
|
|
9
|
-
|
|
10
|
-
| 必须 | 禁止 |
|
|
11
|
-
| ---- | ---- |
|
|
12
|
-
| **Read 最终交付文件**(你刚写出的 `.html` / `.md` 等) | 用 Read 打开 `--json-out` 落盘的业务 `*.json` 来「核对」(见 `tips.md`) |
|
|
13
|
-
| 对照当次 `report-templates/*.md` 章节逐项勾选 | 未打开产物就声称「报告已好」 |
|
|
14
|
-
| 币种与**当次对话**里 `list-accounts` / CLI 表格已确认的 `currencyCode` 一致 | 凭媒体猜 USD;CNY 用 `$` |
|
|
15
|
-
| 缺数据的章节写 `[ 数据不可用:… ]` | 空白章节、编造数字填坑 |
|
|
16
|
-
|
|
17
|
-
拉数阶段仍用 `--json-out` + **代码**读 JSON 生成产物;**审阅阶段**只看**最终产物** + 记忆中的账户元数据(账户 ID、区间、币种),不跑 `check-*.mjs` 类脚本。
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## 审阅时机
|
|
22
|
-
|
|
23
|
-
在以下动作**之后、发给用户之前**:
|
|
24
|
-
|
|
25
|
-
1. 已用脚本/CLI 拉数并生成报告文件(或 Excel)。
|
|
26
|
-
2. 文件已写入磁盘路径(你知道路径)。
|
|
27
|
-
|
|
28
|
-
**然后必须 Read 该文件**(或 Excel 时对用户说明各 Sheet 名称与首行摘要——若无法 Read 二进制 xlsx,须在对话中贴出**自检表**逐条勾选,并说明依据来自生成脚本的 stdout 摘要,而非猜)。
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
## 自检表 A · 币种(每条必勾)
|
|
33
|
-
|
|
34
|
-
对照 `references/accounts/currency.md`:
|
|
35
|
-
|
|
36
|
-
- [ ] 报告**封面/首行**含 `统计区间:…(货币:CNY)` 或 `(货币:USD)`(或等价英文标注)
|
|
37
|
-
- [ ] 代码与**一致**:`CNY` → 全文金额用 **¥**;`USD` → **$**;未混用
|
|
38
|
-
- [ ] 与当次 `list-accounts -k …` 得到的 **`currencyCode` 相同**(回顾对话中 CLI 表格或你记录的「币种」一行)
|
|
39
|
-
- [ ] 多账户报告:分币种分表,**无** CNY+USD 直接相加的一行「总计」
|
|
40
|
-
- [ ] 未出现「Google 账户所以是美金」类表述
|
|
41
|
-
|
|
42
|
-
**不通过** → 改产物文件后**重新 Read** 再审,不得交付。
|
|
43
|
-
|
|
44
|
-
---
|
|
45
|
-
|
|
46
|
-
## 自检表 B · 结构完整(对照当次模板)
|
|
47
|
-
|
|
48
|
-
先确认当次用的是哪份模板(如 `google-period-report.md`、`okki-weekly-google-client.md`、`google-inquiry-analysis.md`),再逐项:
|
|
49
|
-
|
|
50
|
-
- [ ] 模板要求的**每一章/Sheet**在产物里都存在(标题或 Sheet 名可对应)
|
|
51
|
-
- [ ] **无**整章空白(除非该章标注 `[ 数据不可用:… ]`)
|
|
52
|
-
- [ ] 执行摘要 / 概览:有消耗、展示、点击等**至少一项非空数字**(或明确写无数据)
|
|
53
|
-
- [ ] 周期报告默认维(P4 HTML):概览、日趋势、系列、设备、地域、关键词等**均有对应段落**(Meta 无接口的维度按模板写「未提供」)
|
|
54
|
-
- [ ] P4 **Excel**:每个用户要求的 Sheet 存在;表头列能在当次 `*.outline.txt` 找到对应字段;**无** outline 中不存在的空列名
|
|
55
|
-
- [ ] P4 **Excel**:产物内账户 ID = 用户当轮给出的 `mediaCustomerId`(非列表里误选的其它户)
|
|
56
|
-
- [ ] 优化建议:独立一节,**不是**只有表格没有文字(Meta:**4 条 + 7 维补充**,每条引用当次数字,见 `meta-period-report-rules.md`)
|
|
57
|
-
- [ ] Google 诊断:每模块除表格外有「分析」+「建议」(见 `google-ads-diagnosis.md`)
|
|
58
|
-
|
|
59
|
-
**不通过** → 补拉 CLI 维度、重跑生成逻辑、**重写产物**后再 Read 审阅。
|
|
60
|
-
|
|
61
|
-
---
|
|
62
|
-
|
|
63
|
-
## 自检表 C · 数字可信(抽样,不读大 JSON)
|
|
64
|
-
|
|
65
|
-
不打开落盘 JSON,用以下**已掌握信息**对照产物:
|
|
66
|
-
|
|
67
|
-
- [ ] 报告总消耗/CPA 数量级与你在生成过程中 **CLI/脚本 stdout 打印的汇总**一致(同一会话里应有过一行 summary;若无,先补跑一次极小 `node -e` 只打印 totals 再对照——**仅用于核对,不把 JSON 贴进对话**)
|
|
68
|
-
- [ ] 账户 ID、账户名、统计区间与用户需求一致
|
|
69
|
-
- [ ] 无「示例账户」「占位 123456」等模板残留
|
|
70
|
-
- [ ] 表格行数与预期同一(如 P3 要求每个 `-a` ID 都有一行)
|
|
71
|
-
|
|
72
|
-
**不通过** → 修正产物或重新生成,禁止手改数字糊弄。
|
|
73
|
-
|
|
74
|
-
---
|
|
75
|
-
|
|
76
|
-
## 向用户交付时的格式(建议)
|
|
77
|
-
|
|
78
|
-
审阅通过后,消息中附带简短**自检结论**(证明你看过产物):
|
|
79
|
-
|
|
80
|
-
```text
|
|
81
|
-
交付前自检(已通过):
|
|
82
|
-
- 产物:./out/report-xxx.html
|
|
83
|
-
- 币种:CNY(来自 list-accounts,与报告首行一致)
|
|
84
|
-
- 章节:8/8 默认维度齐全;关键词章 [ 数据不可用:接口超时 ] 已标注
|
|
85
|
-
- 区间:2026-04-01 ~ 2026-04-30
|
|
86
|
-
```
|
|
87
|
-
|
|
88
|
-
若某项未通过,**不要**写「已通过」,应说明正在补全。
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## 与 Playbook 的关系
|
|
93
|
-
|
|
94
|
-
| Playbook | 审阅时重点 |
|
|
95
|
-
| -------- | ---------- |
|
|
96
|
-
| P1 | 画像是否含 stats + 系列要点;币种 |
|
|
97
|
-
| P4 | 默认 HTML:`google-period-report.md` 8 块是否齐;**Excel**:`google-period-report-excel.md` 用户 Sheet 是否齐、列字段是否来自 outline、`accountId` 是否与用户一致 |
|
|
98
|
-
| P4-FB | 对照 `meta-period-report-rules.md`:**4 条建议各 ≥150 字** + **7 维补充建议**;HTML 须无「待 Agent 撰写」占位,含执行摘要/四问/红绿灯/优化建议节;Excel:总数据叙事 4 块非空话 |
|
|
99
|
-
| P6 / P7 | 按各自 `report-templates/*.md` Sheet/章节表逐项 |
|
|
100
|
-
| P8 | **HTML 终稿**(非 Markdown):`website-diagnosis-report.md` 六模块章节齐全;雷达图/得分环/条形图/Lighthouse 由 `render` 注入;Lighthouse 缺失时 callout 已说明 |
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
## 相关文档
|
|
105
|
-
|
|
106
|
-
- `references/accounts/currency.md`
|
|
107
|
-
- `report-templates/REPORT-WORKFLOW.md`
|
|
108
|
-
- `references/core/tips.md`(拉数阶段)
|
|
109
|
-
- `references/core/playbooks.md`
|