impyard 0.1.0

Rent the intelligence, own the governance — a control plane for imps: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "impyard",
  "version": "0.0.1",
  "private": true,
  "description": "pi (the engine) is the only Node dependency — mounted read-only into the box. All host-side code is Rust (the `impyard` binary). Run `npm install` once to provide pi to the box.",
  "engines": {
    "node": ">=24"
  },
  "scripts": {
    "test": "cargo test"
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "0.80.3",
    "defuddle": "0.19.1",
    "linkedom": "0.18.12"
  }
}