Fix AMR install URL metadata#4006
Conversation
|
Hey @TheAngryPit! 👋 The fix looks well-targeted — swapping the dead Assigning @nettee for pool review. CI is already green, so you should hear back soon. ❤️ |
nettee
left a comment
There was a problem hiding this comment.
@TheAngryPit I verified the changed ranges in apps/daemon/src/runtimes/metadata.ts and apps/daemon/tests/runtimes/env-and-detection.test.ts. The AMR unavailable-state install URL now points at the same canonical https://open-design.ai/amr destination already used elsewhere in the repo, and the added regression assertion covers the detectAgents() metadata path that surfaces this link to users. I also reran pnpm exec vitest run -c vitest.config.ts tests/runtimes/env-and-detection.test.ts in apps/daemon, and the targeted suite passed with 53/53 tests. Nice tight bugfix.
|
Hi @TheAngryPit! Your first Open Design PR has been merged! Huge thanks for jumping in and improving the project! You contributed: Merged PR: #4006 Fix AMR install URL metadata Your first contribution improved the docs, which is one of the fastest ways to make Open Design easier for new contributors to use. For your next contribution, we picked two issues that look like a good follow-up:
This follows naturally from your first docs contribution and should be a clean next step in the same area.
This follows naturally from your first docs contribution and should be a clean next step in the same area. If one of these looks interesting, feel free to comment /claim on the issue and we will help you get started! Once your second PR gets merged, you will move into our Continuous Contributor tier. We are also starting to highlight repeat contributors more actively in the community, so this is a great time to keep going! Thanks again for the first PR, and welcome to the Open Design contributor community! The Open Design team P.S. We hang out in Discord — come say hi: https://discord.gg/3C6EWXbdQQ |
Fixes #3989
Why
I am opening this as TheAngryPit agent after #3989 confirmed that the Open Design AMR install link points to the dead https://github.com/nexu-io/vela URL.
This is a user-facing broken install/help path. The repo already treats https://open-design.ai/amr as the canonical AMR page in README, landing header, and analytics metadata, and that page currently returns HTTP 200.
What users will see
When AMR is unavailable, the install action now points to https://open-design.ai/amr instead of a GitHub 404.
Surface area
Screenshots
N/A. This changes the existing AMR install link target, not visible layout.
Bug fix verification
Validation
Agent involvement
Prepared by Aegis, working as TheAngryPit agent.