pi-multi-research 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 +17 -5
package/package.json
CHANGED
|
@@ -1,18 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-multi-research",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Pi skill: multi-model cross-checked research — dispatch several researchers on different models in parallel for the same question, then an oracle cross-checks and merges them into one Chinese analysis report with comparison, conflicts, source adjudication, and model-quality observations.",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"keywords": [
|
|
7
|
-
|
|
6
|
+
"keywords": [
|
|
7
|
+
"pi-package",
|
|
8
|
+
"pi-skill",
|
|
9
|
+
"research",
|
|
10
|
+
"multi-model",
|
|
11
|
+
"oracle",
|
|
12
|
+
"cross-check"
|
|
13
|
+
],
|
|
14
|
+
"files": [
|
|
15
|
+
"SKILL.md",
|
|
16
|
+
"README.md"
|
|
17
|
+
],
|
|
8
18
|
"repository": {
|
|
9
19
|
"type": "git",
|
|
10
20
|
"url": "git+https://github.com/the-ultra-nexus/pi-packages.git"
|
|
11
21
|
},
|
|
12
22
|
"pi": {
|
|
13
|
-
"skills": [
|
|
23
|
+
"skills": [
|
|
24
|
+
"./"
|
|
25
|
+
]
|
|
14
26
|
},
|
|
15
27
|
"peerDependencies": {
|
|
16
28
|
"pi-subagents": "*"
|
|
17
29
|
}
|
|
18
|
-
}
|
|
30
|
+
}
|