forked from ARPAHLS/skillware
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.json
More file actions
87 lines (87 loc) · 2.31 KB
/
Copy pathlabels.json
File metadata and controls
87 lines (87 loc) · 2.31 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
[
{
"name": "bug",
"color": "FFBCBC",
"description": "Something isn't working."
},
{
"name": "security",
"color": "CCCCF0",
"description": "Security vulnerabilities, trust model, or constitution updates."
},
{
"name": "packaging",
"color": "DBD3DC",
"description": "PyPI wheel, pyproject.toml, MANIFEST.in, or install extras."
},
{
"name": "ci",
"color": "DBD3DC",
"description": "GitHub Actions workflows and CI configuration."
},
{
"name": "testing",
"color": "DBD3DC",
"description": "pytest, doc-drift guards, or CI test coverage."
},
{
"name": "skill request",
"color": "D4E4F1",
"description": "Request for a new capability to be added to the registry."
},
{
"name": "core framework",
"color": "79B6D8",
"description": "Changes to loader, env, base classes, or model adapters."
},
{
"name": "cli",
"color": "79B6D8",
"description": "skillware CLI, interactive menu, or docs/usage/cli.md."
},
{
"name": "enhancement",
"color": "D4E4F1",
"description": "New feature or request."
},
{
"name": "skill upgrade",
"color": "D4E4F1",
"description": "Enhance an existing registry skill (not a new skill)."
},
{
"name": "good first issue",
"color": "D2FFAE",
"description": "Good for newcomers."
},
{
"name": "help wanted",
"color": "C7E4CA",
"description": "Extra attention is needed."
},
{
"name": "documentation",
"color": "F4ECC8",
"description": "Improvements or additions to documentation."
},
{
"name": "examples",
"color": "FADFD0",
"description": "Runnable scripts under examples/, agent loops, or examples index."
},
{
"name": "discussion",
"color": "F4ECC8",
"description": "Open discussion for RFCs and design proposals."
},
{
"name": "question",
"color": "F4ECC8",
"description": "Further information is requested."
},
{
"name": "wontfix",
"color": "F0EFEB",
"description": "This will not be worked on."
}
]