Skip to content

Commit cf4347e

Browse files
authored
Merge branch 'staged' into overlapping-items-workflow
2 parents 3436da9 + adfdd78 commit cf4347e

291 files changed

Lines changed: 20339 additions & 1269 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.all-contributorsrc

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"symbol": "🧰",
3030
"description": "Specialized skills for GitHub Copilot"
3131
},
32-
"collections": {
32+
"plugins": {
3333
"symbol": "🎁",
34-
"description": "Curated collections of related content"
34+
"description": "Curated plugins for GitHub Copilot"
3535
}
3636
},
3737
"ignoreList": [
@@ -51,7 +51,7 @@
5151
"contributions": [
5252
"agents",
5353
"code",
54-
"collections",
54+
"plugins",
5555
"doc",
5656
"infra",
5757
"instructions",
@@ -75,7 +75,7 @@
7575
"profile": "https://www.buymeacoffee.com/troystaylor",
7676
"contributions": [
7777
"agents",
78-
"collections",
78+
"plugins",
7979
"instructions",
8080
"prompts"
8181
]
@@ -97,7 +97,7 @@
9797
"profile": "https://calva.io/",
9898
"contributions": [
9999
"agents",
100-
"collections",
100+
"plugins",
101101
"instructions",
102102
"prompts"
103103
]
@@ -109,7 +109,7 @@
109109
"profile": "https://danielscottraynsford.com/",
110110
"contributions": [
111111
"agents",
112-
"collections",
112+
"plugins",
113113
"instructions",
114114
"prompts"
115115
]
@@ -403,7 +403,7 @@
403403
"profile": "https://www.linkedin.com/in/griffinashe/",
404404
"contributions": [
405405
"agents",
406-
"collections"
406+
"plugins"
407407
]
408408
},
409409
{
@@ -576,7 +576,7 @@
576576
"avatar_url": "https://avatars.githubusercontent.com/u/129743?v=4",
577577
"profile": "http://brunoborges.io/",
578578
"contributions": [
579-
"collections",
579+
"plugins",
580580
"instructions"
581581
]
582582
},
@@ -865,7 +865,7 @@
865865
"profile": "https://github.com/kewalaka",
866866
"contributions": [
867867
"agents",
868-
"collections",
868+
"plugins",
869869
"instructions"
870870
]
871871
},
@@ -957,7 +957,7 @@
957957
"profile": "https://www.linkedin.com/in/niksac",
958958
"contributions": [
959959
"agents",
960-
"collections"
960+
"plugins"
961961
]
962962
},
963963
{
@@ -1110,7 +1110,7 @@
11101110
"avatar_url": "https://avatars.githubusercontent.com/u/10256765?v=4",
11111111
"profile": "https://github.com/oleksiyyurchyna",
11121112
"contributions": [
1113-
"collections",
1113+
"plugins",
11141114
"prompts"
11151115
]
11161116
},
@@ -1812,6 +1812,24 @@
18121812
"contributions": [
18131813
"code"
18141814
]
1815+
},
1816+
{
1817+
"login": "lupritz",
1818+
"name": "lupritz",
1819+
"avatar_url": "https://avatars.githubusercontent.com/u/145381941?v=4",
1820+
"profile": "https://github.com/lupritz",
1821+
"contributions": [
1822+
"plugin"
1823+
]
1824+
},
1825+
{
1826+
"login": "bhect0",
1827+
"name": "Héctor Benedicte",
1828+
"avatar_url": "https://avatars.githubusercontent.com/u/96436904?v=4",
1829+
"profile": "https://github.com/bhect0",
1830+
"contributions": [
1831+
"code"
1832+
]
18151833
}
18161834
]
18171835
}

.codespellrc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434

3535
# FillIn - pdftk-server skill reference file available permission
3636

37-
ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE,FillIn,alle,vai
37+
# LOD - Level of Detail
38+
39+
# InOut - template property in skills/game-engine/assets/2d-platform-game.md
40+
41+
# pixelX - template variable in skill/game-engine/assets/simple-2d-engine.md
42+
43+
ignore-words-list = numer,wit,aks,edn,ser,ois,gir,rouge,categor,aline,ative,afterall,deques,dateA,dateB,TE,FillIn,alle,vai,LOD,InOut,pixelX
3844

3945
# Skip certain files and directories
4046

.github/aw/actions-lock.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,34 @@
11
{
22
"entries": {
3+
"actions/checkout@v6.0.2": {
4+
"repo": "actions/checkout",
5+
"version": "v6.0.2",
6+
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
7+
},
8+
"actions/download-artifact@v6": {
9+
"repo": "actions/download-artifact",
10+
"version": "v6",
11+
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
12+
},
313
"actions/github-script@v8": {
414
"repo": "actions/github-script",
515
"version": "v8",
616
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
717
},
18+
"actions/upload-artifact@v6": {
19+
"repo": "actions/upload-artifact",
20+
"version": "v6",
21+
"sha": "b7c566a772e6b6bfb58ed0dc250532a479d7789f"
22+
},
823
"github/gh-aw/actions/setup@v0.45.7": {
924
"repo": "github/gh-aw/actions/setup",
1025
"version": "v0.45.7",
1126
"sha": "5d8900eb6f6230c9d41a3c30af320150a2361285"
27+
},
28+
"github/gh-aw/actions/setup@v0.46.1": {
29+
"repo": "github/gh-aw/actions/setup",
30+
"version": "v0.46.1",
31+
"sha": "874bdd8271bf8c21902b068fb1ca6a22d2dc4b7a"
1232
}
1333
}
1434
}

0 commit comments

Comments
 (0)