From f82d25af6b1f3bb548e4df8ea0b01db33a42821f Mon Sep 17 00:00:00 2001 From: sting8k Date: Sun, 24 May 2026 23:58:14 +0700 Subject: [PATCH] chore: update skill compatibility for v1.0.0 --- skills/srcwalk/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/srcwalk/SKILL.md b/skills/srcwalk/SKILL.md index b55e581..f619c2d 100644 --- a/skills/srcwalk/SKILL.md +++ b/skills/srcwalk/SKILL.md @@ -1,6 +1,6 @@ --- name: srcwalk -compatible_srcwalk: ">=0.3.0" +compatible_srcwalk: ">=1.0.0" description: "Srcwalk is the agent's code navigator: one tree-sitter CLI for repo maps, token-aware large-file reads, symbol search, callers/callees, deps, impact checks, and precise drill-ins. Use it before raw reads or grep for code-structure work. Run `srcwalk guide` first. Must use! It is the installed binary's source of truth." ---