Skip to content

fix: Repoint relocated pi, Hermes, and website links - #18

Open
felipelalli wants to merge 1 commit into
igorhvr:mainfrom
felipelalli:repoint-relocated-links
Open

fix: Repoint relocated pi, Hermes, and website links#18
felipelalli wants to merge 1 commit into
igorhvr:mainfrom
felipelalli:repoint-relocated-links

Conversation

@felipelalli

Copy link
Copy Markdown

Several external links across the docs, website, and CLI error messages pointed at repositories or a site that now return 404:

  • pi: the three pi URLs in use (github.com/mariozechner/pi-coding-agent, github.com/anthropics/pi, github.com/igorhvr/pi) all 404. pi now lives at github.com/earendil-works/pi-mono with its home page at https://pi.dev (npm: @earendil-works/pi-coding-agent). All references now point to https://pi.dev.
  • Hermes: github.com/nicholasgasior/hermes 404s. The harness Tamandua integrates with (a hermes binary using $HERMES_HOME and state.db) is NousResearch's Hermes Agent, now at https://hermes-agent.nousresearch.com.
  • Website badge and SEO tags pointed at the unpublished igorhvr.github.io/tamandua/. The live site is https://tamandua.tetradactyla.org/.

Touches README.md, www/index.html (Website badge, canonical link, og:url, JSON-LD url), the pi-not-found messages in src/doctor.ts and src/installer/harness-adapter.ts, and the corresponding www-index test assertion.

Several external links across the docs, website, and CLI error messages
pointed at repositories or a site that now return 404:

- pi: the three pi URLs in use (github.com/mariozechner/pi-coding-agent,
  github.com/anthropics/pi, github.com/igorhvr/pi) all 404. pi now lives
  at github.com/earendil-works/pi-mono with its home page at
  https://pi.dev (npm: @earendil-works/pi-coding-agent). All references
  now point to https://pi.dev.
- Hermes: github.com/nicholasgasior/hermes 404s. The harness Tamandua
  integrates with (a `hermes` binary using $HERMES_HOME and state.db) is
  NousResearch's Hermes Agent, now at https://hermes-agent.nousresearch.com.
- Website badge and SEO tags pointed at the unpublished
  igorhvr.github.io/tamandua/. The live site is
  https://tamandua.tetradactyla.org/.

Touches README.md, www/index.html (Website badge, canonical link,
og:url, JSON-LD url), the pi-not-found messages in src/doctor.ts and
src/installer/harness-adapter.ts, and the corresponding www-index test
assertion.
Copilot AI review requested due to automatic review settings July 9, 2026 16:14

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Tamandua’s documentation, website metadata, and user-facing CLI/doctor messages to stop referencing relocated/defunct external URLs (pi, Hermes, and the project website), preventing 404s and keeping public-facing links accurate.

Changes:

  • Repoints pi references to https://pi.dev across docs, website content, and CLI error/remedy strings.
  • Repoints Hermes references to https://hermes-agent.nousresearch.com.
  • Updates the website canonical/OG/JSON-LD URLs and the README website badge to https://tamandua.tetradactyla.org/, plus adjusts the related HTML assertion test.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
www/index.html Updates canonical/OG/JSON-LD site URLs and replaces pi/Hermes links in site content.
tests/www-index.test.ts Updates assertion to expect https://pi.dev instead of the old pi GitHub URL.
src/installer/harness-adapter.ts Updates the “pi binary not found” error message to point to https://pi.dev.
src/doctor.ts Updates doctor remedy text to point to https://pi.dev.
README.md Updates website badge URL and pi/Hermes references to the new official destinations.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants