Merged
Conversation
Share frontmatter parsing, route resolution, and markdown export helpers across the static build scripts so search and agent artifact generation derive from the same deterministic rules.
Generate human markdown mirrors and build-time /.agents companions so automated readers can fetch stable markdown, dependency metadata, and committed wiki/skills snapshots without adding runtime server logic.
Publish the new markdown mirrors and /.agents namespace through content-index.json, llms.txt, agents.md, and sitemap discovery so automated readers can discover the static agent surface without touching the human navigation.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Declare llms.txt and sitemap.xml in the exported HTML head so agents that scan page metadata can discover the machine-readable entry points without prior convention knowledge.
Guide weak browsing harnesses toward llms.txt and /.agents through a subtle homepage disclosure, a browser-safe /for-agents page, and a /.well-known/llms.txt mirror. This makes agent discovery more reliable before special paths are already known.
Use each disclosure element's open state instead of the parent group state so nested carets reflect their own expansion. This keeps the homepage agent strip visually consistent with the native details interactions.
Proxy urbit.org through a Cloudflare Worker that preserves the Vercel origin flow while sending Worker-side Umami events for machine-facing and crawler requests that never execute the browser tracker.
Make Workers Builds succeed under the Worker subproject by exposing a build script and pinning a modern Node runtime for the Cloudflare worker toolchain.
Cap noisy client-side analytics before they exhaust the Umami quota while emitting a low-volume signal when a session trips the guard.
Publish the April ecosystem roundup with a dedicated agent companion while keeping agent appendices out of public page rendering.
Refresh generated indexes and mirrors so the PR includes the latest upstream blog content without JSON conflicts.
kennyrowe
approved these changes
May 1, 2026
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.
Enhancement to Urbit.org that adds:
.mdpages for increased token efficiency/.agents/*namespace with agent oriented contenturbit-skillspayloadTested against the following agents:
Codex with OpenAI ChatGPT(testing postponed)OpenClaw with OpenAI ChatGPT(detailed testing postponed)Autoresearch Optimization out of scope for this PR