feat(roadmap): add markdown endpoints for all remaining pages#629
Merged
feat(roadmap): add markdown endpoints for all remaining pages#629
Conversation
…s pages Extends LLM-accessible markdown to cover all roadmap pages: - /index.md — home page with progress stats, recently shipped, experiments - /about.md — mission, team, focus areas, guardrails, timeline - /experiments.md — active project demos with links and team info - Updated llms.txt to link all pages for LLM discovery Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
|
🚅 Deployed to the forge-pr-629 environment in forge 4 services not affected by this PR
|
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.
Summary
/index.md), about (/about.md), and experiments (/experiments.md)llms.txtto list all pages under a new "Pages" section for complete LLM discovery/index.mdrewrite rule for the root pageNew endpoints
/index.md/about.md/experiments.mdTest plan
next buildsucceeds/index.mdreturns home page content as markdown/about.mdreturns about page content as markdown/experiments.mdreturns experiments content as markdown/llms.txtlists all pages including new ones/,/about,/experiments) unaffected.mdendpoints still work (/roadmap.md,/lane/*.md,/person/*.md,/ticket/*.md)Post-Deploy Monitoring & Validation
No additional operational monitoring required: additive read-only endpoints using existing data, no new dependencies.
🤖 Generated with Claude Code