From ef936809fc4aab925ac24fdd83d1ee47c53cc57e Mon Sep 17 00:00:00 2001 From: Ismail Rhoulam Date: Sun, 12 Jul 2026 19:05:27 +0100 Subject: [PATCH] docs: point marketplace install at Ismail-Rhoulam/rhoulam --- README.md | 4 ++-- docs/launch/anthropic-plugin-submission.md | 4 ++-- docs/launch/reddit.md | 4 ++-- docs/launch/show-hn.md | 4 ++-- docs/releases/v0.1.0.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 418ba07..2a644e9 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ of letting likely secrets, credentials, or sensitive files enter context. Inside Claude Code, add this repository as a marketplace and install ctxguard: ```text -/plugin marketplace add Ismail-Rhoulam/ctxguard -/plugin install ctxguard@ctxguard-plugins +/plugin marketplace add Ismail-Rhoulam/rhoulam +/plugin install ctxguard@rhoulam /reload-plugins ``` diff --git a/docs/launch/anthropic-plugin-submission.md b/docs/launch/anthropic-plugin-submission.md index e7d3eb1..8fa26cf 100644 --- a/docs/launch/anthropic-plugin-submission.md +++ b/docs/launch/anthropic-plugin-submission.md @@ -17,8 +17,8 @@ avoid. The plugin and CLI share the same pattern- and entropy-based detectors. ## Installation ```text -/plugin marketplace add Ismail-Rhoulam/ctxguard -/plugin install ctxguard@ctxguard-plugins +/plugin marketplace add Ismail-Rhoulam/rhoulam +/plugin install ctxguard@rhoulam /reload-plugins ``` diff --git a/docs/launch/reddit.md b/docs/launch/reddit.md index 93c272f..b0ab51c 100644 --- a/docs/launch/reddit.md +++ b/docs/launch/reddit.md @@ -14,8 +14,8 @@ masked; the raw match is not intentionally returned to Claude. Installation in Claude Code: ```text -/plugin marketplace add Ismail-Rhoulam/ctxguard -/plugin install ctxguard@ctxguard-plugins +/plugin marketplace add Ismail-Rhoulam/rhoulam +/plugin install ctxguard@rhoulam ``` This is complementary to Gitleaks and TruffleHog. Those tools protect repos and diff --git a/docs/launch/show-hn.md b/docs/launch/show-hn.md index 202679d..0f09560 100644 --- a/docs/launch/show-hn.md +++ b/docs/launch/show-hn.md @@ -30,8 +30,8 @@ not a sandbox or secrets manager. To test it: ```text -/plugin marketplace add Ismail-Rhoulam/ctxguard -/plugin install ctxguard@ctxguard-plugins +/plugin marketplace add Ismail-Rhoulam/rhoulam +/plugin install ctxguard@rhoulam ``` Or clone the repository and run `python3 scripts/demo.py` for a synthetic demo. diff --git a/docs/releases/v0.1.0.md b/docs/releases/v0.1.0.md index 29afd78..0147cb6 100644 --- a/docs/releases/v0.1.0.md +++ b/docs/releases/v0.1.0.md @@ -20,8 +20,8 @@ blocking likely secrets before sensitive tool calls execute. Claude Code plugin: ```text -/plugin marketplace add Ismail-Rhoulam/ctxguard -/plugin install ctxguard@ctxguard-plugins +/plugin marketplace add Ismail-Rhoulam/rhoulam +/plugin install ctxguard@rhoulam ``` Standalone CLI: