Skip to content

Commit f0e404e

Browse files
Deployed 9d88eec with MkDocs version: 1.6.1
1 parent 4a50ef8 commit f0e404e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

faq/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,11 @@ <h2 id="q-why-does-the-downloaded-release-folder-appear-empty">Q: Why does the d
673673
<p>Once hidden files are visible, you can copy the appropriate directory (<code>.cursor/</code>, <code>.windsurf/</code>, or <code>.github/</code>) to your project root.</p>
674674
<hr />
675675
<h2 id="q-can-i-use-this-with-claude-code">Q: Can I use this with Claude Code?</h2>
676-
<p><strong>A:</strong> Yes! Claude Code automatically reads and follows instructions from a <code>CLAUDE.md</code> file in your project root. To use Project CodeGuard rules with Claude Code you can point to the Project CodeGuard rules in your <code>CLAUDE.md</code> file.</p>
677-
<p>When Claude Code operates in your project, it treats the Project CodeGuard security rules in <code>CLAUDE.md</code> as authoritative system instructions.</p>
676+
<p><strong>A:</strong> Yes! Install the Project CodeGuard Claude Code plugin (Agent Skill) and Claude will apply the security rules automatically while you code.</p>
677+
<pre><code class="language-bash">/plugin marketplace add project-codeguard/rules
678+
/plugin install codeguard-security@project-codeguard
679+
</code></pre>
680+
<p>For team/repo defaults, add the plugin in <code>.claude/settings.json</code> so it’s enabled for all contributors. See the <a href="../claude-code-skill-plugin/">Claude Code Plugin documentation</a> for details and troubleshooting.</p>
678681
<h2 id="q-how-can-i-report-a-problem-or-enhancement-to-any-of-the-rules">Q: How can I report a problem or enhancement to any of the rules?</h2>
679682
<p><strong>A:</strong> You can report problems, successes, or suggest enhancements to any of the rules by:</p>
680683
<ol>

0 commit comments

Comments
 (0)