docs(readme): ecosystem links, n8n package pointer, roadmap freshness#18
Merged
Conversation
8 tasks
Member
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance — relative package links resolve on master, roadmap rewording is consistent with the PR #14→#16 commit sequence, the npm-publish-pending note is accurate (registry 404 verified), and no prior-PR comment guidance applies. Note: the BLOCKED merge state is the pre-existing CI failure present on every run since PR #14 including master pushes — unrelated to this README-only diff. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
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
README-only changes, two files:
README.mdpackages/n8n-nodes-taskade(relative link).@taskade/mcp-serveron npm), and Taskade (platform home — Genesis AI app builder).packages/n8n-nodes-taskade/README.mdn8n-nodes-taskadefrom npm, but the package is not yet published (verified npm E404). Added the note: (npm publish pending — follow this repo for the release) so nobody hits a dead install.Why
Taskade's public repos currently don't cross-link, so the org's link graph has dead ends: developers arriving here from the MCP registry, npm (
@taskade/mcp-server), docs.taskade.com, or the awesome-list submissions can't discover the rest of the platform — and vice versa, nothing routes from this repo back to docs, MCP, or the platform home. This PR closes that loop from the integrations side and fixes the one stale roadmap claim plus the one misleading install instruction found while auditing.For context on the platform these integrations plug into: Taskade Genesis is the AI app builder — one prompt generates a working app backed by your workspace, where projects become the database, AI agents the team, and automations the execution layer, with 100+ integrations and MCP support. Docs: https://docs.taskade.com
Zero-regression verification
Checks actually run before pushing:
curl -sL -o /dev/null -w "%{http_code}"on every new/changed URL:https://github.com/taskade/docs→ 200,https://docs.taskade.com→ 200,https://github.com/taskade/mcp→ 200,https://github.com/taskade/taskade→ 200, existinghttps://help.taskade.com/en/articles/8958540-zapier-integration→ 200https://www.npmjs.com/package/@taskade/mcp-server→ 403 to curl (npmjs.com Cloudflare bot blocking, including with a browser UA); package existence verified via registry APIhttps://registry.npmjs.org/@taskade/mcp-server→ 200 — the page link works in browserspackages/n8n-nodes-taskade/present in repo;https://github.com/taskade/integrations/tree/master/packages/n8n-nodes-taskade→ 200n8n-nodes-taskadeconfirmed unpublished:https://registry.npmjs.org/n8n-nodes-taskade→ 404 (backs the "publish pending" note)git diffreviewed — only the intended lines changed (12 insertions, 2 deletions across the two READMEs); no other sections touchedcc @deanzaka @lxcid