[AAASM-4343] 📝 (docs): update repo URL references after prefix rename#232
Merged
Merged
Conversation
Contributor
Author
🤖 Claude Code — automated review (AAASM-4343)Verdict: ✅ ready for approval & merge (pending required Pioneer approval). Scope vs ticket AAASM-4343 — in scope. Cosmetic sweep of stale Side effects on existing behavior — none. %CODE_NOTE% CI — %CI_NOTE% Front-end — N/A: no FE runtime/component code changed. |
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.
What
Cosmetic sweep of stale GitHub repo URLs in this repo's docs after the org-wide
agent-assembly-prefix rename. Rewritesai-agent-assembly/agent-assembly-examples->ai-agent-assembly/examplesacross the README anddocs/examples/*(17 files, links only).Why
Eight org repos were renamed to drop the redundant
agent-assembly-prefix. GitHub already 301-redirects the old URLs, so nothing is broken — this is purely cosmetic cleanup so live docs point at the canonical new paths.How to verify
grep -rn "ai-agent-assembly/agent-assembly-examples"returns nothing; the bareagent-assemblycore monorepo link andagent-assembly-specare intentionally left untouched (not renamed).versioned_docs/versioned_sidebarsand historical CHANGELOG entries were intentionally excluded — the redirect covers those and they are point-in-time snapshots.Refs AAASM-4343