docs: 组织升级 — 公司统一规范 + inbox消息系统 + PM个人逻辑

This commit is contained in:
showen
2026-03-13 06:06:15 +08:00
parent a1336292d4
commit db4843714f
5 changed files with 62 additions and 0 deletions

15
.showen/inbox/README.md Normal file
View File

@@ -0,0 +1,15 @@
# Inbox 消息系统
## 规则
- 发送:将消息写入对方的 `.showen/inbox/<name>.md`
- 接收:读取后删除文件内容,可清空文件或直接删除文件。
- 已读确认:文件被清空即表示对方已读。
- 格式:每条消息必须包含 `[发送方] [时间] [消息内容]`
## 命名
- CEO 的 inbox 文件:`ceo.md`
- PM 的 inbox 文件:`pm.md`
## 建议
- 同一文件内按时间顺序追加消息,避免覆盖未读内容。
- 处理完成后及时清空,保持 inbox 可读性。

0
.showen/inbox/ceo.md Normal file
View File

0
.showen/inbox/pm.md Normal file
View File