mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-13 06:19:46 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a3819b8e30 | |||
| 234c2a832b |
@@ -6,7 +6,7 @@
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Skills shared by Baoyu for improving daily work efficiency",
|
||||
"version": "1.116.1"
|
||||
"version": "1.116.2"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
English | [中文](./CHANGELOG.zh.md)
|
||||
|
||||
## 1.116.2 - 2026-05-13
|
||||
|
||||
### Documentation
|
||||
- `baoyu-wechat-summary`: update example group name in SKILL.md
|
||||
|
||||
## 1.116.1 - 2026-05-13
|
||||
|
||||
### Features
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
[English](./CHANGELOG.md) | 中文
|
||||
|
||||
## 1.116.2 - 2026-05-13
|
||||
|
||||
### 文档
|
||||
- `baoyu-wechat-summary`:更新 SKILL.md 中的示例群名
|
||||
|
||||
## 1.116.1 - 2026-05-13
|
||||
|
||||
### 新功能
|
||||
|
||||
@@ -325,8 +325,8 @@ Always reflects only the most recent normal digest. Overwrite on each run when `
|
||||
```json
|
||||
{
|
||||
"group_id": "12345678901@chatroom",
|
||||
"group_name": "消失的大叔",
|
||||
"folder": "12345678901@chatroom-消失的大叔",
|
||||
"group_name": "相亲相爱一家人",
|
||||
"folder": "12345678901@chatroom-相亲相爱一家人",
|
||||
"last_digest": {
|
||||
"file": "2026-03-12.md",
|
||||
"date_range": "2026-03-12",
|
||||
@@ -393,7 +393,7 @@ Full procedure in [references/profiles.md](references/profiles.md).
|
||||
|
||||
```
|
||||
{data_root}/ # default: {project_root}/wechat/
|
||||
└── {group_id}-{group_name}/ # e.g. 12345678901@chatroom-消失的大叔/
|
||||
└── {group_id}-{group_name}/ # e.g. 12345678901@chatroom-相亲相爱一家人/
|
||||
├── history.json # last digest pointer (fast)
|
||||
├── history-digests.jsonl # append-only archive
|
||||
├── 2026-03-12.md # normal digest, single date
|
||||
|
||||
Reference in New Issue
Block a user