-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "pi-evox-lab",
"version": "0.14.2",
"private": true,
"description": "Experience-inheritance runtime for coding agents: recall validated fixes, deposit new ones, with a built-in zero-dependency engine (evolver optional) and a controlled experiment harness.",
"type": "module",
"scripts": {
"trap:gbk": "python traps/make_encoding_trap.py",
"trap:json": "python traps/make_json_trap.py",
"trap:type": "python traps/make_type_trap.py",
"trap:crlf": "python traps/make_crlf_trap.py",
"trap:readonly": "python traps/make_readonly_trap.py",
"trap:nfd": "python traps/make_nfd_trap.py"
},
"engines": {
"node": ">=22"
},
"license": "MIT",
"optionalDependencies": {
"@earendil-works/pi-coding-agent": "0.74.2",
"@evomap/evolver": "2.0.30"
}
}