@expo/code-review-cli 0.12.4 → 0.12.6
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/README.md +39 -15
- package/build/commands/ci.js +4 -4
- package/build/config/load.js +1 -1
- package/build/config/schema.js +6 -3
- package/build/core/research.js +37 -33
- package/build/research-mcp/audit.js +2 -1
- package/build/research-mcp/child-env.js +73 -0
- package/build/research-mcp/cli.js +11 -56
- package/build/research-mcp/direct-fetch.js +1 -1
- package/build/research-mcp/fetch-document.js +0 -3
- package/build/research-mcp/network.js +75 -0
- package/build/research-mcp/okhttp-search.js +1 -1
- package/build/research-mcp/remote-search.js +4 -2
- package/build/research-mcp/search-index.js +7 -31
- package/build/research-mcp/server.js +22 -29
- package/build/research-mcp/wrapper.js +54 -0
- package/package.json +2 -4
- package/templates/config.jsonc +15 -4
- package/build/research-mcp/crawler.js +0 -148
- package/build/research-mcp/paths.js +0 -4
- package/research/sources.json +0 -295
package/research/sources.json
DELETED
|
@@ -1,295 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"output": "data/docs-index.json",
|
|
3
|
-
"crawl": {
|
|
4
|
-
"maxPagesPerProvider": 250,
|
|
5
|
-
"maxDepth": 4,
|
|
6
|
-
"delayMs": 200,
|
|
7
|
-
"timeoutMs": 15000,
|
|
8
|
-
"maxResponseBytes": 5000000
|
|
9
|
-
},
|
|
10
|
-
"sources": [
|
|
11
|
-
{
|
|
12
|
-
"provider": "apple",
|
|
13
|
-
"sourceKind": "official-api",
|
|
14
|
-
"maxPages": 170,
|
|
15
|
-
"seedUrls": [
|
|
16
|
-
"https://developer.apple.com/documentation/swift",
|
|
17
|
-
"https://developer.apple.com/documentation/swiftui",
|
|
18
|
-
"https://developer.apple.com/documentation/uikit",
|
|
19
|
-
"https://developer.apple.com/documentation/foundation",
|
|
20
|
-
"https://developer.apple.com/documentation/avfoundation",
|
|
21
|
-
"https://developer.apple.com/documentation/coregraphics",
|
|
22
|
-
"https://developer.apple.com/documentation/photos",
|
|
23
|
-
"https://developer.apple.com/documentation/usernotifications",
|
|
24
|
-
"https://developer.apple.com/documentation/webkit",
|
|
25
|
-
"https://developer.apple.com/documentation/storekit",
|
|
26
|
-
"https://developer.apple.com/documentation/activitykit",
|
|
27
|
-
"https://developer.apple.com/documentation/widgetkit",
|
|
28
|
-
"https://developer.apple.com/documentation/appintents",
|
|
29
|
-
"https://developer.apple.com/documentation/network",
|
|
30
|
-
"https://developer.apple.com/documentation/photos/phasset",
|
|
31
|
-
"https://developer.apple.com/documentation/photos/phasset/location",
|
|
32
|
-
"https://developer.apple.com/documentation/network/nwpathmonitor",
|
|
33
|
-
"https://developer.apple.com/documentation/network/nwpathmonitor/pathupdatehandler",
|
|
34
|
-
"https://developer.apple.com/documentation/appintents/liveactivityintent",
|
|
35
|
-
"https://developer.apple.com/documentation/activitykit/activity",
|
|
36
|
-
"https://developer.apple.com/documentation/activitykit/activity/id",
|
|
37
|
-
"https://developer.apple.com/documentation/activitykit/activity/activities",
|
|
38
|
-
"https://developer.apple.com/documentation/activitykit/activity/activitystate",
|
|
39
|
-
"https://developer.apple.com/documentation/activitykit/activity/pushtokenupdates-swift.property",
|
|
40
|
-
"https://developer.apple.com/documentation/avfaudio/avaudiosession",
|
|
41
|
-
"https://developer.apple.com/documentation/avfaudio/avaudiosession/setactive(_:options:)",
|
|
42
|
-
"https://developer.apple.com/documentation/avfaudio/avaudiosession/setactiveoptions/notifyothersondeactivation",
|
|
43
|
-
"https://developer.apple.com/documentation/swiftui/view/widgeturl(_:)",
|
|
44
|
-
"https://developer.apple.com/design/human-interface-guidelines/"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"provider": "apple-releases",
|
|
49
|
-
"sourceKind": "release-notes",
|
|
50
|
-
"maxPages": 40,
|
|
51
|
-
"maxDepth": 2,
|
|
52
|
-
"seedUrls": [
|
|
53
|
-
"https://developer.apple.com/documentation/xcode-release-notes",
|
|
54
|
-
"https://developer.apple.com/documentation/ios-ipados-release-notes"
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"provider": "swift-evolution",
|
|
59
|
-
"sourceKind": "official-guide",
|
|
60
|
-
"maxPages": 35,
|
|
61
|
-
"maxDepth": 1,
|
|
62
|
-
"seedUrls": [
|
|
63
|
-
"https://www.swift.org/swift-evolution/",
|
|
64
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0302-concurrent-value-and-concurrent-closures.md",
|
|
65
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0304-structured-concurrency.md",
|
|
66
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0306-actors.md",
|
|
67
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0316-global-actors.md",
|
|
68
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0338-clarify-execution-non-actor-async.md",
|
|
69
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0420-inheritance-of-actor-isolation.md",
|
|
70
|
-
"https://github.com/swiftlang/swift-evolution/blob/main/proposals/0430-transferring-parameters-and-results.md"
|
|
71
|
-
]
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"provider": "sdwebimage",
|
|
75
|
-
"sourceKind": "official-api",
|
|
76
|
-
"maxPages": 30,
|
|
77
|
-
"maxDepth": 2,
|
|
78
|
-
"seedUrls": [
|
|
79
|
-
"https://sdwebimage.github.io/documentation/sdwebimage/",
|
|
80
|
-
"https://sdwebimage.github.io/documentation/sdwebimage/sdwebimagemanager/",
|
|
81
|
-
"https://sdwebimage.github.io/documentation/sdwebimage/sdwebimageoptions/",
|
|
82
|
-
"https://sdwebimage.github.io/documentation/sdwebimage/sdwebimagecontextoption/"
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"provider": "android",
|
|
87
|
-
"sourceKind": "official-api",
|
|
88
|
-
"maxPages": 150,
|
|
89
|
-
"seedUrls": [
|
|
90
|
-
"https://developer.android.com/develop",
|
|
91
|
-
"https://developer.android.com/reference",
|
|
92
|
-
"https://developer.android.com/develop/ui/views/text-and-emoji/fonts-in-xml",
|
|
93
|
-
"https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo.Builder",
|
|
94
|
-
"https://developer.android.com/reference/android/media/AudioFocusRequest",
|
|
95
|
-
"https://developer.android.com/reference/android/media/AudioManager",
|
|
96
|
-
"https://developer.android.com/reference/android/net/ConnectivityManager",
|
|
97
|
-
"https://developer.android.com/reference/android/net/ConnectivityManager.NetworkCallback",
|
|
98
|
-
"https://developer.android.com/reference/android/content/Intent",
|
|
99
|
-
"https://developer.android.com/reference/android/app/NotificationManager",
|
|
100
|
-
"https://developer.android.com/reference/android/os/Build.VERSION_CODES",
|
|
101
|
-
"https://developer.android.com/reference/androidx/core/os/BuildCompat",
|
|
102
|
-
"https://developer.android.com/reference/androidx/work/Constraints.Builder",
|
|
103
|
-
"https://developer.android.com/reference/androidx/work/NetworkType",
|
|
104
|
-
"https://developer.android.com/develop/ui/compose/graphics/images/loading",
|
|
105
|
-
"https://developer.android.com/develop/ui/compose/graphics/images/customize",
|
|
106
|
-
"https://developer.android.com/reference/kotlin/androidx/compose/foundation/Image.composable",
|
|
107
|
-
"https://developers.google.com/android/reference/com/google/android/gms/location/FusedLocationProviderClient",
|
|
108
|
-
"https://developers.google.com/android/reference/com/google/android/gms/location/LocationCallback"
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"provider": "android-releases",
|
|
113
|
-
"sourceKind": "release-notes",
|
|
114
|
-
"maxPages": 50,
|
|
115
|
-
"maxDepth": 2,
|
|
116
|
-
"seedUrls": [
|
|
117
|
-
"https://developer.android.com/about/versions/16",
|
|
118
|
-
"https://developer.android.com/about/versions/16/features",
|
|
119
|
-
"https://developer.android.com/about/versions/16/behavior-changes-all",
|
|
120
|
-
"https://developer.android.com/about/versions/16/behavior-changes-16",
|
|
121
|
-
"https://developer.android.com/about/versions/15/behavior-changes-all",
|
|
122
|
-
"https://developer.android.com/about/versions/15/behavior-changes-15",
|
|
123
|
-
"https://developer.android.com/about/versions/14/behavior-changes-all",
|
|
124
|
-
"https://developer.android.com/about/versions/14/behavior-changes-14"
|
|
125
|
-
]
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"provider": "media3",
|
|
129
|
-
"sourceKind": "official-guide",
|
|
130
|
-
"maxPages": 40,
|
|
131
|
-
"maxDepth": 2,
|
|
132
|
-
"seedUrls": [
|
|
133
|
-
"https://developer.android.com/media/media3",
|
|
134
|
-
"https://developer.android.com/media/media3/session/background-playback",
|
|
135
|
-
"https://developer.android.com/jetpack/androidx/releases/media3",
|
|
136
|
-
"https://developer.android.com/reference/androidx/media3/common/Player",
|
|
137
|
-
"https://developer.android.com/reference/androidx/media3/session/MediaSessionService"
|
|
138
|
-
]
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"provider": "glide",
|
|
142
|
-
"sourceKind": "official-guide",
|
|
143
|
-
"maxPages": 30,
|
|
144
|
-
"maxDepth": 2,
|
|
145
|
-
"seedUrls": [
|
|
146
|
-
"https://bumptech.github.io/glide/doc/caching.html",
|
|
147
|
-
"https://bumptech.github.io/glide/doc/configuration.html",
|
|
148
|
-
"https://bumptech.github.io/glide/javadocs/450/com/bumptech/glide/load/engine/cache/DiskCache.html",
|
|
149
|
-
"https://bumptech.github.io/glide/javadocs/450/com/bumptech/glide/load/engine/cache/InternalCacheDiskCacheFactory.html"
|
|
150
|
-
]
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"provider": "okhttp",
|
|
154
|
-
"sourceKind": "official-guide",
|
|
155
|
-
"maxPages": 30,
|
|
156
|
-
"maxDepth": 2,
|
|
157
|
-
"seedUrls": [
|
|
158
|
-
"https://lysine.dev/okhttp/",
|
|
159
|
-
"https://lysine.dev/okhttp/recipes/",
|
|
160
|
-
"https://lysine.dev/okhttp/features/caching/",
|
|
161
|
-
"https://lysine.dev/okhttp/features/calls/",
|
|
162
|
-
"https://lysine.dev/okhttp/features/connections/",
|
|
163
|
-
"https://lysine.dev/okhttp/features/https/",
|
|
164
|
-
"https://lysine.dev/okhttp/features/interceptors/",
|
|
165
|
-
"https://lysine.dev/okhttp/changelogs/changelog/",
|
|
166
|
-
"https://lysine.dev/okhttp/5.x/okhttp/okhttp3/-ok-http-client/"
|
|
167
|
-
]
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"provider": "kotlin-coroutines",
|
|
171
|
-
"sourceKind": "official-guide",
|
|
172
|
-
"maxPages": 40,
|
|
173
|
-
"maxDepth": 1,
|
|
174
|
-
"seedUrls": [
|
|
175
|
-
"https://kotlinlang.org/docs/coroutines-guide.html",
|
|
176
|
-
"https://kotlinlang.org/docs/coroutines-basics.html",
|
|
177
|
-
"https://kotlinlang.org/docs/cancellation-and-timeouts.html",
|
|
178
|
-
"https://kotlinlang.org/docs/exception-handling.html",
|
|
179
|
-
"https://kotlinlang.org/docs/shared-mutable-state-and-concurrency.html",
|
|
180
|
-
"https://kotlinlang.org/docs/flow.html",
|
|
181
|
-
"https://kotlinlang.org/api/kotlinx.coroutines/"
|
|
182
|
-
]
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"provider": "gradle",
|
|
186
|
-
"sourceKind": "official-guide",
|
|
187
|
-
"maxPages": 40,
|
|
188
|
-
"maxDepth": 1,
|
|
189
|
-
"seedUrls": [
|
|
190
|
-
"https://docs.gradle.org/current/userguide/tooling_api.html",
|
|
191
|
-
"https://docs.gradle.org/current/userguide/composite_builds.html",
|
|
192
|
-
"https://docs.gradle.org/current/userguide/public_apis.html",
|
|
193
|
-
"https://docs.gradle.org/current/userguide/upgrading_version_9.html",
|
|
194
|
-
"https://docs.gradle.org/current/release-notes.html"
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"provider": "agp",
|
|
199
|
-
"sourceKind": "release-notes",
|
|
200
|
-
"maxPages": 40,
|
|
201
|
-
"maxDepth": 1,
|
|
202
|
-
"seedUrls": [
|
|
203
|
-
"https://developer.android.com/build/releases/about-agp",
|
|
204
|
-
"https://developer.android.com/build/releases/gradle-plugin-roadmap",
|
|
205
|
-
"https://developer.android.com/build/releases/agp-9-0-0-release-notes",
|
|
206
|
-
"https://developer.android.com/reference/tools/gradle-api"
|
|
207
|
-
]
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"provider": "jetbrains-issues",
|
|
211
|
-
"sourceKind": "issue-tracker",
|
|
212
|
-
"maxPages": 1,
|
|
213
|
-
"maxDepth": 0,
|
|
214
|
-
"seedUrls": [
|
|
215
|
-
"https://youtrack.jetbrains.com/issue/IDEA-329756/Importing-symlinked-Gradle-included-build-fails"
|
|
216
|
-
]
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
"provider": "expo",
|
|
220
|
-
"sourceKind": "official-api",
|
|
221
|
-
"maxPages": 100,
|
|
222
|
-
"maxDepth": 3,
|
|
223
|
-
"seedUrls": [
|
|
224
|
-
"https://docs.expo.dev/versions/latest/",
|
|
225
|
-
"https://docs.expo.dev/versions/latest/sdk/expo/",
|
|
226
|
-
"https://docs.expo.dev/versions/latest/sdk/camera/",
|
|
227
|
-
"https://docs.expo.dev/versions/latest/sdk/notifications/",
|
|
228
|
-
"https://docs.expo.dev/router/introduction/",
|
|
229
|
-
"https://docs.expo.dev/modules/overview/",
|
|
230
|
-
"https://docs.expo.dev/guides/new-architecture/"
|
|
231
|
-
]
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"provider": "react-native",
|
|
235
|
-
"sourceKind": "official-api",
|
|
236
|
-
"maxPages": 80,
|
|
237
|
-
"maxDepth": 3,
|
|
238
|
-
"seedUrls": [
|
|
239
|
-
"https://reactnative.dev/docs/getting-started",
|
|
240
|
-
"https://reactnative.dev/docs/components-and-apis",
|
|
241
|
-
"https://reactnative.dev/docs/flatlist",
|
|
242
|
-
"https://reactnative.dev/docs/view",
|
|
243
|
-
"https://reactnative.dev/docs/platform",
|
|
244
|
-
"https://reactnative.dev/architecture/landing-page"
|
|
245
|
-
]
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"provider": "react-native-reanimated",
|
|
249
|
-
"sourceKind": "official-guide",
|
|
250
|
-
"maxPages": 60,
|
|
251
|
-
"maxDepth": 3,
|
|
252
|
-
"seedUrls": [
|
|
253
|
-
"https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/",
|
|
254
|
-
"https://docs.swmansion.com/react-native-reanimated/docs/guides/testing/",
|
|
255
|
-
"https://docs.swmansion.com/react-native-reanimated/docs/guides/compatibility/",
|
|
256
|
-
"https://docs.swmansion.com/react-native-reanimated/docs/category/core/",
|
|
257
|
-
"https://docs.swmansion.com/react-native-reanimated/docs/category/advanced-apis/"
|
|
258
|
-
]
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"provider": "react-native-gesture-handler",
|
|
262
|
-
"sourceKind": "official-guide",
|
|
263
|
-
"maxPages": 60,
|
|
264
|
-
"maxDepth": 3,
|
|
265
|
-
"seedUrls": [
|
|
266
|
-
"https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/getting-started/",
|
|
267
|
-
"https://docs.swmansion.com/react-native-gesture-handler/docs/gestures/pan-gesture/",
|
|
268
|
-
"https://docs.swmansion.com/react-native-gesture-handler/docs/gestures/gesture-detector/"
|
|
269
|
-
]
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"provider": "react-native-screens",
|
|
273
|
-
"sourceKind": "official-guide",
|
|
274
|
-
"maxPages": 50,
|
|
275
|
-
"maxDepth": 3,
|
|
276
|
-
"seedUrls": [
|
|
277
|
-
"https://docs.swmansion.com/react-native-screens/",
|
|
278
|
-
"https://github.com/software-mansion/react-native-screens/blob/main/README.md"
|
|
279
|
-
]
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
"provider": "react-native-worklets",
|
|
283
|
-
"sourceKind": "official-guide",
|
|
284
|
-
"maxPages": 60,
|
|
285
|
-
"maxDepth": 3,
|
|
286
|
-
"seedUrls": [
|
|
287
|
-
"https://docs.swmansion.com/react-native-worklets/docs/fundamentals/getting-started/",
|
|
288
|
-
"https://docs.swmansion.com/react-native-worklets/docs/guides/testing/",
|
|
289
|
-
"https://docs.swmansion.com/react-native-worklets/docs/category/fundamentals/",
|
|
290
|
-
"https://docs.swmansion.com/react-native-worklets/docs/fundamentals/sharing-memory/",
|
|
291
|
-
"https://docs.swmansion.com/react-native-worklets/docs/guides/feature-flags/"
|
|
292
|
-
]
|
|
293
|
-
}
|
|
294
|
-
]
|
|
295
|
-
}
|