refactor: simplify intake to 3 questions, unify naming to create-colleague

- Merge 7 intake questions into 3: name, basic info, personality profile
- Each question includes a one-shot example
- Change "姓名" to "花名/代号", slug uses - separator
- Unify all references from colleague-creator to create-colleague

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
titanwings
2026-03-30 16:34:04 +08:00
parent 1c9672d04a
commit 638973f0ac
6 changed files with 67 additions and 115 deletions

View File

@@ -7,7 +7,7 @@
2. 搜索他创建/编辑的文档和知识库内容
3. 拉取多维表格(如有)
4. 消息记录API 不支持历史拉取,自动切换浏览器方案)
5. 输出统一格式,直接进 colleague-creator 分析流程
5. 输出统一格式,直接进 create-colleague 分析流程
钉钉限制说明:
钉钉 Open API 不提供历史消息拉取接口,

View File

@@ -8,7 +8,7 @@
3. 搜索他创建/编辑的文档和 Wiki
4. 拉取文档内容
5. 拉取多维表格(如有)
6. 输出统一格式,直接进 colleague-creator 分析流程
6. 输出统一格式,直接进 create-colleague 分析流程
前置:
python3 feishu_auto_collector.py --setup # 配置 App ID / Secret一次性