feat: add source-backed launch package example#18
Merged
Conversation
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.
功能点
/examples/qwenlm-flashqla-launch-card从通用 example 壳升级为 source-backed launch package example。src/marketing/launch-package-example.ts,用 typed 数据模型描述 QwenLM/FlashQLA 示例包。QwenLM/FlashQLA源仓库和 QuickFork generator,补强 landing/SEO/GEO 里“每个页面连接 generator + source-backed example”的增长规则。public/llms.txt,让 AI crawler 能读到该 example 是 source-backed launch package example,而不是通用 showcase route。验证
public/llms.txt仍是旧的 generic example 描述。npm test -- src/App.test.tsx -t "source-backed launch package example":1 file passed, 1 selected test passed。npm test -- src/seo/public-growth.test.ts:1 file passed, 6 tests passed。npm test -- src/seo/semantic-links.test.ts:1 file passed, 9 tests passed。npm test:22 files passed, 141 tests passed。npm run build:TypeScript 和 Vite production build completed。git diff --check:无 whitespace 错误。http://127.0.0.1:5177/examples/qwenlm-flashqla-launch-card返回 HTTP 200。llms.txt包含 source-backed launch package example 描述。QwenLM FlashQLA Launch Card as a source-backed launch package example、source-backed launch package example、qwenlm_flashqla_launch_card。说明
这是 public proof surface 和 AI/GEO extraction 改进,不把页面发布本身当作已验证需求。后续仍需 production route views、CTA clicks、repo submissions、full-package requests 和 interviews 来验证是否值得扩展示例页。