From 0c1beacaa308060ae6c65455985430244cb72539 Mon Sep 17 00:00:00 2001 From: sehkone Date: Fri, 14 Aug 2026 13:57:38 +0900 Subject: [PATCH] Update shared instruction blocks to 0.4.0 Synced from aicers/agent-instructions at 0.4.0, which the drift check is now pinned to. Do not edit the marked blocks in this repository; change them upstream, tag a release, and re-run the sync. --- .agent-instructions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agent-instructions.toml b/.agent-instructions.toml index 9470834..8b202fe 100644 --- a/.agent-instructions.toml +++ b/.agent-instructions.toml @@ -2,5 +2,5 @@ # it is on, and the shared blocks it has. Its drift check reads this file, # and its apply job rewrites it. Which blocks a repository should carry is # decided upstream in repos.json, not here. -ref = "0.3.1" +ref = "0.4.0" blocks = ["workflow", "agentcoop", "rust", "changelog"]