Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/launch/anthropic-plugin-submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions docs/launch/reddit.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/launch/show-hn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/releases/v0.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading