-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsession.json
More file actions
135 lines (135 loc) · 4.18 KB
/
session.json
File metadata and controls
135 lines (135 loc) · 4.18 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"id": "01KM7EG43WP313DKTH1PQ2XS63",
"projectName": "test",
"sourceRepoOwner": "incogiscool",
"sourceRepoName": "atom",
"outputRepoOwner": "incogiscool",
"outputRepoName": "atom",
"phase": "ready",
"status": "active",
"createdAt": "2026-03-21T05:39:49.254Z",
"updatedAt": "2026-03-21T06:21:03.421Z",
"gatherState": {
"status": "approved",
"report": {
"blocking": [
{
"id": "page-missing-type-1",
"description": "Page 1 in proposal is missing its page type"
},
{
"id": "page-missing-type-2",
"description": "Page 2 in proposal is missing its page type"
},
{
"id": "page-missing-type-3",
"description": "Page 3 in proposal is missing its page type"
},
{
"id": "page-missing-type-4",
"description": "Page 4 in proposal is missing its page type"
},
{
"id": "page-missing-type-5",
"description": "Page 5 in proposal is missing its page type"
},
{
"id": "page-missing-type-7",
"description": "Page 7 in proposal is missing its page type"
},
{
"id": "page-missing-type-9",
"description": "Page 9 in proposal is missing its page type"
},
{
"id": "page-missing-type-10",
"description": "Page 10 in proposal is missing its page type"
},
{
"id": "page-missing-outcome-11",
"description": "Page 11 in proposal is missing its one-sentence outcome statement"
},
{
"id": "page-missing-type-12",
"description": "Page 12 in proposal is missing its page type"
}
],
"judgments": [
{
"id": "many-open-questions",
"description": "open-questions.md has 14 unresolved items (more than 5)"
},
{
"id": "no-quickstart",
"description": "No Quickstart page in the page proposal"
},
{
"id": "no-troubleshooting",
"description": "No Troubleshooting or FAQ page in the page proposal"
},
{
"id": "thin-section-overview",
"description": "context-index.md section \"overview\" appears thin (fewer than 5 lines)"
},
{
"id": "no-recent-changes",
"description": "No mention of recent commits or changes in context-index.md"
}
],
"approved": 35
}
},
"docs": {
"Let's write the getting started page.": {
"path": "Let's write the getting started page.",
"pageType": "Quickstart",
"outcome": "They should be able to have a grasp of how the system works and be able to quickly use the atom nextjs package.",
"phase": "review",
"status": "idle",
"report": {
"blocking": [
{
"id": "missing-page-Let's write the getting started page..md",
"description": "docs/Let's write the getting started page..md does not exist"
}
],
"judgments": [],
"approved": 0
}
},
"api-reference.md": {
"path": "api-reference.md",
"pageType": "API Reference",
"outcome": "Should be able to understand the entire API structure and able to interact with it on their own through the atom source code.",
"phase": "done",
"status": "done",
"report": {
"blocking": [
{
"id": "no-lang-tag-api-reference.md",
"description": "docs/api-reference.md has a fenced code block with no language tag"
}
],
"judgments": [],
"approved": 2
}
},
"introduction.md": {
"path": "introduction.md",
"pageType": "Introduction",
"outcome": "The reader should have a basic idea of the application and how it works. Not too long of a read - just an intro.",
"phase": "done",
"status": "done",
"report": {
"blocking": [
{
"id": "no-lang-tag-introduction.md",
"description": "docs/introduction.md has a fenced code block with no language tag"
}
],
"judgments": [],
"approved": 2
}
}
}
}