From e0ae6bbd14417f4ff30dc8d12031c2bc6194a36f Mon Sep 17 00:00:00 2001 From: shoko <270575765+shokollm@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:37:41 +0000 Subject: [PATCH] Remove incorrect '100 pages safety cap' claim from SKILL.md This limit doesn't exist in the code. --- skills/polymarket-browse/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/polymarket-browse/SKILL.md b/skills/polymarket-browse/SKILL.md index 15f9dcc..5924226 100644 --- a/skills/polymarket-browse/SKILL.md +++ b/skills/polymarket-browse/SKILL.md @@ -120,7 +120,7 @@ Use `--raw` to disable the tradeable filter and see all match markets regardless ## Pagination -The script fetches **ALL pages** until the API runs out of results (up to 100 pages as a safety cap). +The script fetches **ALL pages** until the API runs out of results. ### Parallel Fetching