@geoly-ai/social-hub-cli 0.1.46 → 0.1.47
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable changes to `@geoly-ai/social-hub-cli` are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Release workflow: `pnpm release:cli` → `pnpm publish:cli`.
|
|
6
6
|
|
|
7
|
+
## [0.1.47] - 2026-06-25
|
|
8
|
+
|
|
9
|
+
social-hub-posts skill 文档补全 negativeFeedback/brandNote 字段说明(源文件,修复 0.1.46 漏带)
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
- document negativeFeedback in social-hub-posts (source of truth)
|
|
14
|
+
|
|
7
15
|
## [0.1.46] - 2026-06-25
|
|
8
16
|
|
|
9
17
|
reddit update 示例与 social-hub-posts skill 文档新增 negativeFeedback(帖子负面互动反馈)字段说明
|
package/dist/cmd-manifest.json
CHANGED
package/package.json
CHANGED
package/skills/manifest.json
CHANGED
|
@@ -117,6 +117,8 @@ social-hub reddit batch-upsert -t <team-id> -j '{
|
|
|
117
117
|
- **`viewCount`**:浏览/曝光。平台页面不可见时传 `null`,不要臆造。
|
|
118
118
|
- **`upvoteRatio`**:页面可读时传 0–1 小数;不可得时省略。
|
|
119
119
|
- **`firstRepostLink` / `secondRepostLink`**:首次/二次补发链接(nullable string)。用于 Hub 持久化与 Web 新增/编辑表单;**帖子表现列表不展示这两列**。飞书来源字段别名:`首次补发链接`、`二次补发链接`(见 `sync-feishu-reddit-via-hub-cli` / import 脚本)。`create-snapshot`、`update`、batch item 均支持。
|
|
120
|
+
- **`brandNote`**:运营侧品牌备注(nullable string,仅内部可见)。
|
|
121
|
+
- **`negativeFeedback`**:帖子负面互动反馈(nullable string,仅内部可见),如被举报/删评/封号等运营记录。与 `brandNote` 同类型;`create-snapshot`、`update`、batch item 均支持;Web 帖子表现编辑弹窗可改。
|
|
120
122
|
- **`feishuRecordId`**:飞书记录 ID。当输入来自飞书时,Hub 优先按 `(teamId, feishuRecordId)` 幂等;同一 permalink 对应不同飞书记录时,后续记录可能获得 `feishu.local` 占位 permalink
|
|
121
123
|
- **无 permalink**:可只带 `feishuRecordId`(及 `baseToken`/`tableId`),Hub 会生成稳定占位 URL
|
|
122
124
|
|