-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.study-meta.json
More file actions
88 lines (88 loc) · 2.35 KB
/
Copy path.study-meta.json
File metadata and controls
88 lines (88 loc) · 2.35 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
83
84
85
86
87
88
{
"schemaVersion": "2.0",
"managedBy": {
"skill": "repo-study",
"createdBySkill": true,
"createdAt": "2026-03-31T19:15:00+08:00"
},
"repo": {
"name": "Monkey",
"url": "https://github.com/zhuweileo/Monkey.git",
"githubUrl": "https://github.com/zhuweileo/Monkey",
"owner": "zhuweileo",
"branch": "main",
"commitSha": "cd8793d97425b92218627d8fdd3dd94938b43f95"
},
"topics": [
{
"id": "architecture-overview",
"name": "整体架构设计",
"category": "architecture",
"tags": ["chrome-extension", "manifest-v3", "byok", "dom-snapshot"],
"state": "active",
"progress": {
"questionCount": 1,
"noteCount": 1,
"guideCount": 0,
"skillTemplateCount": 0,
"runnableSkillCount": 0,
"lastActivityAt": "2026-03-31T19:20:00+08:00"
},
"questions": [
{
"id": "q-001",
"text": "Monkey 项目的整体架构设计",
"createdAt": "2026-03-31T19:15:00+08:00"
}
],
"artifacts": [
{
"type": "note",
"path": "notes/architecture-overview.md",
"createdAt": "2026-03-31T19:20:00+08:00"
}
],
"skillPackaging": {
"hasSkillTemplate": false,
"hasRunnableSkill": false
}
},
{
"id": "script-injection-streaming",
"name": "脚本注入与流式生成",
"category": "implementation",
"tags": ["csp-bypass", "world-main", "sse-streaming", "eval", "abort-controller"],
"state": "active",
"progress": {
"questionCount": 1,
"noteCount": 1,
"guideCount": 0,
"skillTemplateCount": 0,
"runnableSkillCount": 0,
"lastActivityAt": "2026-03-31T19:30:00+08:00"
},
"questions": [
{
"id": "q-002",
"text": "Monkey 的脚本注入与流式生成机制",
"createdAt": "2026-03-31T19:25:00+08:00"
}
],
"artifacts": [
{
"type": "note",
"path": "notes/script-injection-and-streaming.md",
"createdAt": "2026-03-31T19:30:00+08:00"
}
],
"skillPackaging": {
"hasSkillTemplate": false,
"hasRunnableSkill": false
}
}
],
"timestamps": {
"createdAt": "2026-03-31T19:15:00+08:00",
"lastUpdated": "2026-03-31T19:30:00+08:00"
}
}