-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathupstream-watch.frontend.json
More file actions
114 lines (114 loc) · 3.12 KB
/
Copy pathupstream-watch.frontend.json
File metadata and controls
114 lines (114 loc) · 3.12 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
{
"github_releases": [
{
"id": "eslint-release",
"source": "https://github.com/eslint/eslint",
"skills": [
"eslint"
]
},
{
"id": "stylelint-release",
"source": "https://github.com/stylelint/stylelint",
"skills": [
"stylelint"
]
},
{
"id": "htmlhint-release",
"source": "https://github.com/htmlhint/HTMLHint",
"skills": [
"htmlhint"
]
},
{
"id": "webhint-release",
"source": "https://github.com/webhintio/hint",
"match_tag_regex": "^hint-v",
"skills": [
"webhint"
]
},
{
"id": "biome-release",
"source": "https://github.com/biomejs/biome",
"skills": [
"biome"
]
},
{
"id": "chrome-devtools-mcp-release",
"source": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
"match_tag_regex": "^chrome-devtools-mcp-v",
"skills": [
"chrome-devtools-mcp"
]
},
{
"id": "playwright-release",
"source": "https://github.com/microsoft/playwright",
"skills": [
"playwright-visual-testing"
]
},
{
"id": "sonarjs-release",
"source": "https://github.com/SonarSource/SonarJS",
"skills": [
"sonarjs"
]
},
{
"id": "metalint-release",
"source": "https://github.com/regseb/metalint",
"skills": [
"metalint"
]
},
{
"id": "chous-release",
"source": "https://github.com/cheezone/chous",
"skills": [
"chous"
]
}
],
"documentation": [
{
"id": "astro-main-head",
"source": "https://api.github.com/repos/withastro/astro/commits/main",
"name": "withastro/astro main branch",
"issue_key": "official-astro-skill-upstream",
"issue_name": "Review official Astro skill upstream update",
"notes": "Review external-sources/vendir.lock.yml, sync external-sources/upstreams/astro via vendir, rerun scripts/import_external_catalog_sources.py, then regenerate catalog outputs and verify the imported astro-developer skill.",
"skills": [
"astro-developer"
]
},
{
"id": "webgpu-threejs-tsl-main-head",
"source": "https://api.github.com/repos/dgreenheck/webgpu-claude-skill/commits/main",
"name": "WebGPU Three.js TSL skill main branch",
"issue_key": "webgpu-threejs-tsl-upstream",
"issue_name": "Review WebGPU Three.js TSL skill upstream update",
"notes": "Review external-sources/vendir.lock.yml, sync external-sources/upstreams/webgpu-claude-skill via vendir, rerun scripts/import_external_catalog_sources.py, then regenerate catalog outputs and verify the imported webgpu-threejs-tsl skill.",
"skills": [
"webgpu-threejs-tsl"
]
},
{
"id": "playwright-visual-comparisons-docs",
"source": "https://playwright.dev/docs/test-snapshots",
"skills": [
"playwright-visual-testing"
]
},
{
"id": "playwright-ci-docs",
"source": "https://playwright.dev/docs/ci",
"skills": [
"playwright-visual-testing"
]
}
]
}