From d40a739e50d13a1c5384c09063ea6c4856458a3b Mon Sep 17 00:00:00 2001 From: Rafael Richards Date: Mon, 11 May 2026 12:09:02 -0400 Subject: [PATCH] catalog refresh: absorb m-test-engine engine_contract_url + verified_on bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `make catalog` regen picks up two upstream changes from m-test-engine's `dist/repo.meta.json`: + engine_contract_url for tool:m-test-engine (added when Phase 1a landed the dist/m-test-engine.json contract file) + verified_on bumped 2026-05-10 → 2026-05-11 No content change beyond the regeneration; matches what `make catalog` produces against the current upstream state. Catalog drift gate fails on every PR until this lands. Co-Authored-By: Claude Opus 4.7 (1M context) --- profile/tools.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/tools.json b/profile/tools.json index f24dad9..7d44f08 100644 --- a/profile/tools.json +++ b/profile/tools.json @@ -178,6 +178,7 @@ "tool:m-stdlib" ], "dockerfile_url": "https://raw.githubusercontent.com/m-dev-tools/m-test-engine/main/docker/Dockerfile", + "engine_contract_url": "https://raw.githubusercontent.com/m-dev-tools/m-test-engine/main/dist/m-test-engine.json", "id": "tool:m-test-engine", "language": "dockerfile", "license": "AGPL-3.0", @@ -186,7 +187,7 @@ "repo_meta_url": "https://raw.githubusercontent.com/m-dev-tools/m-test-engine/main/dist/repo.meta.json", "role": "Minimal YottaDB Docker container — lightweight default test substrate for m-cli + m-stdlib", "status": "active", - "verified_on": "2026-05-10" + "verified_on": "2026-05-11" }, "tree-sitter-m": { "agent_instructions": "https://github.com/m-dev-tools/tree-sitter-m/blob/main/AGENTS.md",