docs: add cross-agent CWL governance guidance to AGENTS.md#62
Open
seonghobae wants to merge 1 commit into
Open
docs: add cross-agent CWL governance guidance to AGENTS.md#62seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
Add an "Agent guidance (CWL governance)" section readable by any agent, distilling the org security-gate and code-exploration conventions and tailoring them to this static GitHub Pages repo (no package manager, Dockerfile, k8s manifests, or .codegraph index). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RTAMs4bpSZS77Xe3RQjv9P
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds an Agent guidance (CWL governance) section to
AGENTS.md— the cross-agent convention file readable by any coding agent (Claude, Codex, Cursor, opencode, …), not just Claude.AGENTS.mddid not exist, so this creates it with a short repo intro plus the guidance section.The section distills two org governance conventions and tailors them to this repo:
osv-scan+dependency-reviewdiff-scoped,trivy-fsrepo-wide CRITICAL/HIGH fixable), now including stacked PRs. A failingtrivy-fsis a real finding: read the log/SARIF and remediate; don't weaken the gate. Since this is a static site with nopackage.json/lockfile/Dockerfile/k8s manifests, findings here most likely mean a checked-in secret or committed-config misconfig. Includes thetrivy --download-db-only+ merge-ref reproduce note, and the reminder that the orgcode_scanningruleset is intentionally CodeQL-only (gate by job result, don't add tools to that rule)..codegraph/index, so use normal search; the CodeGraph-first guidance is phrased conditionally for if an index is ever added.Wrapped in
<!-- BEGIN cwl-agent-guidance --> … <!-- END cwl-agent-guidance -->idempotency markers so future runs replace rather than duplicate.🤖 Generated with Claude Code