Companion hub at zishanalikhan.com/agents-orchestrated - #1
Closed
letmereviewyourcode wants to merge 5 commits into
Closed
letmereviewyourcode wants to merge 5 commits into
letmereviewyourcode wants to merge 5 commits into
Conversation
A static hub in docs/ covering the three shipped episodes, the moats, and the protocol stack, plus an interactive codemap of the public repos for anyone who wants the file-level picture. Co-authored-by: Zishan Ali Khan <letmereviewyourcode@users.noreply.github.com>
Restyle the hub to sit next to the essays (same nav, serif, green accent, light/dark) instead of overlaying /series/agents-orchestrated. Point canonical URLs at zishanalikhan.com/agents-orchestrated, which is currently a 404. Co-authored-by: Zishan Ali Khan <letmereviewyourcode@users.noreply.github.com>
Keep the GitHub README as the original series hub. Serve the visual pages from docs/ as a separate Vercel project, with rewrites only for /agents-orchestrated — never /series/agents-orchestrated. Tests check local structure, that the live essays still ship, and deployed parity once the path is live. Co-authored-by: Zishan Ali Khan <letmereviewyourcode@users.noreply.github.com>
Stage the static files at the path prefix Vercel forwards, match the live site fonts and chrome, and keep public URLs on zishanalikhan.com instead of the Vercel app hostname. Co-authored-by: Zishan Ali Khan <letmereviewyourcode@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Clean URLs put the map at /agents-orchestrated/codemap/, so relative assets/ paths resolved one directory too deep and JS never ran. Co-authored-by: Zishan Ali Khan <letmereviewyourcode@users.noreply.github.com>
This branch was successfully deployed
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.
The companion hub is live on the personal domain.
Public URL: https://zishanalikhan.com/agents-orchestrated/
What shipped
/agents-orchestrated/so the personal site can reverse-proxy that path without taking over essays.letmereviewyourcode-github-iomaps^/agents-orchestrated(/.*)?$to the hub origin./series/agents-orchestrated/is not rewritten./agents-orchestrated/assets/...) so the clean-URL codemap at/agents-orchestrated/codemap/actually loads JS./_astro/, same nav, locale picker, search, theme toggle, footer.zishanalikhan.com. Pages do not mentionvercel.app.Verified
/codemap/Essay source is still the private
letmereviewyourcode.github.iorepo. A Visual companion button on that series index needs a change there.