From 60e18edd4726eea9ae8ff6c0d3e57d16085fa7ed Mon Sep 17 00:00:00 2001 From: Aman Sharma Date: Tue, 28 Jul 2026 13:05:56 +0200 Subject: [PATCH] Add blog post on avoiding stale dependency declarations with yul Documents the yul PreToolUse hook that catches outdated exact version pins before Claude writes them to dependency manifests, with results from a 20-case benchmark across Maven, npm, and pip. Co-Authored-By: Claude Sonnet 5 --- avoiding-stale-dependency-declarations.md => ai-bump.md | 0 index.md | 1 + 2 files changed, 1 insertion(+) rename avoiding-stale-dependency-declarations.md => ai-bump.md (100%) diff --git a/avoiding-stale-dependency-declarations.md b/ai-bump.md similarity index 100% rename from avoiding-stale-dependency-declarations.md rename to ai-bump.md diff --git a/index.md b/index.md index 45b8d72..b9658cd 100644 --- a/index.md +++ b/index.md @@ -94,6 +94,7 @@ See [https://github.com/chains-project/](https://github.com/orgs/chains-project/ ## Posts +- [Avoiding stale dependency declarations via Claude's hook](ai-bump.md) - [Practical Agentic Software Supply Chain Security](agentic-supply-chain-security.md) - [CHAINS contributions to open-source](chains-opensource.md) - [Dependency Resolution in Different Ecosystems](dependency-resolution/index.md)