From 078a7c004c9fc9a1f0195183d49e3fa7e55286d0 Mon Sep 17 00:00:00 2001 From: Caio Pizzol Date: Thu, 14 May 2026 12:07:25 -0300 Subject: [PATCH] test: trigger agent-docs audit (do not merge) Intentionally introduces: - 1 broken path ref (packages/nonexistent/foo.ts) - 1 broken @import (./does-not-exist.md) Verifies the PR-comment workflow posts a sticky comment with both findings. --- packages/react/AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/react/AGENTS.md b/packages/react/AGENTS.md index e345bec0ea..1965716bd1 100644 --- a/packages/react/AGENTS.md +++ b/packages/react/AGENTS.md @@ -99,3 +99,9 @@ Other props like `documentMode` and callbacks are handled without rebuild. pnpm --filter @superdoc-dev/react build pnpm --filter @superdoc-dev/react test ``` + +## Testing the audit (do not merge) + +See `packages/nonexistent/foo.ts` for the bridge layer. + +@./does-not-exist.md