feat: expand page intent validation experiments#26
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.
功能点
/product/source-backed-launch-assets纳入正式增长实验 registry,和/product/github-repo-to-launch-package对比产品营销人群的页面意图质量。/product/readme-marketing-cards纳入正式增长实验 registry,和/product/github-repo-to-launch-package对比设计负责人/README 视觉人群的页面意图质量。增长假设
如果 source-backed launch assets 和 README marketing cards 页面解决比通用 GitHub repo launch package 更窄的 job-to-be-done,它们应该产生更清晰的 CTA 和 generation 信号,同时不增加 generation failure 或 unsupported-claim 风险。
验证
npm test -- src/marketing/growth-experiments.test.ts -t "source-backed and README product pages"先失败,因为新增实验不存在。npm test -- src/marketing/growth-experiment-report.test.ts -t "evidence row|source-backed and README"先失败,因为新增 evidence 行不存在。npm test -- src/marketing/growth-experiments.test.ts src/marketing/growth-experiment-report.test.ts通过,2 files / 13 tests。npm test通过,23 files / 149 tests。npm run build通过。git diff --check通过。Claim boundary
本 PR 只是验证框架扩展,不证明这些页面已有搜索需求、AI citation、转化提升、收入、客户数、定价或付费意愿。下一步仍然需要生产数据和 Search Console / AI-answer evidence。