revert: 撤销 Growth Loop MVP 进入 production(SHA-12 止血回退) - #56
Closed
WardLu wants to merge 7 commits into
Closed
Conversation
同步 v1.3.8 Tag、GitHub Release 和生产验收已完成。
- 移除 v1.3.7 遗留的本地 en_US-lessac-high 分片模型(约 115MB)与 Worker 运行时文件 (PR #39 已切换 voice.shadow.wang CDN + 主线程推理,不再使用) - 同步 release-gate.config.json、scripts/check.mjs、scripts/security-check.mjs、 THIRD_PARTY_NOTICES.md、piper-dev-server e2e 与 public/sw.js 中的引用 - 已通过 npm run verify、release:check 与语音相关 e2e(33 项)
* feat(auth): redesign emails and guard password recovery * feat(auth): 邮箱变更/邀请/二次认证模板统一品牌样式 - 新增 email_change / invite / reauthentication 三套品牌模板 (复用 magic_link 品牌 shell:light/dark、多项目 logo、验证码 + 应用内验证按钮) - config.toml 追加对应 [auth.email.template.*] 配置(多项目条件 subject) - 已同步生产 Supabase Auth(mailer_templates_*_content + mailer_subjects_*) - rate_limit_email_sent 30 -> 300(生产已生效) - 本地 HTML 结构检查通过;浏览器预览截图验收通过 * test(auth): 邮箱模板主题数断言随模板增至 6 个
* feat(supabase): route local tests through shared host * chore(ci): 共享 Supabase 本地测试路由与测试层级约定 - ci.yml:导出 DB_URL 到 SHADOW_MATE_TEST_DB_URL,支持共享数据库测试 - test-delete-account-guard.mjs:加载 .env.local 以支持本地共享链路测试 - PULL_REQUEST_TEMPLATE / CONTRIBUTING:按改动范围选择测试层级的最小充分约定
Growth Loop MVP 期间多条 PR 相互依赖,把合并顺序、叠加栈去重说明与 合并门槛写进 CONTRIBUTING.md,作为随代码版本化的权威源。
* feat: add Growth Loop MVP foundations * feat: integrate Growth Loop MVP local-first flow * fix(ci): run all pgTAP files in test:db so growth_loop tests are covered test-shared-db.mjs 改为扫描 supabase/tests/*.sql,而不是只跑 learning_rls_test.sql。growth_loop 的 5 个 pgTAP 文件因此纳入 npm run test:db 与 CI 覆盖(在已应用迁移的实例上实测 6 文件 / 159 项 PASS);共享实例在控制面登记迁移前会如实报 schema 缺失。
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
|
已按计划关闭:生产已通过正式流程回到受控状态(v1.3.9 已发布,production 指向 54c6cb1)。本 PR 是事故当天的并行止血方案,其 revert 目标(955e9e8)与当前生产状态不一致,若合并会把 production 推到 v1.3.8 之后的非发布提交。关闭以避免误合并。 |
Owner
Author
|
关闭原因见上一条评论 |
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.
目的
SHA-12 事故止血:撤销今天合入 production 的 Growth Loop MVP(e3a3ff0,PR #43),把生产内容回退到事发前状态(955e9e8,与 v1.3.8 一线的稳定内容)。
背景
legacy.points_readonly),新账本从 0 开始,用户看到"积分被清零";自定义积分/成长项目云同步全部失败重试。改动
git diff为空)。合并后注意
关联