ai_member_xiaobian/memory/2026-04-04.md
2026-04-05 08:10:02 +08:00

20 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 2026-04-04 工作日志
## Workspace自动备份配置
- [李若松确认] 完整workspace备份远程仓库地址`https://git.valavala.com/ai_member_only/ai_member_xiaobian`
- Git凭证用户名 `ai_member_only`,密码 `ai@makee260301#`已URL编码写入脚本
- 备份脚本 `scripts/workspace_backup.sh` 已更新远程地址并测试通过
- 两种备份任务已配置完成:
1. 完整Workspace备份 → `ai_member_only/ai_member_xiaobian` 仓库
2. Skill单独同步 → `vala_skillhub` 组下各技能仓库
## 群聊响应禁令(重要规则变更)
- [李若松要求] 所有群聊消息,除非明确包含"@小编",否则完全静默不回复
- 已更新到 `AGENTS.md``USER.md` 中,作为强制执行的最高优先级禁令
- **判断方式已改为自然语言判断**(不依赖 `WasMentioned` 字段,因实测发现该字段在 untrusted metadata 中不可用):
1. 消息头部包含 `group` → 群聊
2. 消息正文包含 `@小编` → 被@,可回复;否则 → NO_REPLY
- 个人私聊不受此禁令限制
- ⚠️ 修改配置后需要重启群聊session才能生效旧session不会重新加载工作区文件
- 平台级 `requireMention` 配置为 `false`(保持不变,因为需要记录群消息历史)