-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.64 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
{
"name": "pi-evalset-lab",
"version": "0.2.0",
"description": "pi extension for fixed-task-set eval runs and prompt/system comparisons",
"type": "module",
"license": "MIT",
"keywords": [
"pi-package",
"pi-extension",
"evalset",
"llm-eval",
"prompt-evaluation",
"fixed-task-set",
"ux-observability",
"safety-governance",
"context-codebase-mapping",
"web-docs-retrieval",
"background-processes",
"review-quality-loops",
"planning-orchestration",
"subagents-parallelization",
"model-prompt-management",
"interactive-clis-editors",
"skills-rules-packs",
"paste-code-extraction"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tryingET/pi-evalset-lab.git"
},
"bugs": {
"url": "https://github.com/tryingET/pi-evalset-lab/issues"
},
"homepage": "https://github.com/tryingET/pi-evalset-lab#readme",
"files": [
"extensions/evalset.ts",
"prompts",
"examples",
"scripts/export-evalset-report-html.mjs",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"check": "bash ./scripts/validate-structure.sh",
"test": "bash ./scripts/validate-structure.sh",
"docs:list": "bash ./scripts/docs-list.sh",
"docs:list:workspace": "bash ./scripts/docs-list.sh --workspace --discover",
"docs:list:json": "bash ./scripts/docs-list.sh --json",
"evalset:export-html": "node ./scripts/export-evalset-report-html.mjs"
},
"pi": {
"extensions": [
"./extensions/evalset.ts"
],
"prompts": [
"./prompts"
]
},
"peerDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-ai": "*"
}
}