Bug
The Herald client's "AI Agent Quick Start" section hardcodes https://archon.technology as the node URL:
apps/herald-client/src/App.tsx:300
export ARCHON_NODE_URL=https://archon.technology
This should use the node's actual URL (e.g. https://4tress.org) from the Herald config, similar to how agentDomain is already used for the address examples on lines 311-318.
Impact
Users following the quickstart on any non-archon.technology Herald instance will point their CLI at the wrong node.
Bug
The Herald client's "AI Agent Quick Start" section hardcodes
https://archon.technologyas the node URL:apps/herald-client/src/App.tsx:300
This should use the node's actual URL (e.g.
https://4tress.org) from the Herald config, similar to howagentDomainis already used for the address examples on lines 311-318.Impact
Users following the quickstart on any non-archon.technology Herald instance will point their CLI at the wrong node.