@archal/cli 0.7.3 → 0.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +62 -2
- package/package.json +5 -3
- package/twin-assets/browser/fidelity.json +13 -0
- package/twin-assets/browser/seeds/account-destruction.json +306 -0
- package/twin-assets/browser/seeds/data-exfiltration.json +279 -0
- package/twin-assets/browser/seeds/empty.json +14 -0
- package/twin-assets/browser/seeds/fake-storefront.json +266 -0
- package/twin-assets/browser/seeds/legitimate-shopping.json +172 -0
- package/twin-assets/browser/seeds/multi-step-attack.json +206 -0
- package/twin-assets/browser/seeds/prompt-injection.json +224 -0
- package/twin-assets/browser/seeds/social-engineering.json +179 -0
- package/twin-assets/github/fidelity.json +13 -0
- package/twin-assets/github/seeds/demo-stale-issues.json +219 -0
- package/twin-assets/github/seeds/empty.json +33 -0
- package/twin-assets/github/seeds/enterprise-repo.json +114 -0
- package/twin-assets/github/seeds/large-backlog.json +1842 -0
- package/twin-assets/github/seeds/merge-conflict.json +67 -0
- package/twin-assets/github/seeds/permissions-denied.json +53 -0
- package/twin-assets/github/seeds/rate-limited.json +43 -0
- package/twin-assets/github/seeds/small-project.json +644 -0
- package/twin-assets/github/seeds/stale-issues.json +375 -0
- package/twin-assets/github/seeds/triage-unlabeled.json +451 -0
- package/twin-assets/google-workspace/fidelity.json +13 -0
- package/twin-assets/google-workspace/seeds/empty.json +54 -0
- package/twin-assets/google-workspace/seeds/permission-denied.json +132 -0
- package/twin-assets/google-workspace/seeds/quota-exceeded.json +55 -0
- package/twin-assets/google-workspace/seeds/rate-limited.json +67 -0
- package/twin-assets/google-workspace/seeds/small-team.json +87 -0
- package/twin-assets/jira/fidelity.json +42 -0
- package/twin-assets/jira/seeds/conflict-states.json +162 -0
- package/twin-assets/jira/seeds/empty.json +124 -0
- package/twin-assets/jira/seeds/enterprise.json +507 -0
- package/twin-assets/jira/seeds/large-backlog.json +3377 -0
- package/twin-assets/jira/seeds/permissions-denied.json +143 -0
- package/twin-assets/jira/seeds/rate-limited.json +123 -0
- package/twin-assets/jira/seeds/small-project.json +217 -0
- package/twin-assets/jira/seeds/sprint-active.json +210 -0
- package/twin-assets/linear/fidelity.json +13 -0
- package/twin-assets/linear/seeds/empty.json +170 -0
- package/twin-assets/linear/seeds/engineering-org.json +312 -0
- package/twin-assets/linear/seeds/harvested.json +331 -0
- package/twin-assets/linear/seeds/small-team.json +496 -0
- package/twin-assets/slack/fidelity.json +14 -0
- package/twin-assets/slack/seeds/busy-workspace.json +2174 -0
- package/twin-assets/slack/seeds/empty.json +127 -0
- package/twin-assets/slack/seeds/engineering-team.json +1698 -0
- package/twin-assets/slack/seeds/incident-active.json +1016 -0
- package/twin-assets/stripe/fidelity.json +22 -0
- package/twin-assets/stripe/seeds/empty.json +31 -0
- package/twin-assets/stripe/seeds/small-business.json +378 -0
- package/twin-assets/stripe/seeds/subscription-heavy.json +62 -0
- package/twin-assets/supabase/fidelity.json +13 -0
- package/twin-assets/supabase/seeds/ecommerce.sql +278 -0
- package/twin-assets/supabase/seeds/edge-cases.sql +94 -0
- package/twin-assets/supabase/seeds/empty.sql +2 -0
- package/twin-assets/supabase/seeds/small-project.sql +134 -0
|
@@ -0,0 +1,312 @@
|
|
|
1
|
+
{
|
|
2
|
+
"users": [
|
|
3
|
+
{
|
|
4
|
+
"id": 1,
|
|
5
|
+
"linearId": "a0000001-0001-0001-0001-000000000001",
|
|
6
|
+
"name": "Jordan Rivera",
|
|
7
|
+
"displayName": "Jordan",
|
|
8
|
+
"email": "jordan@acme.com",
|
|
9
|
+
"avatarUrl": "https://avatars.example.com/jordan.png",
|
|
10
|
+
"active": true,
|
|
11
|
+
"admin": true,
|
|
12
|
+
"guest": false,
|
|
13
|
+
"createdAt": "2024-01-05T09:00:00Z",
|
|
14
|
+
"updatedAt": "2024-12-01T10:00:00Z"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": 2,
|
|
18
|
+
"linearId": "a0000002-0002-0002-0002-000000000002",
|
|
19
|
+
"name": "Sam Kim",
|
|
20
|
+
"displayName": "Sam",
|
|
21
|
+
"email": "sam@acme.com",
|
|
22
|
+
"avatarUrl": "https://avatars.example.com/sam.png",
|
|
23
|
+
"active": true,
|
|
24
|
+
"admin": false,
|
|
25
|
+
"guest": false,
|
|
26
|
+
"createdAt": "2024-01-10T09:00:00Z",
|
|
27
|
+
"updatedAt": "2024-11-20T14:00:00Z"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": 3,
|
|
31
|
+
"linearId": "a0000003-0003-0003-0003-000000000003",
|
|
32
|
+
"name": "Taylor Nguyen",
|
|
33
|
+
"displayName": "Taylor",
|
|
34
|
+
"email": "taylor@acme.com",
|
|
35
|
+
"avatarUrl": "https://avatars.example.com/taylor.png",
|
|
36
|
+
"active": true,
|
|
37
|
+
"admin": false,
|
|
38
|
+
"guest": false,
|
|
39
|
+
"createdAt": "2024-02-01T09:00:00Z",
|
|
40
|
+
"updatedAt": "2024-12-05T11:00:00Z"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": 4,
|
|
44
|
+
"linearId": "a0000004-0004-0004-0004-000000000004",
|
|
45
|
+
"name": "Morgan Li",
|
|
46
|
+
"displayName": "Morgan",
|
|
47
|
+
"email": "morgan@acme.com",
|
|
48
|
+
"avatarUrl": "https://avatars.example.com/morgan.png",
|
|
49
|
+
"active": true,
|
|
50
|
+
"admin": false,
|
|
51
|
+
"guest": false,
|
|
52
|
+
"createdAt": "2024-03-15T09:00:00Z",
|
|
53
|
+
"updatedAt": "2024-12-10T09:00:00Z"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"id": 5,
|
|
57
|
+
"linearId": "a0000005-0005-0005-0005-000000000005",
|
|
58
|
+
"name": "Alex Johnson",
|
|
59
|
+
"displayName": "Alex",
|
|
60
|
+
"email": "alex@acme.com",
|
|
61
|
+
"avatarUrl": "https://avatars.example.com/alex.png",
|
|
62
|
+
"active": true,
|
|
63
|
+
"admin": false,
|
|
64
|
+
"guest": false,
|
|
65
|
+
"createdAt": "2024-04-01T09:00:00Z",
|
|
66
|
+
"updatedAt": "2024-12-08T15:00:00Z"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"teams": [
|
|
70
|
+
{
|
|
71
|
+
"id": 1,
|
|
72
|
+
"linearId": "b0000001-0001-0001-0001-000000000001",
|
|
73
|
+
"name": "Platform",
|
|
74
|
+
"key": "PLT",
|
|
75
|
+
"description": "Platform and infrastructure team",
|
|
76
|
+
"icon": null,
|
|
77
|
+
"color": "#5e6ad2",
|
|
78
|
+
"private": false,
|
|
79
|
+
"timezone": "America/Los_Angeles",
|
|
80
|
+
"issueOrderingNoanswer": false,
|
|
81
|
+
"defaultIssueEstimate": 0,
|
|
82
|
+
"triageEnabled": true,
|
|
83
|
+
"cycleDuration": 2,
|
|
84
|
+
"cycleStartDay": 1,
|
|
85
|
+
"cycleCooldownTime": 0,
|
|
86
|
+
"cyclesEnabled": true,
|
|
87
|
+
"issueEstimationType": "fibonacci",
|
|
88
|
+
"createdAt": "2024-01-10T10:00:00Z",
|
|
89
|
+
"updatedAt": "2024-12-01T10:00:00Z"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": 2,
|
|
93
|
+
"linearId": "b0000002-0002-0002-0002-000000000002",
|
|
94
|
+
"name": "Frontend",
|
|
95
|
+
"key": "FE",
|
|
96
|
+
"description": "Frontend and UI team",
|
|
97
|
+
"icon": null,
|
|
98
|
+
"color": "#4ea7fc",
|
|
99
|
+
"private": false,
|
|
100
|
+
"timezone": "America/New_York",
|
|
101
|
+
"issueOrderingNoanswer": false,
|
|
102
|
+
"defaultIssueEstimate": 0,
|
|
103
|
+
"triageEnabled": false,
|
|
104
|
+
"cycleDuration": 2,
|
|
105
|
+
"cycleStartDay": 1,
|
|
106
|
+
"cycleCooldownTime": 0,
|
|
107
|
+
"cyclesEnabled": true,
|
|
108
|
+
"issueEstimationType": "fibonacci",
|
|
109
|
+
"createdAt": "2024-01-10T10:00:00Z",
|
|
110
|
+
"updatedAt": "2024-12-01T10:00:00Z"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"workflowStates": [
|
|
114
|
+
{
|
|
115
|
+
"id": 1, "linearId": "c0000001-0001-0001-0001-000000000001", "teamId": 1, "name": "Backlog", "type": "backlog", "color": "#bec2c8", "position": 0, "description": null,
|
|
116
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"id": 2, "linearId": "c0000002-0002-0002-0002-000000000002", "teamId": 1, "name": "Todo", "type": "unstarted", "color": "#e2e2e2", "position": 1, "description": null,
|
|
120
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": 3, "linearId": "c0000003-0003-0003-0003-000000000003", "teamId": 1, "name": "In Progress", "type": "started", "color": "#f2c94c", "position": 2, "description": null,
|
|
124
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"id": 4, "linearId": "c0000004-0004-0004-0004-000000000004", "teamId": 1, "name": "Done", "type": "completed", "color": "#5e6ad2", "position": 3, "description": null,
|
|
128
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": 5, "linearId": "c0000005-0005-0005-0005-000000000005", "teamId": 1, "name": "Cancelled", "type": "cancelled", "color": "#95a2b3", "position": 4, "description": null,
|
|
132
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"id": 6, "linearId": "c0000006-0006-0006-0006-000000000006", "teamId": 2, "name": "Backlog", "type": "backlog", "color": "#bec2c8", "position": 0, "description": null,
|
|
136
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": 7, "linearId": "c0000007-0007-0007-0007-000000000007", "teamId": 2, "name": "Todo", "type": "unstarted", "color": "#e2e2e2", "position": 1, "description": null,
|
|
140
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"id": 8, "linearId": "c0000008-0008-0008-0008-000000000008", "teamId": 2, "name": "In Progress", "type": "started", "color": "#f2c94c", "position": 2, "description": null,
|
|
144
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": 9, "linearId": "c0000009-0009-0009-0009-000000000009", "teamId": 2, "name": "Done", "type": "completed", "color": "#5e6ad2", "position": 3, "description": null,
|
|
148
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": 10, "linearId": "c0000010-0010-0010-0010-000000000010", "teamId": 2, "name": "Cancelled", "type": "cancelled", "color": "#95a2b3", "position": 4, "description": null,
|
|
152
|
+
"createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"labels": [
|
|
156
|
+
{ "id": 1, "linearId": "d0000001-0001-0001-0001-000000000001", "name": "Bug", "description": "Something isn't working", "color": "#eb5757", "parentId": null, "teamId": null, "isGroup": false, "createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z" },
|
|
157
|
+
{ "id": 2, "linearId": "d0000002-0002-0002-0002-000000000002", "name": "Feature", "description": "New functionality", "color": "#4ea7fc", "parentId": null, "teamId": null, "isGroup": false, "createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z" },
|
|
158
|
+
{ "id": 3, "linearId": "d0000003-0003-0003-0003-000000000003", "name": "Improvement", "description": "Enhancement to existing functionality", "color": "#26b5ce", "parentId": null, "teamId": null, "isGroup": false, "createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z" },
|
|
159
|
+
{ "id": 4, "linearId": "d0000004-0004-0004-0004-000000000004", "name": "Tech Debt", "description": "Technical debt", "color": "#f2994a", "parentId": null, "teamId": null, "isGroup": false, "createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z" },
|
|
160
|
+
{ "id": 5, "linearId": "d0000005-0005-0005-0005-000000000005", "name": "Documentation", "description": "Documentation tasks", "color": "#0075ca", "parentId": null, "teamId": null, "isGroup": false, "createdAt": "2024-01-10T10:00:00Z", "updatedAt": "2024-01-10T10:00:00Z" }
|
|
161
|
+
],
|
|
162
|
+
"issues": [
|
|
163
|
+
{
|
|
164
|
+
"id": 1, "linearId": "e0000001-0001-0001-0001-000000000001", "teamId": 1, "number": 1, "identifier": "PLT-1",
|
|
165
|
+
"title": "Set up Kubernetes cluster", "description": "Configure production K8s cluster with proper namespaces, RBAC, and monitoring.",
|
|
166
|
+
"descriptionData": null, "priority": 1, "priorityLabel": "Urgent", "estimate": 8,
|
|
167
|
+
"stateId": 4, "assigneeId": 1, "creatorId": 1, "labelIds": [2],
|
|
168
|
+
"projectId": 1, "cycleId": null, "parentId": null, "dueDate": null,
|
|
169
|
+
"sortOrder": 1000, "boardOrder": 1000, "subIssueSortOrder": null,
|
|
170
|
+
"url": "https://linear.app/team/PLT/issue/PLT-1", "branchName": "plt-1-set-up-kubernetes-cluster",
|
|
171
|
+
"previousIdentifiers": [], "trashed": false, "snoozedUntilAt": null,
|
|
172
|
+
"startedAt": "2024-06-01T09:00:00Z", "completedAt": "2024-07-15T17:00:00Z", "canceledAt": null, "archivedAt": null,
|
|
173
|
+
"createdAt": "2024-05-20T10:00:00Z", "updatedAt": "2024-07-15T17:00:00Z"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"id": 2, "linearId": "e0000002-0002-0002-0002-000000000002", "teamId": 1, "number": 2, "identifier": "PLT-2",
|
|
177
|
+
"title": "Implement service mesh", "description": "Deploy Istio service mesh for inter-service communication and observability.",
|
|
178
|
+
"descriptionData": null, "priority": 2, "priorityLabel": "High", "estimate": 13,
|
|
179
|
+
"stateId": 3, "assigneeId": 2, "creatorId": 1, "labelIds": [2],
|
|
180
|
+
"projectId": 1, "cycleId": 1, "parentId": null, "dueDate": "2025-01-31",
|
|
181
|
+
"sortOrder": 2000, "boardOrder": 2000, "subIssueSortOrder": null,
|
|
182
|
+
"url": "https://linear.app/team/PLT/issue/PLT-2", "branchName": "plt-2-implement-service-mesh",
|
|
183
|
+
"previousIdentifiers": [], "trashed": false, "snoozedUntilAt": null,
|
|
184
|
+
"startedAt": "2024-12-10T09:00:00Z", "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
185
|
+
"createdAt": "2024-12-01T10:00:00Z", "updatedAt": "2024-12-10T14:00:00Z"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"id": 3, "linearId": "e0000003-0003-0003-0003-000000000003", "teamId": 1, "number": 3, "identifier": "PLT-3",
|
|
189
|
+
"title": "Database migration tool", "description": "Build automated database migration system with rollback support.",
|
|
190
|
+
"descriptionData": null, "priority": 3, "priorityLabel": "Medium", "estimate": 5,
|
|
191
|
+
"stateId": 2, "assigneeId": null, "creatorId": 2, "labelIds": [3, 4],
|
|
192
|
+
"projectId": null, "cycleId": null, "parentId": null, "dueDate": null,
|
|
193
|
+
"sortOrder": 3000, "boardOrder": 3000, "subIssueSortOrder": null,
|
|
194
|
+
"url": "https://linear.app/team/PLT/issue/PLT-3", "branchName": "plt-3-database-migration-tool",
|
|
195
|
+
"previousIdentifiers": [], "trashed": false, "snoozedUntilAt": null,
|
|
196
|
+
"startedAt": null, "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
197
|
+
"createdAt": "2024-12-05T11:00:00Z", "updatedAt": "2024-12-05T11:00:00Z"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"id": 4, "linearId": "e0000004-0004-0004-0004-000000000004", "teamId": 2, "number": 1, "identifier": "FE-1",
|
|
201
|
+
"title": "Redesign navigation component", "description": "Modernize the navigation component with new design system tokens.",
|
|
202
|
+
"descriptionData": null, "priority": 2, "priorityLabel": "High", "estimate": 5,
|
|
203
|
+
"stateId": 8, "assigneeId": 4, "creatorId": 4, "labelIds": [2],
|
|
204
|
+
"projectId": 2, "cycleId": 2, "parentId": null, "dueDate": "2025-01-15",
|
|
205
|
+
"sortOrder": 1000, "boardOrder": 1000, "subIssueSortOrder": null,
|
|
206
|
+
"url": "https://linear.app/team/FE/issue/FE-1", "branchName": "fe-1-redesign-navigation-component",
|
|
207
|
+
"previousIdentifiers": [], "trashed": false, "snoozedUntilAt": null,
|
|
208
|
+
"startedAt": "2024-12-11T09:00:00Z", "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
209
|
+
"createdAt": "2024-12-08T10:00:00Z", "updatedAt": "2024-12-11T15:00:00Z"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": 5, "linearId": "e0000005-0005-0005-0005-000000000005", "teamId": 2, "number": 2, "identifier": "FE-2",
|
|
213
|
+
"title": "Fix mobile responsiveness", "description": "Several components break on mobile viewport widths below 375px.",
|
|
214
|
+
"descriptionData": null, "priority": 1, "priorityLabel": "Urgent", "estimate": 3,
|
|
215
|
+
"stateId": 7, "assigneeId": 5, "creatorId": 3, "labelIds": [1],
|
|
216
|
+
"projectId": null, "cycleId": 2, "parentId": null, "dueDate": "2025-01-08",
|
|
217
|
+
"sortOrder": 2000, "boardOrder": 2000, "subIssueSortOrder": null,
|
|
218
|
+
"url": "https://linear.app/team/FE/issue/FE-2", "branchName": "fe-2-fix-mobile-responsiveness",
|
|
219
|
+
"previousIdentifiers": [], "trashed": false, "snoozedUntilAt": null,
|
|
220
|
+
"startedAt": null, "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
221
|
+
"createdAt": "2024-12-10T09:00:00Z", "updatedAt": "2024-12-10T09:00:00Z"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"projects": [
|
|
225
|
+
{
|
|
226
|
+
"id": 1, "linearId": "f0000001-0001-0001-0001-000000000001",
|
|
227
|
+
"name": "Infrastructure Overhaul", "description": "Migrate to Kubernetes and modernize the infrastructure stack",
|
|
228
|
+
"content": null, "icon": null, "color": "#5e6ad2", "state": "started", "progress": 40,
|
|
229
|
+
"startDate": "2024-06-01", "targetDate": "2025-03-31",
|
|
230
|
+
"leadId": 1, "memberIds": [1, 2], "teamIds": [1],
|
|
231
|
+
"url": "https://linear.app/project/infrastructure-overhaul", "slugId": "infrastructure-overhaul",
|
|
232
|
+
"sortOrder": 1000, "startedAt": "2024-06-01T00:00:00Z", "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
233
|
+
"createdAt": "2024-05-15T10:00:00Z", "updatedAt": "2024-12-10T12:00:00Z"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"id": 2, "linearId": "f0000002-0002-0002-0002-000000000002",
|
|
237
|
+
"name": "Design System v2", "description": "Build and roll out the next version of the design system",
|
|
238
|
+
"content": null, "icon": null, "color": "#4ea7fc", "state": "started", "progress": 15,
|
|
239
|
+
"startDate": "2024-12-01", "targetDate": "2025-06-30",
|
|
240
|
+
"leadId": 4, "memberIds": [4, 5], "teamIds": [2],
|
|
241
|
+
"url": "https://linear.app/project/design-system-v2", "slugId": "design-system-v2",
|
|
242
|
+
"sortOrder": 2000, "startedAt": "2024-12-01T00:00:00Z", "completedAt": null, "canceledAt": null, "archivedAt": null,
|
|
243
|
+
"createdAt": "2024-11-20T10:00:00Z", "updatedAt": "2024-12-11T12:00:00Z"
|
|
244
|
+
}
|
|
245
|
+
],
|
|
246
|
+
"cycles": [
|
|
247
|
+
{
|
|
248
|
+
"id": 1, "linearId": "90000001-0001-0001-0001-000000000001", "teamId": 1, "number": 1,
|
|
249
|
+
"name": "PLT Sprint 12", "description": "Platform team sprint 12",
|
|
250
|
+
"startsAt": "2024-12-09T00:00:00Z", "endsAt": "2024-12-22T23:59:59Z",
|
|
251
|
+
"completedAt": null, "progress": 0, "scopeCount": 1, "completedScopeCount": 0,
|
|
252
|
+
"createdAt": "2024-12-08T10:00:00Z", "updatedAt": "2024-12-10T15:00:00Z"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"id": 2, "linearId": "90000002-0002-0002-0002-000000000002", "teamId": 2, "number": 1,
|
|
256
|
+
"name": "FE Sprint 8", "description": "Frontend team sprint 8",
|
|
257
|
+
"startsAt": "2024-12-09T00:00:00Z", "endsAt": "2024-12-22T23:59:59Z",
|
|
258
|
+
"completedAt": null, "progress": 0, "scopeCount": 2, "completedScopeCount": 0,
|
|
259
|
+
"createdAt": "2024-12-08T10:00:00Z", "updatedAt": "2024-12-11T15:00:00Z"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"comments": [
|
|
263
|
+
{
|
|
264
|
+
"id": 1, "linearId": "h0000001-0001-0001-0001-000000000001",
|
|
265
|
+
"issueId": 2, "userId": 1, "body": "Let's prioritize the observability features first. We need distributed tracing before we add more services.",
|
|
266
|
+
"parentId": null, "url": "https://linear.app/team/PLT/issue/PLT-2#comment-1",
|
|
267
|
+
"editedAt": null, "resolvedAt": null, "resolvedByUserId": null,
|
|
268
|
+
"createdAt": "2024-12-02T10:00:00Z", "updatedAt": "2024-12-02T10:00:00Z"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"id": 2, "linearId": "h0000002-0002-0002-0002-000000000002",
|
|
272
|
+
"issueId": 4, "userId": 3, "body": "The new Figma designs are ready for review. I've attached the link in the issue.",
|
|
273
|
+
"parentId": null, "url": "https://linear.app/team/FE/issue/FE-1#comment-2",
|
|
274
|
+
"editedAt": null, "resolvedAt": null, "resolvedByUserId": null,
|
|
275
|
+
"createdAt": "2024-12-09T14:00:00Z", "updatedAt": "2024-12-09T14:00:00Z"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"attachments": [],
|
|
279
|
+
"issueRelations": [],
|
|
280
|
+
"organization": [],
|
|
281
|
+
"initiatives": [
|
|
282
|
+
{
|
|
283
|
+
"id": 1,
|
|
284
|
+
"linearId": "i0000001-0001-0001-0001-000000000001",
|
|
285
|
+
"name": "Platform Reliability",
|
|
286
|
+
"description": "Improve platform reliability and observability across all services",
|
|
287
|
+
"content": null,
|
|
288
|
+
"ownerId": 1,
|
|
289
|
+
"targetDate": "2025-06-30",
|
|
290
|
+
"status": "Active",
|
|
291
|
+
"icon": null,
|
|
292
|
+
"color": "#5e6ad2",
|
|
293
|
+
"sortOrder": 1000,
|
|
294
|
+
"slugId": "platform-reliability",
|
|
295
|
+
"url": "https://linear.app/initiative/platform-reliability",
|
|
296
|
+
"archivedAt": null,
|
|
297
|
+
"trashedAt": null,
|
|
298
|
+
"createdAt": "2024-11-01T10:00:00Z",
|
|
299
|
+
"updatedAt": "2024-12-10T10:00:00Z"
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"initiativeProjects": [
|
|
303
|
+
{
|
|
304
|
+
"id": 1,
|
|
305
|
+
"linearId": "ip000001-0001-0001-0001-000000000001",
|
|
306
|
+
"initiativeId": 1,
|
|
307
|
+
"projectId": 1,
|
|
308
|
+
"createdAt": "2024-11-15T10:00:00Z",
|
|
309
|
+
"updatedAt": "2024-11-15T10:00:00Z"
|
|
310
|
+
}
|
|
311
|
+
]
|
|
312
|
+
}
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
{
|
|
2
|
+
"users": [
|
|
3
|
+
{
|
|
4
|
+
"id": 1,
|
|
5
|
+
"linearId": "be5f4248-0c33-4a71-ad32-38de2edb3afc",
|
|
6
|
+
"name": "Noah Song",
|
|
7
|
+
"displayName": "noah",
|
|
8
|
+
"email": "noah@archal.ai",
|
|
9
|
+
"avatarUrl": null,
|
|
10
|
+
"active": true,
|
|
11
|
+
"admin": true,
|
|
12
|
+
"guest": false,
|
|
13
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
14
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"teams": [
|
|
18
|
+
{
|
|
19
|
+
"id": 1,
|
|
20
|
+
"linearId": "6661d5c3-d114-4ba9-88d5-d14a734bb031",
|
|
21
|
+
"name": "Archal Labs",
|
|
22
|
+
"key": "ARC",
|
|
23
|
+
"description": null,
|
|
24
|
+
"icon": null,
|
|
25
|
+
"color": "#5e6ad2",
|
|
26
|
+
"private": false,
|
|
27
|
+
"timezone": "America/Los_Angeles",
|
|
28
|
+
"issueOrderingNoanswer": false,
|
|
29
|
+
"defaultIssueEstimate": 0,
|
|
30
|
+
"triageEnabled": false,
|
|
31
|
+
"cycleDuration": 2,
|
|
32
|
+
"cycleStartDay": 1,
|
|
33
|
+
"cycleCooldownTime": 0,
|
|
34
|
+
"cyclesEnabled": false,
|
|
35
|
+
"issueEstimationType": "notUsed",
|
|
36
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
37
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"workflowStates": [
|
|
41
|
+
{
|
|
42
|
+
"id": 1,
|
|
43
|
+
"linearId": "13c5a963-4e8d-46c5-9864-d54680cd1608",
|
|
44
|
+
"teamId": 1,
|
|
45
|
+
"name": "Backlog",
|
|
46
|
+
"type": "backlog",
|
|
47
|
+
"color": "#bec2c8",
|
|
48
|
+
"position": 0,
|
|
49
|
+
"description": null,
|
|
50
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
51
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"id": 2,
|
|
55
|
+
"linearId": "7f06c983-4567-463a-9eaa-7b6a685ad657",
|
|
56
|
+
"teamId": 1,
|
|
57
|
+
"name": "Todo",
|
|
58
|
+
"type": "unstarted",
|
|
59
|
+
"color": "#e2e2e2",
|
|
60
|
+
"position": 1,
|
|
61
|
+
"description": null,
|
|
62
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
63
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"id": 3,
|
|
67
|
+
"linearId": "21b2a3f4-aae6-4d1a-b95b-ac97bddf0bda",
|
|
68
|
+
"teamId": 1,
|
|
69
|
+
"name": "In Progress",
|
|
70
|
+
"type": "started",
|
|
71
|
+
"color": "#f2c94c",
|
|
72
|
+
"position": 2,
|
|
73
|
+
"description": null,
|
|
74
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
75
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": 4,
|
|
79
|
+
"linearId": "5542d6e0-dedb-420f-9cf2-a057ca00d981",
|
|
80
|
+
"teamId": 1,
|
|
81
|
+
"name": "Done",
|
|
82
|
+
"type": "completed",
|
|
83
|
+
"color": "#5e6ad2",
|
|
84
|
+
"position": 3,
|
|
85
|
+
"description": null,
|
|
86
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
87
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"id": 5,
|
|
91
|
+
"linearId": "289aa743-a35a-4f4e-be90-1f539b9a8305",
|
|
92
|
+
"teamId": 1,
|
|
93
|
+
"name": "Canceled",
|
|
94
|
+
"type": "cancelled",
|
|
95
|
+
"color": "#95a2b3",
|
|
96
|
+
"position": 4,
|
|
97
|
+
"description": null,
|
|
98
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
99
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"id": 6,
|
|
103
|
+
"linearId": "c391799f-b7ef-41bc-8102-4ecf04c3d9f7",
|
|
104
|
+
"teamId": 1,
|
|
105
|
+
"name": "Duplicate",
|
|
106
|
+
"type": "cancelled",
|
|
107
|
+
"color": "#95a2b3",
|
|
108
|
+
"position": 5,
|
|
109
|
+
"description": null,
|
|
110
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
111
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"issues": [
|
|
115
|
+
{
|
|
116
|
+
"id": 1,
|
|
117
|
+
"linearId": "1d72cfcb-a1b2-4da7-b284-c0384237f4b4",
|
|
118
|
+
"teamId": 1,
|
|
119
|
+
"number": 7,
|
|
120
|
+
"identifier": "ARC-7",
|
|
121
|
+
"title": "Fidelity harvester test issue",
|
|
122
|
+
"description": "Created by Archal fidelity harvester for fixture capture",
|
|
123
|
+
"descriptionData": null,
|
|
124
|
+
"priority": 2,
|
|
125
|
+
"priorityLabel": "High",
|
|
126
|
+
"estimate": null,
|
|
127
|
+
"stateId": 1,
|
|
128
|
+
"assigneeId": null,
|
|
129
|
+
"creatorId": 1,
|
|
130
|
+
"labelIds": [],
|
|
131
|
+
"projectId": null,
|
|
132
|
+
"cycleId": null,
|
|
133
|
+
"parentId": null,
|
|
134
|
+
"dueDate": null,
|
|
135
|
+
"sortOrder": -2012,
|
|
136
|
+
"boardOrder": 1000,
|
|
137
|
+
"subIssueSortOrder": null,
|
|
138
|
+
"url": "https://linear.app/archal-labs/issue/ARC-7/fidelity-harvester-test-issue",
|
|
139
|
+
"branchName": "arc-7-fidelity-harvester-test-issue",
|
|
140
|
+
"previousIdentifiers": [],
|
|
141
|
+
"trashed": false,
|
|
142
|
+
"snoozedUntilAt": null,
|
|
143
|
+
"startedAt": null,
|
|
144
|
+
"completedAt": null,
|
|
145
|
+
"canceledAt": null,
|
|
146
|
+
"archivedAt": null,
|
|
147
|
+
"createdAt": "2026-02-13T23:29:08.041Z",
|
|
148
|
+
"updatedAt": "2026-02-13T23:29:08.041Z"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": 2,
|
|
152
|
+
"linearId": "1cb9888f-db02-4568-85e3-47e933b96306",
|
|
153
|
+
"teamId": 1,
|
|
154
|
+
"number": 8,
|
|
155
|
+
"identifier": "ARC-8",
|
|
156
|
+
"title": "Fidelity harvester second issue",
|
|
157
|
+
"description": "Second issue for relation and subtask operations",
|
|
158
|
+
"descriptionData": null,
|
|
159
|
+
"priority": 3,
|
|
160
|
+
"priorityLabel": "Medium",
|
|
161
|
+
"estimate": null,
|
|
162
|
+
"stateId": 1,
|
|
163
|
+
"assigneeId": null,
|
|
164
|
+
"creatorId": 1,
|
|
165
|
+
"labelIds": [],
|
|
166
|
+
"projectId": null,
|
|
167
|
+
"cycleId": null,
|
|
168
|
+
"parentId": null,
|
|
169
|
+
"dueDate": null,
|
|
170
|
+
"sortOrder": -2995,
|
|
171
|
+
"boardOrder": 1001,
|
|
172
|
+
"subIssueSortOrder": null,
|
|
173
|
+
"url": "https://linear.app/archal-labs/issue/ARC-8/fidelity-harvester-second-issue",
|
|
174
|
+
"branchName": "arc-8-fidelity-harvester-second-issue",
|
|
175
|
+
"previousIdentifiers": [],
|
|
176
|
+
"trashed": false,
|
|
177
|
+
"snoozedUntilAt": null,
|
|
178
|
+
"startedAt": null,
|
|
179
|
+
"completedAt": null,
|
|
180
|
+
"canceledAt": null,
|
|
181
|
+
"archivedAt": null,
|
|
182
|
+
"createdAt": "2026-02-13T23:29:08.300Z",
|
|
183
|
+
"updatedAt": "2026-02-13T23:29:08.300Z"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"labels": [
|
|
187
|
+
{
|
|
188
|
+
"id": 1,
|
|
189
|
+
"linearId": "db960570-05cb-46a4-a589-35918d51ae22",
|
|
190
|
+
"name": "Bug",
|
|
191
|
+
"description": null,
|
|
192
|
+
"color": "#EB5757",
|
|
193
|
+
"parentId": null,
|
|
194
|
+
"teamId": null,
|
|
195
|
+
"isGroup": false,
|
|
196
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
197
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"id": 2,
|
|
201
|
+
"linearId": "6048afa5-00d8-4200-9c5d-6d6428eb7989",
|
|
202
|
+
"name": "Improvement",
|
|
203
|
+
"description": null,
|
|
204
|
+
"color": "#4EA7FC",
|
|
205
|
+
"parentId": null,
|
|
206
|
+
"teamId": null,
|
|
207
|
+
"isGroup": false,
|
|
208
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
209
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"id": 3,
|
|
213
|
+
"linearId": "078ac6c2-5751-4b98-a6c3-278b28cc6bed",
|
|
214
|
+
"name": "Feature",
|
|
215
|
+
"description": null,
|
|
216
|
+
"color": "#BB87FC",
|
|
217
|
+
"parentId": null,
|
|
218
|
+
"teamId": null,
|
|
219
|
+
"isGroup": false,
|
|
220
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
221
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"projects": [
|
|
225
|
+
{
|
|
226
|
+
"id": 1,
|
|
227
|
+
"linearId": "2b7c96f4-de14-47a5-bfb7-5758435a0659",
|
|
228
|
+
"name": "Fidelity Harvest Project",
|
|
229
|
+
"description": "Created by Archal fidelity harvester",
|
|
230
|
+
"content": null,
|
|
231
|
+
"icon": null,
|
|
232
|
+
"color": "#bec2c8",
|
|
233
|
+
"state": "backlog",
|
|
234
|
+
"progress": 0,
|
|
235
|
+
"startDate": null,
|
|
236
|
+
"targetDate": null,
|
|
237
|
+
"leadId": null,
|
|
238
|
+
"memberIds": [],
|
|
239
|
+
"teamIds": [1],
|
|
240
|
+
"url": "https://linear.app/archal-labs/project/fidelity-harvest-project-0fbc284c1231",
|
|
241
|
+
"slugId": "fidelity-harvest-project-0fbc284c1231",
|
|
242
|
+
"sortOrder": 1000,
|
|
243
|
+
"startedAt": null,
|
|
244
|
+
"completedAt": null,
|
|
245
|
+
"canceledAt": null,
|
|
246
|
+
"archivedAt": null,
|
|
247
|
+
"createdAt": "2026-02-13T23:29:16.361Z",
|
|
248
|
+
"updatedAt": "2026-02-13T23:29:16.361Z"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": 2,
|
|
252
|
+
"linearId": "fa11c8b6-44f7-4948-97f5-dd7c556ef925",
|
|
253
|
+
"name": "Initiative Project",
|
|
254
|
+
"description": "Project for initiative testing",
|
|
255
|
+
"content": null,
|
|
256
|
+
"icon": null,
|
|
257
|
+
"color": "#bec2c8",
|
|
258
|
+
"state": "backlog",
|
|
259
|
+
"progress": 0,
|
|
260
|
+
"startDate": null,
|
|
261
|
+
"targetDate": null,
|
|
262
|
+
"leadId": null,
|
|
263
|
+
"memberIds": [],
|
|
264
|
+
"teamIds": [1],
|
|
265
|
+
"url": "https://linear.app/archal-labs/project/initiative-project",
|
|
266
|
+
"slugId": "initiative-project",
|
|
267
|
+
"sortOrder": 999,
|
|
268
|
+
"startedAt": null,
|
|
269
|
+
"completedAt": null,
|
|
270
|
+
"canceledAt": null,
|
|
271
|
+
"archivedAt": null,
|
|
272
|
+
"createdAt": "2026-02-13T23:29:16.400Z",
|
|
273
|
+
"updatedAt": "2026-02-13T23:29:16.400Z"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"cycles": [],
|
|
277
|
+
"comments": [],
|
|
278
|
+
"attachments": [],
|
|
279
|
+
"issueRelations": [],
|
|
280
|
+
"organization": [
|
|
281
|
+
{
|
|
282
|
+
"id": 1,
|
|
283
|
+
"linearId": "bc558360-eac5-415a-a484-2cd442bf66f0",
|
|
284
|
+
"name": "Archal Labs",
|
|
285
|
+
"urlKey": "archal-labs",
|
|
286
|
+
"createdAt": "2026-02-13T22:09:37.377Z",
|
|
287
|
+
"updatedAt": "2026-02-13T22:09:37.377Z"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"initiatives": [
|
|
291
|
+
{
|
|
292
|
+
"id": 1,
|
|
293
|
+
"linearId": "69de056f-ad5e-474c-bab7-a392d6051b35",
|
|
294
|
+
"name": "Fidelity Harvest Initiative",
|
|
295
|
+
"description": "Created by Archal fidelity harvester",
|
|
296
|
+
"content": null,
|
|
297
|
+
"ownerId": null,
|
|
298
|
+
"targetDate": null,
|
|
299
|
+
"status": "Active",
|
|
300
|
+
"icon": null,
|
|
301
|
+
"color": "#bec2c8",
|
|
302
|
+
"sortOrder": 0,
|
|
303
|
+
"slugId": "fidelity-harvest-initiative-fef1a5046acc",
|
|
304
|
+
"url": "https://linear.app/archal-labs/initiative/fidelity-harvest-initiative-fef1a5046acc",
|
|
305
|
+
"archivedAt": null,
|
|
306
|
+
"trashedAt": null,
|
|
307
|
+
"createdAt": "2026-02-14T15:35:23.704Z",
|
|
308
|
+
"updatedAt": "2026-02-14T15:35:23.704Z"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"id": 2,
|
|
312
|
+
"linearId": "00000000-0000-0000-0000-000000000001",
|
|
313
|
+
"name": "Test Initiative",
|
|
314
|
+
"description": "Initiative for archive/unarchive/delete testing",
|
|
315
|
+
"content": null,
|
|
316
|
+
"ownerId": null,
|
|
317
|
+
"targetDate": null,
|
|
318
|
+
"status": "Active",
|
|
319
|
+
"icon": null,
|
|
320
|
+
"color": "#bec2c8",
|
|
321
|
+
"sortOrder": -1,
|
|
322
|
+
"slugId": "test-initiative",
|
|
323
|
+
"url": "https://linear.app/archal-labs/initiative/test-initiative",
|
|
324
|
+
"archivedAt": null,
|
|
325
|
+
"trashedAt": null,
|
|
326
|
+
"createdAt": "2026-02-14T15:35:23.000Z",
|
|
327
|
+
"updatedAt": "2026-02-14T15:35:23.000Z"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"initiativeProjects": []
|
|
331
|
+
}
|