From f7044cef9a6c17f7d34afc922ee23015ac38a9f1 Mon Sep 17 00:00:00 2001 From: Divya Chitimalla Date: Tue, 12 May 2026 11:59:15 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20prooflayer-runtime=20=E2=86=92=20?= =?UTF-8?q?prooflayer-rules=20in=20moved=20tutorials?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #6 claimed to rename old `prooflayer-runtime` references in the moved tutorials but the rename edits weren't actually staged before the commit. This catches the three remaining references: - docs/tutorials/demo-script.md: `pip install prooflayer-runtime` - docs/tutorials/03-runtime-security-with-prooflayer.md: `pip install prooflayer-runtime` - docs/tutorials/03-runtime-security-with-prooflayer.md: stale github.com/prooflayer/prooflayer-runtime configuration link Co-Authored-By: Claude Opus 4.7 --- docs/tutorials/03-runtime-security-with-prooflayer.md | 4 ++-- docs/tutorials/demo-script.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/03-runtime-security-with-prooflayer.md b/docs/tutorials/03-runtime-security-with-prooflayer.md index 9f530b6..913752a 100644 --- a/docs/tutorials/03-runtime-security-with-prooflayer.md +++ b/docs/tutorials/03-runtime-security-with-prooflayer.md @@ -22,7 +22,7 @@ ProofLayer Runtime Security acts as a transparent HTTP proxy between your MCP cl ## Step 1: Install ProofLayer ```bash -pip install prooflayer-runtime +pip install prooflayer-rules ``` Verify the installation: @@ -211,7 +211,7 @@ Each report includes the threat type, tool name, arguments, risk score, matched ## Configuration -ProofLayer can be configured via a `prooflayer.yaml` file. See the [Configuration Reference](https://github.com/prooflayer/prooflayer-runtime/blob/main/docs/configuration.md) for details on: +ProofLayer can be configured via a `prooflayer.yaml` file. See the [Configuration Reference](https://github.com/sinewaveai/prooflayer-rules/blob/main/docs/configuration.md) for details on: - Custom detection rules - Score thresholds (ALLOW/WARN/BLOCK/KILL) diff --git a/docs/tutorials/demo-script.md b/docs/tutorials/demo-script.md index 067d3e1..1a6ea2d 100644 --- a/docs/tutorials/demo-script.md +++ b/docs/tutorials/demo-script.md @@ -17,7 +17,7 @@ Step-by-step demo showing ProofLayer blocking three real-world attack scenarios ### 1. Install ProofLayer ```bash -pip install prooflayer-runtime +pip install prooflayer-rules ``` ### 2. Start simple-mcp (backend on port 8081)