fix: Claude Managed Agents example URL (singular) - #64
Merged
Merged
Conversation
The worked-example links used plural claude-managed-agents and one still pointed at arcjet-js; both 404. Point them at examples/claude-managed-agent. Co-authored-by: David Mytton <davidmytton@users.noreply.github.com>
davidmytton
marked this pull request as ready for review
September 16, 2026 21:52
There was a problem hiding this comment.
Arcjet Review — 🟢 Low Risk
Decision: Approved
Rationale: Pure documentation change fixing broken URLs by switching the example path from plural (claude-managed-agents) to singular (claude-managed-agent). No code or behavior change, no security surface, no dependencies touched.
Summary of Changes
Updates two worked-example URLs in guards_js_claude_managed_agents.md from the 404'ing plural path to the singular path.
Review: b6639f7d | Model: anthropic/claude-opus-4-7 | Powered by Arcjet Review
davidmytton
deleted the
david/cursor/fix-claude-managed-agent-url-836c
branch
September 16, 2026 21:55
Closed
7 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The JS Claude Managed Agents worked-example links 404'd because they used the plural path.
examples/claude-managed-agents(plural) → 404examples/claude-managed-agentson arcjet-js → 404Both now point at the live singular path: https://github.com/arcjet/examples/tree/main/examples/claude-managed-agent
Python
arcjet-pyexample cites (examples/fastapi-claude-managed-agents-guard) are unchanged.Caught in review: arcjet/arcjet-plugin#23 (comment)