chore: remove www.accomplish.ai brand links from README#980
Conversation
Removes 4 marketing links to www.accomplish.ai (header website/blog, footer website/blog, "Built by Accomplish") per Guy's hygiene request in #accomplish_app_sprints. Functional downloads.accomplish.ai binary URLs are preserved (12 total). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe PR simplifies the README by removing Accomplish website and blog links from the top external-links section and footer area, along with the "Built by Accomplish" attribution, leaving only the releases link, issues, and Twitter links with an MIT License footer. ChangesDocumentation Updates
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Jira
TBD — Slack request from Guy (2026-05-12 10:23 IDT): "Can someone pick a small task of removing the links from GitHub to accomplish.ai? We have them in the description and readme (and maybe elsewhere). It's important for reducing confusion and increase hygiene."
Summary
Removes 4 marketing/brand links to
www.accomplish.aifrom the publicaccomplishrepo README. Functionaldownloads.accomplish.aibinary URLs are preserved.Why
Per Guy's request — hygiene + reduce confusion. The links to the marketing site (website, blog, "Built by Accomplish") no longer reflect where the project lives; the README's job is to point at the GitHub-hosted source + releases.
What Changed
README.md:Accomplish websiteandAccomplish blogfrom the top download bar.Accomplish websiteandAccomplish blogfrom the footer link row.Built by [Accomplish](https://www.accomplish.ai)trailing the MIT License line.downloads.accomplish.ai/downloads/0.5.17/...binary URLs and thereleases/Issues/Twitterlinks.Net diff:
1 file changed, 2 insertions(+), 6 deletions(-).Follow-up needed (repo-admin only — not in this PR)
The GitHub repo's Homepage URL field is currently set to
https://www.accomplish.ai. That field is part of repo settings, not the codebase, so it requires a separate admin action:gh api -X PATCH repos/accomplish-ai/accomplish -f homepage=''Flagging here so it doesn't get missed.
Open question for reviewer
If Guy meant to remove all accomplish.ai references (including
downloads.accomplish.ai/...andconnectors.accomplish.ai), say so — I'll open a follow-on PR with the broader cut. My read of "links from GitHub to accomplish.ai" was marketing-site links specifically, leaving functional/operational URLs in place.Validation
grep -nE "https?://(www\.)?accomplish\.ai" README.mdreturns zero hits after the change.grep -c "downloads.accomplish.ai" README.mdreturns 13 (12 binary URLs + 1 in code-block context), confirming functional URLs preserved.Summary by CodeRabbit