@reactive-skills/runtime 0.4.3 → 0.4.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## [0.4.4] - 2026-09-14
3
+
4
+ - fix(ci): calibrate perf budget for virtualized CI runners & automate GitHub Releases (e2dd853)
5
+ - chore(release): bump version to 0.4.3 (2f89b7d)
6
+ - feat(telemetry): embed standalone live web dashboard at GET / (4ffb3a9)
7
+ - docs: add comprehensive job management documentation across readmes (e1a626a)
8
+ - docs: add practical telemetry inspection and metrics querying guide (ef37fb6)
9
+
2
10
  ## [0.4.3] - 2026-09-14
3
11
 
4
12
  - feat(telemetry): embed standalone live web dashboard at GET / (4ffb3a9)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactive-skills/runtime",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "Reactive Skills Architecture (RSA) core runtime — FSM engine, event store, guard evaluator, projection engine, MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -17,6 +17,9 @@
17
17
  "dist",
18
18
  "CHANGELOG.md"
19
19
  ],
20
+ "publishConfig": {
21
+ "access": "public"
22
+ },
20
23
  "keywords": [
21
24
  "ai",
22
25
  "agent",
@@ -37,9 +40,6 @@
37
40
  "engines": {
38
41
  "node": ">=22.5.0"
39
42
  },
40
- "publishConfig": {
41
- "access": "public"
42
- },
43
43
  "dependencies": {
44
44
  "@modelcontextprotocol/sdk": "^1.30.0",
45
45
  "handlebars": "^4.7.8",