Add marketing site (/site) + agent-os toolkit + Pages workflow#27
Merged
Conversation
Consolidates the recall.works marketing site and the agent-os toolkit into the canonical RecallWorks/Recall repo. - /site: 8 HTML pages (index, whitepaper, pillars, architecture, brain, hardware, comparison, quickstart) + assets, sitemap.xml, robots.txt, CNAME (www.recall.works), OG card. - /agent-os: installable cold-start toolkit (bootstrap, brain stub, templates, helper scripts). - /.github/workflows/pages.yml: deploys /site to GitHub Pages on push to main when site/** changes. After merge: enable GitHub Pages with custom domain www.recall.works, update DNS CNAME to recallworks.github.io, archive the duplicative stevepaltridge/recall.works repo.
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.
Consolidates recall.works marketing site + agent-os toolkit into this repo
Until today the marketing site lived at
stevepaltridge/recall.works. With Recall now the canonical home (PyPIai-recallworks, npm@recallworks/recall-client, ghcr.io image, polished README), it makes sense to consolidate so visitors land in one place.What this PR adds
/site/— 8 HTML pages with shared CSS, OG/Twitter/canonical SEO meta, JSON-LD, sitemap.xml, robots.txt, OG card (1200×630 PNG), andCNAME = www.recall.works.index.html— landing pagewhitepaper.html— full architecture whitepaperpillars.html— six pillarsarchitecture.html— system topology +#networkedanchorbrain.html— vendor-neutral MCP server explainerhardware.html— sizing guide (Azure Blob storage stat)comparison.html— vs SaaS memory productsquickstart.html— references this repo's Docker quickstart/agent-os/— installable cold-start toolkit:bootstrap.ps1,install.sh,bin/*.ps1helpers (vault-sync, brain-snapshot, transcript-tail, etc.),brain/stub (recall.py, Dockerfile, compose),templates/(routing/audit-trail/REVIVAL),docs/QUICKSTART.md. License: same as parent..github/workflows/pages.yml— deploys/site/to GitHub Pages on push tomainwhensite/**changes.Site link audit
All 17 GitHub URL refs in the site updated from
stevepaltridge/recall.works→RecallWorks/Recall. The single remainingstevepaltridgereference is the JSON-LD author URL (https://github.com/stevepaltridge), which is correct — Steve is the author.After merge — manual steps
www.recall.worksin Pages settingswwwfromstevepaltridge.github.io.→recallworks.github.io.stevepaltridge/recall.works, archive that repoUntested per Rule 7