From 4d1961240b1fa9281266f82438a241e0d68047a7 Mon Sep 17 00:00:00 2001 From: Michael Yong Date: Thu, 27 Aug 2026 11:44:42 -0700 Subject: [PATCH] Hash forbidden Plugin Guide skill path --- turbo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo.json b/turbo.json index 06d32e2c81..41c60aa2f3 100644 --- a/turbo.json +++ b/turbo.json @@ -49,6 +49,7 @@ // source, and maintenance-skill.test.ts reads the repository skill plus // Plugin Guide source; all are inputs to prevent stale cache hits. "$TURBO_ROOT$/apps/app/src/views/thread-detail/ThreadDetailView.tsx", + "$TURBO_ROOT$/.agents/skills/plugin-guide-maintenance/**", "$TURBO_ROOT$/.bb/skills/plugin-guide-maintenance/**", "$TURBO_ROOT$/plugins/plugin-api-docs/**", "$TURBO_ROOT$/vitest.shared.ts"