pi-grill-all 1.0.0 → 1.0.1
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 +19 -5
package/package.json
CHANGED
|
@@ -1,15 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-grill-all",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pi skill: grill the user relentlessly about a plan, decision, idea, research question, or claim — a round of 2-4 independent questions at a time, routed across engineering, research, decisions, and thinking.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"keywords": [
|
|
7
|
-
|
|
6
|
+
"keywords": [
|
|
7
|
+
"pi-package",
|
|
8
|
+
"pi-skill",
|
|
9
|
+
"grill",
|
|
10
|
+
"questioning",
|
|
11
|
+
"planning",
|
|
12
|
+
"stress-test"
|
|
13
|
+
],
|
|
14
|
+
"files": [
|
|
15
|
+
"SKILL.md",
|
|
16
|
+
"README.md",
|
|
17
|
+
"agents",
|
|
18
|
+
"references"
|
|
19
|
+
],
|
|
8
20
|
"repository": {
|
|
9
21
|
"type": "git",
|
|
10
22
|
"url": "git+https://github.com/the-ultra-nexus/pi-packages.git"
|
|
11
23
|
},
|
|
12
24
|
"pi": {
|
|
13
|
-
"skills": [
|
|
25
|
+
"skills": [
|
|
26
|
+
"./"
|
|
27
|
+
]
|
|
14
28
|
}
|
|
15
|
-
}
|
|
29
|
+
}
|