From dc4f09b59f3a55d6dda9fee06a464ae77066121c Mon Sep 17 00:00:00 2001 From: Operator Date: Wed, 24 Jun 2026 11:30:54 -0400 Subject: [PATCH] Move sequences_example.json into configs/ for consistency --- README.md | 2 +- sequences_example.json => configs/sequences_example.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename sequences_example.json => configs/sequences_example.json (100%) diff --git a/README.md b/README.md index 06a5f46..ebccde8 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ python fuzzer.py --analyze results.log --analyze-html report.html Chain requests for conversation-based testing: ```bash -python fuzzer.py --sequences sequences_example.json --sequence "jailbreak-chain" -c config.yml +python fuzzer.py --sequences configs/sequences_example.json --sequence "jailbreak-chain" -c configs/simple_post.yml ``` ## Other Features diff --git a/sequences_example.json b/configs/sequences_example.json similarity index 100% rename from sequences_example.json rename to configs/sequences_example.json