From 6163d2bc1f9a86a6947b30cd59523e3b0fb14246 Mon Sep 17 00:00:00 2001 From: Jason Doyle Date: Thu, 3 Sep 2026 18:10:07 -0700 Subject: [PATCH 1/2] Prepare 0.3.0 alpha 5 --- .env.example | 2 +- CHANGELOG.md | 2 ++ README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.env.example b/.env.example index f9cc6f5..c00139e 100644 --- a/.env.example +++ b/.env.example @@ -2,7 +2,7 @@ POSTGRES_PASSWORD=replace-with-a-long-random-password APP_DATABASE_PASSWORD=replace-with-a-different-long-random-password POSTGRES_PORT=54329 POSTGRES_BIND_ADDRESS=127.0.0.1 -AGENTIC_DATA_IMAGE=ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.4 +AGENTIC_DATA_IMAGE=ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.5 DATABASE_URL=postgresql://agentic_app:replace-with-a-different-long-random-password@127.0.0.1:54329/agentic_data MIGRATION_DATABASE_URL=postgresql://postgres:replace-with-a-long-random-password@127.0.0.1:54329/agentic_data DATABASE_SSL=disable diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f75ab5..63d9fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.3.0-alpha.5 + - Added validated Helm, Azure Bicep, AWS OpenTofu, and GCP OpenTofu deployment templates with one shared security and runtime contract. - Added an idempotent `bootstrap-role` production command for cloud migration diff --git a/README.md b/README.md index 6fcf6db..cf727c2 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ matter more than durable agency semantics. ## Install and run -The current release is `0.3.0-alpha.4`. Prereleases use the npm `next` tag. +The current release is `0.3.0-alpha.5`. Prereleases use the npm `next` tag. Pin an exact version for production evaluation. ```powershell @@ -312,7 +312,7 @@ Replace every placeholder in `.env` with the generated values, database passwords, and embedding-provider configuration before continuing: ```powershell -$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.4" +$env:AGENTIC_DATA_IMAGE = "ghcr.io/jason-doyle/agentic-data-kernel:0.3.0-alpha.5" docker compose --profile server pull docker compose --profile server up --no-build ``` diff --git a/package-lock.json b/package-lock.json index 580945f..d23c73d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agentic-data-kernel", - "version": "0.3.0-alpha.4", + "version": "0.3.0-alpha.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "agentic-data-kernel", - "version": "0.3.0-alpha.4", + "version": "0.3.0-alpha.5", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", diff --git a/package.json b/package.json index 9697616..7cda51c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agentic-data-kernel", - "version": "0.3.0-alpha.4", + "version": "0.3.0-alpha.5", "description": "Temporal knowledge and durable workflow infrastructure for software agents", "keywords": [ "agents", From c48c2180485c0cb372d92ff79b0923d387e84252 Mon Sep 17 00:00:00 2001 From: Jason Doyle Date: Thu, 3 Sep 2026 18:10:58 -0700 Subject: [PATCH 2/2] Refresh alpha 5 benchmark evidence --- benchmarks/sre/results/report.md | 8 ++++---- benchmarks/sre/results/summary.json | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/benchmarks/sre/results/report.md b/benchmarks/sre/results/report.md index 0f5b7db..a4e3793 100644 --- a/benchmarks/sre/results/report.md +++ b/benchmarks/sre/results/report.md @@ -2,9 +2,9 @@ Generated from `summary.json`. -Source revision: `35d010cf263bbaf60a3c1d9f70af8daa9cd51b18` +Source revision: `6163d2bc1f9a86a6947b30cd59523e3b0fb14246` -Source hash: `d4b468552af75056e88deb65104f535d0e60c4b5b0b8a1333e6e3a9458fc1f95` +Source hash: `8ee99637371fc2d2492fcd107c03e72c0fb4d5b028a75dcc55496008dfcbd757` ## Correctness @@ -44,8 +44,8 @@ operated, or upgraded. | Variant | Median milliseconds | | --- | ---: | -| Conventional PostgreSQL | 99.08 | -| Agentic Data Kernel | 1132.31 | +| Conventional PostgreSQL | 105.72 | +| Agentic Data Kernel | 1164.60 | Runtime is not a headline metric. The variants perform different work and this deterministic smoke benchmark is not a latency study. diff --git a/benchmarks/sre/results/summary.json b/benchmarks/sre/results/summary.json index 17211f5..ad20010 100644 --- a/benchmarks/sre/results/summary.json +++ b/benchmarks/sre/results/summary.json @@ -4,8 +4,8 @@ "environment": { "node": "v22.22.2", "postgres": "18.6 (Debian 18.6-1.pgdg12+2)", - "commit": "35d010cf263bbaf60a3c1d9f70af8daa9cd51b18", - "sourceHash": "d4b468552af75056e88deb65104f535d0e60c4b5b0b8a1333e6e3a9458fc1f95" + "commit": "6163d2bc1f9a86a6947b30cd59523e3b0fb14246", + "sourceHash": "8ee99637371fc2d2492fcd107c03e72c0fb4d5b028a75dcc55496008dfcbd757" }, "runs": [ { @@ -31,7 +31,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 207.70100000000002 + "durationMs": 97.3474 }, "operatedTables": 8, "databaseBytes": 540672 @@ -59,7 +59,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 1001.6923999999999 + "durationMs": 1164.5978 }, "operatedTables": 18, "databaseBytes": 1572864 @@ -87,7 +87,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 61.16439999999966 + "durationMs": 153.6588999999999 }, "operatedTables": 8, "databaseBytes": 540672 @@ -115,7 +115,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 1132.3120000000004 + "durationMs": 3162.3774 }, "operatedTables": 18, "databaseBytes": 1572864 @@ -143,7 +143,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 99.08329999999933 + "durationMs": 105.72109999999975 }, "operatedTables": 8, "databaseBytes": 540672 @@ -171,7 +171,7 @@ "provider reconciliation": true, "verification and terminal state": true }, - "durationMs": 1252.8352999999997 + "durationMs": 1130.8733000000002 }, "operatedTables": 18, "databaseBytes": 1572864 @@ -277,8 +277,8 @@ "agenticDataKernelMedian": 1572864 }, "runtimeMillisecondsInformational": { - "conventionalPostgresMedian": 99.08329999999933, - "agenticDataKernelMedian": 1132.3120000000004 + "conventionalPostgresMedian": 105.72109999999975, + "agenticDataKernelMedian": 1164.5978 }, "explanationQuestions": 9, "claims": {