@nseng-ai/command-backed-skill-registry 0.1.1 → 0.1.2
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/package.json +7 -7
- package/src/index.ts +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nseng-ai/command-backed-skill-registry",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"src"
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
".": "./src/index.ts"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@nseng-ai/branch-context": "0.1.
|
|
20
|
-
"@nseng-ai/ccc": "0.1.
|
|
21
|
-
"@nseng-ai/foundation": "0.1.
|
|
22
|
-
"@nseng-ai/flow": "0.1.
|
|
23
|
-
"@nseng-ai/handoffs": "0.1.
|
|
24
|
-
"@nseng-ai/objectives": "0.1.
|
|
19
|
+
"@nseng-ai/branch-context": "0.1.2",
|
|
20
|
+
"@nseng-ai/ccc": "0.1.2",
|
|
21
|
+
"@nseng-ai/foundation": "0.1.2",
|
|
22
|
+
"@nseng-ai/flow": "0.1.2",
|
|
23
|
+
"@nseng-ai/handoffs": "0.1.2",
|
|
24
|
+
"@nseng-ai/objectives": "0.1.2"
|
|
25
25
|
}
|
|
26
26
|
}
|
package/src/index.ts
CHANGED
|
@@ -109,8 +109,8 @@ const COMMAND_BACKED_SKILL_REGISTRY = [
|
|
|
109
109
|
kind: "generic-backing-skill",
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
skillName: "objective-
|
|
113
|
-
surface: "ns:objective:
|
|
112
|
+
skillName: "objective-retro",
|
|
113
|
+
surface: "ns:objective:retro",
|
|
114
114
|
kind: "generic-backing-skill",
|
|
115
115
|
},
|
|
116
116
|
{ skillName: "pi-grill-ui", surface: "pi:grill-me", kind: "specialized-command" },
|
|
@@ -137,18 +137,18 @@ const COMMAND_BACKED_SKILL_REGISTRY = [
|
|
|
137
137
|
kind: "generic-backing-skill",
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
|
-
skillName: "
|
|
141
|
-
surface: "
|
|
140
|
+
skillName: "review-dry-but-not-too-dry",
|
|
141
|
+
surface: "review:dry-but-not-too-dry",
|
|
142
142
|
kind: "generic-backing-skill",
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
|
-
skillName: "
|
|
146
|
-
surface: "
|
|
145
|
+
skillName: "review-improve-codebase-architecture",
|
|
146
|
+
surface: "review:improve-codebase-architecture",
|
|
147
147
|
kind: "generic-backing-skill",
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
|
-
skillName: "
|
|
151
|
-
surface: "
|
|
150
|
+
skillName: "review-thermonuclear-review",
|
|
151
|
+
surface: "review:thermonuclear-review",
|
|
152
152
|
kind: "generic-backing-skill",
|
|
153
153
|
},
|
|
154
154
|
{ skillName: "ns-cli-design", surface: "ns:cli:design", kind: "generic-backing-skill" },
|
|
@@ -166,7 +166,6 @@ const COMMAND_BACKED_SKILL_REGISTRY = [
|
|
|
166
166
|
},
|
|
167
167
|
{ skillName: "skill-creator", surface: "skill:creator", kind: "generic-backing-skill" },
|
|
168
168
|
{ skillName: "skill-management", surface: "skill:management", kind: "generic-backing-skill" },
|
|
169
|
-
{ skillName: "skillx", surface: "skill:x", kind: "generic-backing-skill" },
|
|
170
169
|
{
|
|
171
170
|
skillName: "thermo-nuclear-code-quality-review",
|
|
172
171
|
surface: "thermo:nuclear-code-quality-review",
|