@eir-labs/coltrane 0.24.33 → 0.24.34

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eir-labs/coltrane",
3
- "version": "0.24.33",
3
+ "version": "0.24.34",
4
4
  "description": "A methodology engine \u2014 a typed substrate for defining agents, composing multi-phase standards, dispatching gigs, and sealing every output to a content-addressed ledger. Ships as an MCP server.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -61,7 +61,8 @@
61
61
  "types": "./dist/src/genome_schema.d.ts",
62
62
  "import": "./dist/src/genome_schema.js",
63
63
  "default": "./dist/src/genome_schema.js"
64
- }
64
+ },
65
+ "./releases.json": "./releases.json"
65
66
  },
66
67
  "files": [
67
68
  "dist/src",
@@ -76,13 +77,14 @@
76
77
  "tours",
77
78
  "evals",
78
79
  "README.md",
79
- "LICENSE"
80
+ "LICENSE",
81
+ "releases.json"
80
82
  ],
81
83
  "publishConfig": {
82
84
  "access": "public"
83
85
  },
84
86
  "scripts": {
85
- "build": "tsc && cp src/skill_runner.mjs dist/src/ && chmod +x dist/src/server_entry.js dist/src/server_relay.js dist/src/cli_entry.js",
87
+ "build": "tsc && cp src/skill_runner.mjs dist/src/ && chmod +x dist/src/server_entry.js dist/src/server_relay.js dist/src/cli_entry.js && node scripts/emit_releases.mjs --allow-unavailable",
86
88
  "dev": "tsc --watch",
87
89
  "prepare": "npm run build",
88
90
  "test": "bash scripts/laws.sh",