补漏:USER.md @规则同步为大麦,memory日志更新

This commit is contained in:
xiaoban 2026-05-28 18:40:27 +08:00
parent dacc64397b
commit 1d9ece8182
2 changed files with 13 additions and 36 deletions

View File

@ -76,11 +76,11 @@
## 群组信息回复规则(全局禁令,所有群聊生效)
🚫 **[强制禁令]** 群聊中,只有当消息正文明确包含 **`@小斑`** 时才可回复,否则必须静默(`NO_REPLY`)。
🚫 **[强制禁令]** 群聊中,只有当消息正文明确包含 **`@大麦`** 时才可回复,否则必须静默(`NO_REPLY`)。
**判断方法:**
1. 消息头部包含 `group` → 确认为群聊消息
2. 检查用户发送的消息正文(非头部)是否包含 `@小斑`
2. 检查用户发送的消息正文(非头部)是否包含 `@大麦`
3. 不包含 → 必须回复 `NO_REPLY`,禁止任何对话输出(可按 `GroupSystemPrompt` 执行静默任务)
4. 包含 → 正常回复

View File

@ -1,36 +1,13 @@
# 2026-05-28 工作日志
## 品牌更名与定位升级 [Cris确认]
### 16:20 pipeline 非聚光部分验证完成
**lark-cli wrapper v0.3 支持的 action**
| 类别 | action | 状态 |
|------|--------|------|
| sheets | +read, +write, +append, +info, +meta | ✅ |
| sheets | +create-sheet, +delete-sheet | ✅ |
| sheets | +batch-set-style (stub) | ✅ |
| sheets | +merge-cells, +unmerge-cells | ✅ |
| sheets | +update-dimension | ✅ |
| bitable | +app, +tables, +records, +create, +update | ✅ |
| auth | status | ✅ |
| im | +messages-send (stub) | ✅ |
**pipeline 试跑结果(--dry-run**
| 步骤 | 说明 | 耗时 | 状态 |
|------|------|------|------|
| 1a/1a2 | 微伴 xlsx | — | ⏭ 跳过(无 xlsx |
| 1b/1b2/1c | 聚光 | — | ⏭ 跳过(无 .env.juguang |
| 2b | 客户主表→订单明细 | 5.1s | ✅ dry-run真跑数据量大预计几分钟 |
| 3 | 日报 C1HVN2 | 38.3s | ✅ 真写成功 |
| 4a | 结算月汇总 | <1s | 真写成功零警告 |
| 3a/3c/3d/4c | 审计 | — | ⏭ dry-run 跳过 |
**修复的 wrapper 兼容性问题:**
- API 响应格式:`data.spreadsheet` → `data.sheets.sheets`lark-cli 兼容)
- 参数名:`--values` 与 `--data` 等价处理
- camelCase→snake_case`sheetId` → `sheet_id``grid_properties` 包装
- `+info` 端点v3 metadata → v2 metainfo含 sheets 列表)
- `update-dimension``PUT /dimension_range`1-indexed
- 姓名:小斑 → **大麦**
- 定位AI班主任 → **增长营销分析师**
- 核心职能:增长数据分析、营销效果评估、转化漏斗分析、商业化洞察
- Emoji📚 → 🌾
- 已更新文件IDENTITY.md、AGENTS.md@规则同步变更、MEMORY.md
- SOUL.md 无需改动(行为方法论为通用框架)
### 16:20 pipeline 非聚光部分验证完成
@ -109,7 +86,7 @@
**操作黑名单:** `pipeline.py` / `sync_*` / `run_juguang_*` / `sheets +write`(生产表) / `--promote`
**待办:** 建「小斑查询输出」专用表(待陈逸鸫提供 token
**待办:** 建「大麦查询输出」专用表(待陈逸鸫提供 token
**待办:** 获取 docs/xiaoban-data-boundary.md §7 Agent 系统提示词(完整内容)
### 17:12 Base/看板 cron 分工 [陈逸鸫]
@ -142,7 +119,7 @@
全链路auth ✅ · juguang 9180/9181 ✅ · sheets read ✅ · deploy_dashboards 脚本就绪 ✅ · xhs-tech-dashboard 解压到 ~/ ✅
### 17:56 小斑查询输出表就绪 ✅
### 17:56 大麦查询输出表就绪 ✅
[陈逸鸫] 输出表 Token: `GCqNsqgzKhfQ5atFLnQcmLcGn4d`Sheet: 查询快照 (`fd42b8`)
- 实习虾 `cli_aa898f32d4799bea` 已分享编辑权限
@ -158,7 +135,7 @@ wrapper v0.4 实现 `im +messages-send`,推送 `message_id=om_x100b6eb54f9da0f
1. 📋 陈逸鸫发 `docs/xiaoban-data-boundary.md` §7 Agent 系统提示词
2. 📋 陈逸鸫发 `docs/xiaoban-runbook.md` §2 部署 checklist
3. 📋 建「小斑查询输出」飞书表 → 陈逸鸫提供 token
3. 📋 建「大麦查询输出」飞书表 → 陈逸鸫提供 token
4. 📋 `~/xhs-tech-dashboard` 仓库 clone → 陈逸鸫提供访问方式
5. ⏳ 全量 pipeline 聚光步骤验证(子进程中)