From a7a741bfb0c9c6e6791b878331cc1a283e68f83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B1=CE=B7dr3=CE=B15=20=C9=AE=CE=B1=CE=B7=C9=A6=D6=85l?= =?UTF-8?q?=CA=903=CA=80?= Date: Fri, 5 Jun 2026 18:55:17 +0200 Subject: [PATCH] Pin flowmcp-grading by commit hash #100 Switch the grading pin from the v2.4.0 tag to the commit hash it points at (f8beded), matching the hash-pinned sibling deps and removing the tag-mutability risk. Same commit -> no behaviour change. Lockfile resolved SHA was already f8beded; this only aligns the package.json spec + lock mirror. Co-Authored-By: Claude Opus 4.8 (1M context) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d901c0a..516f58c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "ethers": "^6.16.0", "figlet": "^1.10.0", "flowmcp": "git+https://github.com/FlowMCP/flowmcp-core.git#de3a08888fa3945a284203d3c6ecd1419caab2bc", - "flowmcp-grading": "github:FlowMCP/flowmcp-grading#v2.4.0", + "flowmcp-grading": "github:FlowMCP/flowmcp-grading#f8bededa2328e09198930367046ca9e4885f4744", "geo-csv-tsv-toolkit": "git+https://github.com/FlowMCP/geo-csv-tsv-toolkit.git#5d5e51f8d88a35a20dc44489958e5f376e1674eb", "geo-geojson-toolkit": "git+https://github.com/FlowMCP/geo-geojson-toolkit.git#af764638f215083da52be785b8e276fa98217b02", "geo-gtfs-toolkit": "git+https://github.com/FlowMCP/geo-gtfs-toolkit.git#b868e612dc74c70e6401c9568a044f61ce80cede", diff --git a/package.json b/package.json index 4d63ef6..5d25e05 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "ethers": "^6.16.0", "figlet": "^1.10.0", "flowmcp": "git+https://github.com/FlowMCP/flowmcp-core.git#de3a08888fa3945a284203d3c6ecd1419caab2bc", - "flowmcp-grading": "github:FlowMCP/flowmcp-grading#v2.4.0", + "flowmcp-grading": "github:FlowMCP/flowmcp-grading#f8bededa2328e09198930367046ca9e4885f4744", "geo-csv-tsv-toolkit": "git+https://github.com/FlowMCP/geo-csv-tsv-toolkit.git#5d5e51f8d88a35a20dc44489958e5f376e1674eb", "geo-geojson-toolkit": "git+https://github.com/FlowMCP/geo-geojson-toolkit.git#af764638f215083da52be785b8e276fa98217b02", "geo-gtfs-toolkit": "git+https://github.com/FlowMCP/geo-gtfs-toolkit.git#b868e612dc74c70e6401c9568a044f61ce80cede",