forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvoices.json
More file actions
82 lines (82 loc) · 4.24 KB
/
Copy pathvoices.json
File metadata and controls
82 lines (82 loc) · 4.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"author": "tapheret2",
"role": "first-time contributor",
"quote": "My Windows DCO sign-off problem became a reusable quickstart for every new contributor.",
"pain": "DCO check blocked onboarding — didn't know git commit --signoff on Windows",
"helped_by": "Maintainer guidance + issue template → filed #443",
"source_url": "https://github.com/Ikalus1988/MisakaNet/issues/443",
"source_type": "issue",
"consent": "public-issue",
"redacted": true,
"date": "2026-07-10",
"role_zh": "初次贡献者",
"quote_zh": "我在 Windows 上遇到的 DCO sign-off 问题,变成了每个新贡献者都能复用的 quickstart。",
"pain_zh": "DCO 检查挡住了 onboarding,不知道在 Windows 上如何使用 git commit --signoff",
"helped_by_zh": "维护者引导 + issue 模板,最终沉淀为 #443"
},
{
"author": "SparshGarg999",
"role": "first-time contributor",
"quote": "My onboarding friction — secret-scan Unicode crash on Windows — became contributor guidance for the whole network.",
"pain": "Python UnicodeEncodeError when running check_worker_secrets.py on Windows",
"helped_by": "Filed #444, maintainer merged PR #449 with troubleshooting doc",
"source_url": "https://github.com/Ikalus1988/MisakaNet/pull/449",
"source_type": "pull_request",
"consent": "public-pr",
"redacted": true,
"date": "2026-07-11",
"role_zh": "初次贡献者",
"quote_zh": "我的入门摩擦——Windows 上 secret-scan Unicode 崩溃——变成了整个网络的贡献者指南。",
"pain_zh": "在 Windows 运行 check_worker_secrets.py 时触发 Python UnicodeEncodeError",
"helped_by_zh": "提交 #444,维护者通过 PR #449 合并 troubleshooting 文档"
},
{
"author": "2lll5",
"role": "field tester",
"quote": "Search helped me turn a real agent failure into an actionable debugging path — not a chat log, but a reusable lesson.",
"pain": "Agent crashes left no structured trace for future debugging",
"helped_by": "BM25 search across 200+ lessons found relevant fix paths",
"source_url": "https://github.com/Ikalus1988/MisakaNet/pull/389",
"source_type": "pull_request",
"consent": "public-pr",
"redacted": true,
"date": "2026-07-07",
"role_zh": "现场测试者",
"quote_zh": "搜索把一次真实 Agent 失败转成了可执行的排查路径:不是聊天记录,而是可复用 lesson。",
"pain_zh": "Agent 崩溃后缺少结构化痕迹,后续很难复盘",
"helped_by_zh": "BM25 搜索在 200+ lessons 中找到相关修复路径"
},
{
"author": "zsxh1990",
"role": "core contributor",
"quote": "QA found where search was strong and where the protocol needed cleanup — now the data is cleaner for everyone.",
"pain": "Inconsistent frontmatter format made lessons harder to search",
"helped_by": "Contributed 3 PRs normalizing legacy lesson format (#414, #428, #432)",
"source_url": "https://github.com/Ikalus1988/MisakaNet/pull/414",
"source_type": "pull_request",
"consent": "public-pr",
"redacted": true,
"date": "2026-07-08",
"role_zh": "核心贡献者",
"quote_zh": "QA 找出了搜索强项和协议需要清理的地方,现在所有人的数据都更干净。",
"pain_zh": "frontmatter 格式不一致,让 lessons 更难被搜索",
"helped_by_zh": "通过 #414、#428、#432 等 PR 规范化历史 lesson 格式"
},
{
"author": "Syzygys",
"role": "field tester",
"quote": "Added a smoke test for queue_lesson.py — the zero-bounty task was clear enough that I could contribute on day one.",
"pain": "No test coverage for the lesson queueing script",
"helped_by": "Clear issue template with file path, acceptance criteria, and validation command",
"source_url": "https://github.com/Ikalus1988/MisakaNet/pull/419",
"source_type": "pull_request",
"consent": "public-pr",
"redacted": true,
"date": "2026-07-08",
"role_zh": "现场测试者",
"quote_zh": "我给 queue_lesson.py 加了 smoke test;zero-bounty 任务足够清晰,第一天就能贡献。",
"pain_zh": "lesson queueing 脚本缺少测试覆盖",
"helped_by_zh": "清晰的 issue 模板给出了文件路径、验收标准和验证命令"
}
]