docs(outbound): add CLAUDE.md sibling symlink for AGENTS.md

Root AGENTS.md states: 'New AGENTS.md: add sibling CLAUDE.md symlink.'
src/infra/outbound/ had the guide but not the sibling symlink. Every
other scoped AGENTS.md in the repo already has one; this closes the
only real gap (the one remaining hit is an intentional test fixture in
extensions/oc-path/src/oc-path/tests/fixtures/real/).

Also adds CLAUDE.md to .semgrepignore so opengrep's PR-diff scan stops
trying to open the symlink as a regular file. Scanning the symlink is
redundant with scanning the underlying AGENTS.md.
This commit is contained in:
Gabriel Piss
2026-05-09 14:45:09 -04:00
committed by Peter Steinberger
parent 2eb07e68a1
commit 5e874ed138
2 changed files with 10 additions and 0 deletions

View File

@@ -93,3 +93,12 @@ scripts/run-tests*
scripts/lib/test-*
scripts/lib/extension-test-*
scripts/lib/vitest-*
# ----------------------------------------------------------------------------
# Sibling symlinks for scoped guides
# ----------------------------------------------------------------------------
# Every `AGENTS.md` has a sibling `CLAUDE.md` symlink pointing at it (see
# root AGENTS.md: "New AGENTS.md: add sibling CLAUDE.md symlink"). Scanning
# the symlinks is redundant with scanning the underlying AGENTS.md and
# breaks opengrep's PR-diff scan when a new CLAUDE.md symlink is added.
CLAUDE.md