Add landing page for smartagent.org#1
Merged
Merged
Conversation
- docs/index.html: Full landing page with install command, features grid, how-it-works steps, upgrade path visualization, architecture diagram, and CTA sections. Dark theme matching Everclaw site style. - docs/CNAME: smartagent.org domain for GitHub Pages DNS settings for smartagent.org: A records: 185.199.108.153, .109, .110, .111 Or CNAME: smartagentprotocol.github.io
- Remove OPENCLAW_MIN_VERSION (unused, reserved for future version pinning) - Remove SMARTAGENT_REPO (unused, config downloads use raw GitHub URLs) - Remove ARCH assignment (OS check validates arch, no variable needed)
Contributor
|
Thanks Bernardo. |
profbernardoj
added a commit
that referenced
this pull request
Feb 15, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
3 tasks
DavidAJohnston
pushed a commit
that referenced
this pull request
Feb 15, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
profbernardoj
pushed a commit
that referenced
this pull request
Feb 23, 2026
Add landing page for smartagent.org
profbernardoj
added a commit
that referenced
this pull request
Feb 23, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
profbernardoj
pushed a commit
that referenced
this pull request
Feb 23, 2026
Add landing page for smartagent.org
profbernardoj
pushed a commit
that referenced
this pull request
Feb 23, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
profbernardoj
added a commit
that referenced
this pull request
Feb 25, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
profbernardoj
pushed a commit
that referenced
this pull request
Feb 25, 2026
…9.6) Adds post-bootstrap config validation that catches the #1 onboarding issue: using 'everclaw/' as a model prefix. Everclaw is a skill, not a provider — this silently routes to Venice instead of Morpheus. Triggered by real user report (Alex) who staked MOR correctly but got billing errors because requests never reached the Morpheus network.
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
Landing page for smartagent.org, served via GitHub Pages from
docs/.What's in it
DNS Setup (David)
Point
smartagent.orgto GitHub Pages:185.199.108.153,185.199.109.153,185.199.110.153,185.199.111.153smartagentprotocol.github.ioThen enable GitHub Pages in repo settings: Source =
docs/frommainbranch.Testing
Checklist