@longarc/mdash 3.1.0 → 3.1.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/README.md +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +13 -3
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
|
|
5
5
|
Accountability infrastructure for autonomous AI agents. Three-layer cryptographic attestation at execution speed.
|
|
6
6
|
|
|
7
|
-
mdash proves. Kiwi runs.
|
|
7
|
+
mdash proves. Kiwi runs. Eclair reveals. Roux holds. Orin reasons.
|
|
8
8
|
|
|
9
9
|
## Architecture
|
|
10
10
|
|
|
11
11
|
```
|
|
12
12
|
┌─────────────────────────────────────────────────────────────────────────┐
|
|
13
13
|
│ APPLICATION LAYER │
|
|
14
|
-
│ Kiwi Runtime │
|
|
14
|
+
│ Kiwi Runtime │ Eclair Control Plane │ Enterprise │
|
|
15
15
|
├─────────────────────────────────────────────────────────────────────────┤
|
|
16
16
|
│ mdash v3.1 PROTOCOL │
|
|
17
17
|
│ Warrants │ Physics │ Checkpoints │ Context Module │ MCCA │
|
package/dist/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Accountability infrastructure for autonomous AI agents.
|
|
7
7
|
* Cryptographic attestation at execution speed.
|
|
8
8
|
*
|
|
9
|
-
* mdash proves. Kiwi runs.
|
|
9
|
+
* mdash proves. Kiwi runs. Eclair reveals. Roux holds. The Warden reasons.
|
|
10
10
|
*
|
|
11
11
|
* Architecture:
|
|
12
12
|
* - L1: Commitment Layer (<1ms)
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Accountability infrastructure for autonomous AI agents.
|
|
7
7
|
* Cryptographic attestation at execution speed.
|
|
8
8
|
*
|
|
9
|
-
* mdash proves. Kiwi runs.
|
|
9
|
+
* mdash proves. Kiwi runs. Eclair reveals. Roux holds. The Warden reasons.
|
|
10
10
|
*
|
|
11
11
|
* Architecture:
|
|
12
12
|
* - L1: Commitment Layer (<1ms)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longarc/mdash",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Accountability infrastructure for autonomous AI agents — cryptographic attestation at execution speed.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -13,10 +13,20 @@
|
|
|
13
13
|
"lint": "eslint src --ext .ts",
|
|
14
14
|
"clean": "rm -rf dist"
|
|
15
15
|
},
|
|
16
|
-
"keywords": [
|
|
16
|
+
"keywords": [
|
|
17
|
+
"ai",
|
|
18
|
+
"agents",
|
|
19
|
+
"accountability",
|
|
20
|
+
"attestation",
|
|
21
|
+
"cryptography",
|
|
22
|
+
"tee",
|
|
23
|
+
"zk-proofs"
|
|
24
|
+
],
|
|
17
25
|
"author": "Long Arc Studios <josh@mdash.sh>",
|
|
18
26
|
"license": "MIT",
|
|
19
|
-
"engines": {
|
|
27
|
+
"engines": {
|
|
28
|
+
"node": ">=18.0.0"
|
|
29
|
+
},
|
|
20
30
|
"devDependencies": {
|
|
21
31
|
"@types/node": "^20.10.0",
|
|
22
32
|
"typescript": "^5.3.0",
|
package/src/index.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Accountability infrastructure for autonomous AI agents.
|
|
7
7
|
* Cryptographic attestation at execution speed.
|
|
8
8
|
*
|
|
9
|
-
* mdash proves. Kiwi runs.
|
|
9
|
+
* mdash proves. Kiwi runs. Eclair reveals. Roux holds. The Warden reasons.
|
|
10
10
|
*
|
|
11
11
|
* Architecture:
|
|
12
12
|
* - L1: Commitment Layer (<1ms)
|