[AAASM-2742] 🔗 (profile): Fix stale release badge, docs-deploy branch, and install/Docker links#14
Conversation
GitHub's default release badge resolved to v0.0.1-alpha.1; add ?include_prereleases&sort=semver so it shows the real latest v0.0.1-alpha.5, matching the agent-assembly repo's own badge. Point the link at /releases (not /releases/latest, which excludes prereleases). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
agent-assembly-docs' default branch is main and deploy.yml runs there; the ?branch=master Deploy badge rendered "no status" and the /commits/master link 404s. Switch the Deploy badge src + query and the last-commit link to main. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ghcr.io/agent-assembly/python:latest does not exist (the org publishes no public container packages and the slug was wrong). Replace the broken docker pull with a coming-soon note rather than a runnable-but-404 command. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
brew install agent-assembly/tap/aasm referenced a non-existent org/tap; the real tap is ai-agent-assembly/homebrew-agent-assembly. The get.agentassembly.dev curl host is parked (wrong cert, not the project), so replace it with the same raw.githubusercontent.com install-cli.sh used in the agent-assembly README, and note the hosted alias as coming-soon. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
🤖 Claude Code — PR reviewTicket: AAASM-2742 — Audit + fix broken/stale badges and links across doc surfaces CI statusThis is a docs/profile repo with no CI workflows — Scope coverage — 5 fixes (each curl-verified, no CI here)
No new broken badge/link introduced. The diff touches only the 5 intended lines; the "no tags found" placeholder badges (spec, etc.) and the healthy SDK/CI badges were correctly left alone. ReadinessReady to merge from a content-correctness standpoint. All five fixes render/resolve healthy. Holding per author: no formal approval review and not merging here (review-required gate is the only thing blocking). Caveats (owner decisions, not code)
Note: during verification, shields.io intermittently returned |
Jira Ticket
Summary
profile/README.md. Every fix is grounded in what actually exists today (verified with curl / gh).Changes
?include_prereleases&sort=semverand pointed the link at/releases. Before it showedv0.0.1-alpha.1; after it tracks the real latestv0.0.1-alpha.5, matching the core repo's own badge.?branch=master→?branch=mainin both the badgesrcand the linkquery; also fixed the docslast commitlink/commits/master→/commits/main. The docs repo default branch ismainanddeploy.ymlruns there (?branch=masterrendered "no status",?branch=mainrenders "passing").docker pull ghcr.io/agent-assembly/python:latest(no public container package exists in the org; slug was also wrong) and replaced it with a "coming soon" note.brew install agent-assembly/tap/aasm(non-existent org/tap) →brew install ai-agent-assembly/homebrew-agent-assembly/aasm(the real tap, withFormula/aasm.rb); theget.agentassembly.devcurl host is parked, replaced with the sameraw.githubusercontent.com/.../install-cli.shused in the agent-assembly README, with the hosted alias noted as coming-soon.Validation
Checklist
[<ticket ID>] <GitEmoji> (<change scope category>): <key point as summary>🤖 Generated with Claude Code