Jesse_Chen and Claude Fable 5
4147326115
docs(tasks): brief the homepage topic-card removal and the two-layer answer fold
...
首页「从一个主题开始」整段下线,连同它背后 /api/onboarding 的 LLM 取数
链路和 bootstrapPrepareReady 的揭幕闸门;聊天回答改成两层可见性——口语层
默认展开,第一个 H2 起的骨架进默认收起的「完整分析」折叠块。内容一字不
删,只改默认可见性与口语层形状。
记下与待验收项 BUG-630 的冲突:主题卡就是 guided_topic 的唯一发出点,
入口下线后该项走查不可执行,枚举值保留供历史会话读回。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-15 03:18:22 +00:00
Jesse_Chen and Claude Opus 5
ebd5ba68a2
docs: clear the timezone gap and record what actually keeps the gate red
...
验收 8d56d0ab:字面量锁经变异法确认(加 **.generated_by 只红这一条,恢复即
绿),生产代码零改动。timezone 那条查下来不是缺口,是验收机少装了已声明的
timezonefinder>=6.5;装上后快速门 pytest 段 740 passed / 0 failed,BLOCKED.md
该条划掉。真正让门停在 exit=1 的是 npm test 的 27 条无 Docker 失败,另记一节
并写明本机「快速门通过」的口径。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-15 02:50:56 +00:00
jesse-ux
8d56d0ab0b
test(report): lock binding exclusion allowlist literals (BUG-694)
...
Independent Staging Quality Gate / validate (push) Successful in 9m52s
Independent Staging Quality Gate / publish (push) Successful in 2m6s
Contract-test the D2 exclusion tuples so widening them cannot silently pass. Record the timezonefinder quality-gate gap in BLOCKED.md.
2026-09-15 10:41:10 +08:00
Jesse_Chen and Claude Opus 5
10b463b9e8
docs(tasks): lock the binding exclusion list and record the timezone gap
...
BUG-693/694 实现(1d2aeffa)验收通过:三次 CLI 加三个 PYTHONHASHSEED 哈希
全同,变异法验证覆盖 33/40 顶层键,耗时中位数 2737 ms(修复前 2769 ms)。
补漏单处理两个没被机制挡住的洞:排除集的「只能三类」靠的是生产者、质量门、
测试引用同一对常量,加第四类会自动放行,改为把字面量钉进合同测试;快速门
必红的 timezone inference 依赖缺口记进 BLOCKED.md(修复前同样红,非回归)。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-15 02:34:37 +00:00
jesse-ux
1d2aeffaef
fix(report): bind professional report hash to the delivered packet (BUG-693, BUG-694)
...
Independent Staging Quality Gate / validate (push) Successful in 9m45s
Independent Staging Quality Gate / publish (push) Successful in 2m14s
Rebind after sanitize, write an explicit binding_scope, and make the quality gate recompute coverage. Wall-clock fields stay in the packet but out of the hash.
2026-09-15 10:09:26 +08:00
jesse-ux
039b0a2608
fix(rectification): say 这两分钟 only when two candidates remain (BUG-692)
...
Independent Staging Quality Gate / validate (push) Successful in 9m43s
Independent Staging Quality Gate / publish (push) Successful in 8m50s
Count-aware closed-pool invite, catch the five stale contract assertions, and mark M1b V1/V2 as not_measured.
2026-09-15 09:43:51 +08:00
Jesse_Chen and Claude Opus 5
416b9a693c
docs(tasks): bind the professional report receipt to what is actually delivered
...
上游 2026-09-14 的 4 个新提交里 SKILL.md 与校正代码零改动,核"要不要抄
它的 PL9 绑定投影"时量出我们自己两个问题:result_binding 绑的是中间态包
(18/36 个顶层键、6.24 MB,交付 10.04 MB),质量门只比自洽所以恒 passed;
被哈希的载荷含墙钟 elapsed_seconds,同一输入两次跑出不同 result_hash。
任务书写末尾按交付对象重绑、排除集显式进回执、质量门补覆盖校验;上游那条
投影优化实测收益 < 0.1 秒,记为不抄。
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-15 01:29:00 +00:00
Jesse_Chen and Claude Fable 5
81f8183cc2
docs(tasks): fix the invite copy count and the five stale assertions
...
验收 a266b6b7 / c5fbee56:tsc、lint、新套件全绿,但 npm test 由 27 涨到 32——
4 条 exit 断言的短语表没加新交付文案、1 条公开字段深比较没加 birth_time_source,
都不是行为回归但违反红线。另有用户可见的数字矛盾:邀请语硬编码「这两分钟」,
同段话却写着「还剩 4 个候选」。本单修文案按候选数出话、两处断言跟上,并给精度
研究 M1b 追加勘误:V1/V2 三档数字与 V0 完全相同且作者自承采集走错路径,判定
作废改为未测(V3 结论保留)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-15 01:20:37 +00:00
jesse-ux
dfb572fc7f
docs(research): measure precision-adaptive probe gates; no variant clears the bar
...
Independent Staging Quality Gate / validate (push) Failing after 13m3s
Independent Staging Quality Gate / publish (push) Skipped
20 public AA cases, raman/mean. Lowering MIN_BOUNDARY_DAYS narrows ±10 from
15 to 11 minutes but drops top-1 0.80→0.75; wider radii get wider ranges.
Varga sensitivity weights (V1/V2) match production; D60 (V3) hurts ±10.
Day-precision events offset ±7 never squeeze the true minute out. Production
45/30 gate and equal varga weights stay unchanged.
2026-09-15 09:04:03 +08:00
Jesse_Chen and Claude Fable 5
d92a696768
docs(tasks): record wins by default when it falls outside the rectified range
...
产品 2026-09-14 拍板:用户有医院记录而校正区间不含那一分钟时,记录优先、分歧
如实呈现。依据写进任务书:holdout 上六题后头名命中只有 0.80/0.55/0.35,不足以
推翻书面记录;但医院记录也确有抄录误差,所以不能反过来否定校正结果。行为上
「记录优先」已经成立(不点采用就继续用填报时间),本单只做文案与入口:冲突时
校正区间标成证据倾向,采用按钮改成「改用校正结果」,并禁止任何「记录不准」
或「校正无效」的表述。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 15:24:58 +00:00
jesse-ux
c5fbee56a6
fix(rectification): label declared birth time as record or estimate (BUG-690)
...
Independent Staging Quality Gate / validate (push) Failing after 8m55s
Independent Staging Quality Gate / publish (push) Skipped
Hospital records, family estimates and period-only windows now keep distinct copy on the board and range card. Scoring still uses the reported clock as the search-window centre. Hospital minutes outside the current range are stated with the offset and no preference.
2026-09-14 23:20:15 +08:00
jesse-ux
a266b6b727
fix(rectification): invite another dated event instead of saying the pool is closed (BUG-689)
...
Independent Staging Quality Gate / validate (push) Failing after 10m16s
Independent Staging Quality Gate / publish (push) Skipped
When the seven collect lines are closed, the range card still appears, but the copy asks for one more exact-day event of any kind instead of saying the questions are finished. A new dated event after delivery stales the snapshot so the session does not stay delivered.
2026-09-14 22:56:01 +08:00
Jesse_Chen and Claude Fable 5
62803c5d01
docs: defer tightening the domain gate until the invite ships
...
上游 R3 要求淘汰与定案需 ≥3 领域,本仓是 MIN_ACCEPTANCE_DOMAINS=2。产品
2026-09-14 决定先不动,等 BUG-689 的补经历邀请上线、有真机数据后再评估:那时
用户更容易补到第三个领域,收紧代价更小;现在收紧会与「永远给结果」冲突。
写进 BUG-689 单的 §4b 与研究定论页的产品决策存档,并明令执行方不得顺手改常量。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:46:48 +00:00
Jesse_Chen and Claude Fable 5
b56147e524
docs(tasks): varga sensitivity weighting, and birth-time provenance labels
...
与上游流程对照补两处。①精度研究单加 M1b:上游有一张分盘分钟敏感度表
(D60=2 / D30=4 / D24=5 / D9=13.3 / D1=120 分钟换一次上升),而本仓 11 张分盘
等权再除以 22(且没有 D60)——20 分钟窗里 D30 和 D2 同分量,分辨率最高的盘被
稀释。测 V1 反比配权 / V2 按窗宽选盘 / V3 加 D60,并报过拟合风险。
②新任务书 BUG-690:录入已收 birth_time_source 三类,但校正链只用过一次,
推算值与医院记录等同对待、输出直称「你的出生时间」。接进投影并按来源分档措辞;
医院记录与校正结果冲突时怎么说挂给产品。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:44:15 +00:00
Jesse_Chen and Claude Fable 5
3314de2ad9
docs(tasks): ask for exact-date events first in the BUG-689 invite
...
上一条提交漏掉了这处改动。D1b:邀请语先请用户说记得确切哪一天的事(登记结婚、
入职第一天、手术、孩子出生、拿到录取通知),再退而求其次要年月;理由是 1 分钟
只平移约 1.1 天边界而闸门按 45 天卡,只有日精度事件才有可能分开相隔几分钟的候选。
同时明确不得承诺能定到分钟。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:36:41 +00:00
Jesse_Chen and Claude Fable 5
749c7541ad
docs(tasks): research the precision-adaptive probe gate, and ask for exact dates
...
出生时间每差 1 分钟,Vimshottari 边界只平移约 1.1 天;而 _boundary_windows 用固定
45 天(刷新 30 天)闸门,且全文不读证据精度。20 分钟窗内候选边界全挤在三周内被
整批丢掉——这就是「六题之后引擎出不来题」的算术原因。研究单量闸门按年/月/日分档
的收益,必测 ±3/±7/±14 天记错时真值是否被挤出(挤出即不推荐)。v4 实测有 59 件日
精度事件可用。BUG-689 的邀请文案同步加 D1b:优先请用户说记得确切日期的事,但不得
承诺能定到分钟。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:36:10 +00:00
Jesse_Chen and Claude Fable 5
558d43c853
docs(tasks): invite one more dated event instead of saying the pool is closed
...
两轮研究定论:候选并列靠调打分拉不开,唯一有效手段是用户再给带年月的经历。
但七条固定采集线问完后,卡上只说「能问的都问完了」(BUG-687 引入),用户读完
就走——而交付后 case 仍是 candidate_ready,补经历本来就会重算收窄。产品拍板:
交付卡照出,卡上换成不限领域的补充邀请并举七条线之外的例子;不采用「并列时
先不出卡」(接近 BUG-646 禁止的门关不出结果)。补完必须可见生效,有行为测试守。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:24:01 +00:00
Jesse_Chen and Claude Fable 5
a643452b44
docs(research): closure page for the two rounds on unseparable candidates
...
把 09-14 两轮离线研究和上游对照合并成一页定论:加权重类改法全部不过门、
簇合并从未触发(假线索)、宽度按线上口径是 15/33/56 且真值 20/20 从未被挤出、
问答链有效(回放六题后头名命中 0.80/0.55/0.35)。剩下的唯一痛点是区间内部并列,
只能靠带年月的新经历或诚实呈现。附 KP 计分与风格题前置两条产品决策存档,
以及给下一个人的三条提醒(先确认指标口径、不要从 docstring 推断行为、
真值覆盖率优先于区间宽度)。ACTIVE_FRONTS 加索引。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 14:18:13 +00:00
jesse-ux
cf972f4040
docs(research): measure why delivered range width equals the search window
...
Independent Staging Quality Gate / validate (push) Successful in 10m20s
Independent Staging Quality Gate / publish (push) Successful in 2m18s
Offline v4 holdout probe. Last round's width=window result was the
no-elimination metric; production still-valid ranges after six answers
are 15/33/56 minutes. Adjacent merge never fires under step-2 radii.
W1/W2 match baseline; W3 is uncertain after one coverage squeeze.
No production clustering or scoring defaults changed.
2026-09-14 22:11:47 +08:00
jesse-ux
963c147c58
fix(rectification): do not hold delivery on exhausted or closed-ceiling paths (BUG-688)
...
Independent Staging Quality Gate / validate (push) Successful in 10m3s
Independent Staging Quality Gate / publish (push) Successful in 3m53s
Style questions still precede a converging range card when a renderable
followup exists. Exhausted, closed-ceiling, and holdout-unavailable exits
deliver immediately. Hold at most once per Case. Restore the single-gate
exit assertion and stop treating the tie-break ack as an exit carrier.
2026-09-14 21:43:21 +08:00
Jesse_Chen and Claude Fable 5
ada2cfb15a
docs(tasks): record that 6fd7925a only adapted assertions, two must be restored
...
6fd7925a 把 6 条红改绿:4 条是交付文案放宽(接受,有三栏说明),2 条是实质
弱化——「恰好一条交付闸」退化成短路(重复交付守卫失效)、参考题确认语「只微调
排序」被算进出口载体(BUG-656 的无题守卫被架空)。行为层根因未动,hold 仍作用于
exhausted 与 closed-ceiling 路径。修复单据此加 D4/D4b 与任务 2。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 13:12:29 +00:00
Jesse_Chen and Claude Fable 5
8f50af91e3
docs(tasks): hold-exit regression fix and the cluster-width research brief
...
验收 7f28bfec/d97b9e9f:tsc、lint、Python quick gate 均无新增失败,但 npm test
由基线 27 红涨到 33——6 条全是「该交付却不交付」,因为 shouldHoldForTieBreak
放宽后连 exhausted 与 closed-ceiling 收口路径也被压住(BUG-688 修复单)。
研究单接上一轮结论:五个打分改法都改不动交付区间宽度,所有方案宽度中位数等于
整个搜索窗。先查 sweep 的宽度口径是否包含淘汰,再查 cap_clusters_by_adjacent_merge
「从不丢簇」与签名层过细两条线索,量三个候选改法。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 13:11:43 +00:00
jesse-ux
6fd7925ad4
fix(web): update range-delivery test copy after tie-break hold (BUG-686/687)
...
Independent Staging Quality Gate / validate (push) Successful in 9m44s
Independent Staging Quality Gate / publish (push) Canceled after 29m18s
Gate npm test failed 6 assertions that still looked for 目前范围 in host
narration, or expected a range card before unused style probes. Keep the
card title; allow the closed-pool copy and heldForTieBreak path.
2026-09-14 21:04:10 +08:00
jesse-ux
2d2467dca1
docs(research): measure minute-resolution scoring; no variant clears all radii
...
Independent Staging Quality Gate / validate (push) Failing after 9m27s
Independent Staging Quality Gate / publish (push) Skipped
Build holdout v4 from the public AA set, correct the two v3 dates, and sweep
R1–R5 plus pairs offline. No production scoring defaults change. No
implementation brief: delivered width stays the full window on every radius.
2026-09-14 20:43:27 +08:00
Jesse_Chen and Claude Fable 5
9943a05a01
docs(research): brief for minute-resolution scoring, plus the upstream gap report
...
上游 b9a0ef8f..92d3a47a 的 43 个提交里生时校正零改动,没有新技法可取。候选
分不开的根因在本仓自己的打分结构:一个日精度事件里窗口内恒定的项上限 11.5
分,随分钟变化的项上限 2.125 分,约 5:1。研究单先修封存基准(v3 每例仅 3 件
事、被标 invalidated)出 v4,再离线量五个改法:分盘除数、去底座、KP 宫头子主
计分(产品 2026-09-14 拍板,推翻 BUG-325 的「不得计分」一条)、年精度事件改
边际似然、聚类签名层与计分层对齐。有收益才另立实现单。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 11:17:33 +00:00
jesse-ux
d97b9e9fe6
fix(rectification): ask unused style probes before every range card
...
Independent Staging Quality Gate / validate (push) Failing after 9m19s
Independent Staging Quality Gate / publish (push) Skipped
Hold delivery whenever tie-break questions remain, not only on a one-point lead. Drop the event-anchor discard for varga_style; keep the two-sign split gate.
2026-09-14 18:30:40 +08:00
jesse-ux
7f28bfecbb
fix(rectification): ask tie-break questions before the range card (BUG-685/686/687)
...
Close leads hold delivery until unused D9/D10 style questions are asked. Tie-break POST merges the new turn into the transcript. Range copy no longer lists declined lines.
2026-09-14 18:23:54 +08:00
Jesse_Chen and Claude Fable 5
1c424bf6d5
docs(tasks): drop the event-anchor gate for style probes, keep the sign-count gate
...
产品追问:事件题答「没有」不应连带关掉风格题。核实后 varga_style 的
unanchored_varga_style 丢弃分支(method-followup.ts:1261)确实没有道理——风格题
只看该分盘上升星座,不依赖事件。本单删除该分支。真正该留的是区分力门:候选在该
分盘上上升星座少于两种时探针本就不生成(candidate-contrast-packet.ts:610),本案
三个候选 D9 同为天蝎,所以感情风格题仍不出现属正确行为;D10 巨蟹/狮子应出现。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 10:01:14 +00:00
Jesse_Chen and Claude Fable 5
c139d5b674
docs(tasks): widen the tie-break decision to always precede the range card
...
产品在真机上指出「你平时做事」「感情里你倾向」这类性格题从没被问就出了卡。
D1 由「前两名分差 ≤1 才问」放宽为「带年月题问完、出交付卡之前,只要参考题可
用且没用过就先问两道」。性格题权重不变(不淘汰、只 ±1,09-09 决策与 BUG-629/
651 防复发条维持),锚点要求也不放宽:该领域没有带年月事件时那道题本就不出现。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 09:58:56 +00:00
Jesse_Chen and Claude Fable 5
a6381e029b
docs(tasks): tie-break before the range card, and make the entry actually respond
...
参考题 POST 实际成功(ok/choiceReady/focusId),但 requestTieBreak 调的是不带
合并回调的 loadCaseSnapshot(),新助手 turn 不进 messages,题也就没有渲染位置
(BUG-685)。产品拍板方案 A:前两名 posterior 分差 ≤1 时先问两道参考题再出
交付卡,卡上收起按钮(BUG-686)。rangeNarrowHint 无视 declinedTopics,把用户
刚答过「没有/跳过」的线又列一遍(BUG-687)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 09:49:54 +00:00
jesse-ux
9da42c99d2
fix(rectification): keep tied-first from delivering while probes remain (BUG-683/684)
...
Independent Staging Quality Gate / validate (push) Successful in 13m48s
Independent Staging Quality Gate / publish (push) Successful in 2m6s
tied_first is only terminal when there is no dated probe and targeted collect is exhausted. An unnarrowed opening window cannot announce adopt. Delivered dead choice cards take the delivered gap instead of the repair copy.
2026-09-14 17:06:51 +08:00
Jesse_Chen and Claude Fable 5
e42a62dfac
docs(tasks): regression fix brief for premature tied-first delivery
...
d5a8db0a 把 tied_first 早退放到 coverageBlocks 之前且没有 probe 守卫,新案子
答两题、区间仍是整个开局窗口就判 adopt_representative/can_adopt:true/代表
分钟(BUG-683)。配套测试传 discriminatorProbe: null,与实现语义不一致,所以
没拦住。另立 BUG-684(investigating):交付态下仍有画不出的死卡,delivered
终态因要求无题而不触发,界面仍印「没有拿到下一个问题」。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 08:33:17 +00:00
jesse-ux
d5a8db0a4e
fix(rectification): deliver range cards on tied first place instead of falling back to collect (BUG-680/681/682)
...
Independent Staging Quality Gate / validate (push) Successful in 17m18s
Independent Staging Quality Gate / publish (push) Successful in 13m52s
Refresh persist failures no longer count as attempts. tied_first completes with a range before stillNeedNarrowing. Delivery narration and cards share DELIVERY_OUTCOMES. The question gap gets a delivered terminal so the unavailable copy does not appear after a range is given.
2026-09-14 15:41:04 +08:00
Jesse_Chen and Claude Fable 5
e59ef9fbfd
docs(tasks): brief for delivery narrated while decision falls back to collect
...
tied_first 并列到顶时,persistNextInterviewIfIdle 因刷新尝试「落库失败仍回报
已尝试」而在第二次计算时判交付并播出结论,GET 重算又回到 collect_evidence 且
清零交付能力(BUG-680)。交付话术闸门认 completed_with_range/provisional_range,
交付卡闸门只认 ADOPT_OUTCOMES,能说不能画(BUG-681)。缺口状态机没有终态,
兜底印「没有拿到下一个问题」(BUG-682)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 07:00:55 +00:00
jesse-ux
b50a8f94ac
fix(ci): update DESIGN contract after hanging spoken questions (BUG-679)
...
Independent Staging Quality Gate / validate (push) Successful in 10m36s
Independent Staging Quality Gate / publish (push) Successful in 7m40s
Quality gate run 2598 failed because the unwritten-evidence test still required the old persisted-question DESIGN sentence. Align the assertion with the BUG-678 hang-back contract.
2026-09-14 13:43:03 +08:00
jesse-ux
2dbcf2661b
fix(rectification): hang spoken year follow-ups and drop engine representative from model tables (BUG-678/676)
...
Independent Staging Quality Gate / validate (push) Failing after 11m54s
Independent Staging Quality Gate / publish (push) Skipped
Spoken collect without askedTurnId now hangs on the last assistant message, remaining-candidate copy uses credible_range, and engine representativeTime no longer keeps eliminated minutes in model house tables.
2026-09-14 12:12:27 +08:00
Jesse_Chen and Claude Fable 5
a5acd535d5
docs(tasks): brief for spoken-question orphans and engine representative time
...
BUG-675 的挂回规则只覆盖选择题,定向补事的年份追问仍掉进 persisted_question
纯文本块,无头像裸行(BUG-678)。同屏两个范围口径:采集文案用活跃候选首尾、
时间轴用 credible_range。BUG-676 依产品提供的 candidates 收敛:前端推理自洽,
05:14 来自引擎自身排序,界面未显示,但它被 case-receipt-projection 算进活跃
时间,已淘汰分钟的宫位表因此进了模型上下文。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-14 03:47:30 +00:00
jesse-ux
d021bca5e1
fix(ci): clear leftover .venv before Python 3.14 venv create (BUG-677)
...
Independent Staging Quality Gate / validate (push) Successful in 12m2s
Independent Staging Quality Gate / publish (push) Successful in 2m8s
Staging gate run 2594 died in Install dependencies with FileExistsError on a reused hostexecutor .venv. Remove the leftover directory and create the venv with --clear so Python 3.14 mkdir does not abort the job.
2026-09-14 09:49:25 +08:00
jesse-ux
69ffa07d6b
fix(rectification): stop speaking unstampable distinguish stems (BUG-674/675)
...
Independent Staging Quality Gate / validate (push) Failing after 20s
Independent Staging Quality Gate / publish (push) Skipped
Distinguish followups that cannot stamp a probe now go to persistExhaustionCollect instead of repeating the card stem in the assistant body. Choice focuses without asked_turn_id hang on the last assistant turn, and persisted_question with a live choice_card renders the existing card. Representative-time inconsistency is warn-only (BUG-676 investigating).
2026-09-14 03:42:48 +08:00
Jesse_Chen and Claude Fable 5
9375012f17
docs(tasks): brief for unstampable probes, naked cards and stale representative time
...
探针池空后判别题盖不上 probe,焦点写不进库,上一单 D3 把题干念进正文导致
同一道题反复问且回答不算数(BUG-674,本单 D1 推翻该决策,改走定向补事卡)。
快照已有 choice_card 时 persisted_question 仍只画一行裸题(BUG-675)。同一轮
receipt 的 representative_time 落在 eliminated_ids 内,先取证加守卫(BUG-676)。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-13 18:34:23 +00:00
jesse-ux
8221c6121b
fix(rectification): restore targeted collect cards from spoken focus (BUG-673)
...
Independent Staging Quality Gate / validate (push) Successful in 10m39s
Independent Staging Quality Gate / publish (push) Successful in 2m9s
Keep targeted existence questions as A-D cards. Recover collect-schema
stock by question-id prefix, surface the stem when persist fails, and
send spoken targeted existence to the repair exit instead of a naked prompt.
2026-09-14 01:51:55 +08:00
Jesse_Chen and Claude Fable 5
9a943cc2dc
docs(tasks): brief for targeted-collect question stored as spoken focus
...
定向补事题以采集型 schema 存进会话焦点,前端 persisted_question 兜底把它
裸画成一行,无卡无修复入口;同轮计划的 D9 题因 nextInterviewPersisted 被
误置而静默丢失。BUG-670 的识别条件只认 targeted_collect 字段,救不回存量
焦点。任务书给出写入侧禁降级、复原侧按题号识别、不得吞题、前端兜底四项。
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0155nFCgCHtoA7jhSDGmZmMu
2026-09-13 17:27:40 +00:00
Jesse_Chen and Claude Opus 5
007a05fe48
docs(research): add the chance baseline the house-lord measurement was missing
...
Block-layer unique top-1 0.20 sits at or below the 0.35 random expectation for
2.95 candidate ascendants, so H1-H4 had no signal to amplify. Not significant at
n=20; recorded as "no positive signal", not "worse than chance".
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-13 17:24:08 +00:00
jesse-ux
53565d0da1
docs(research): measure house-lord gochara rules with no benefit
...
Independent Staging Quality Gate / validate (push) Successful in 15m27s
Independent Staging Quality Gate / publish (push) Successful in 2m20s
Offline H1-H4 measurement on 20 public AA holdout cases.
Block unique top-1 did not rise; H4 made it worse; minute layer unchanged.
Leave production scoring untouched. Transits must not drive minute conclusions.
2026-09-14 01:07:11 +08:00
Jesse_Chen and Claude Opus 5
04479890f4
docs(tasks): research brief for house-lord and outer-planet transit rules
...
Measure four relaxations offline on 20 public AA cases: transit aspects to natal
house lords, tight node conjunctions, year-precision transits, and house-lord
scoring for the block stage. No production change.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-13 16:43:47 +00:00
Jesse_Chen and Cursor
14d199e694
fix(rectification): compare health and occupation aliases through one merge (BUG-672)
...
Independent Staging Quality Gate / validate (push) Successful in 12m12s
Independent Staging Quality Gate / publish (push) Successful in 24m21s
Skipped or already-reported health must not be asked again as health_pressure, and occupation declined as other must still close the occupation line.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-13 23:08:55 +08:00
Jesse_Chen and Cursor
9912760104
fix(rectification): keep range-card tie-break entry honest after D9/D10 answers (BUG-666~668)
...
Independent Staging Quality Gate / validate (push) Successful in 13m8s
Independent Staging Quality Gate / publish (push) Canceled after 9m59s
Hide the button once both personality cards are answered, persist the second card in the same opt-in round, and freeze Skill 10.0.26.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-13 22:45:31 +08:00
Jesse_Chen and Cursor
192845ce2f
fix(rectification): keep targeted collect cards tappable after snapshot reread (BUG-669~671)
...
Independent Staging Quality Gate / validate (push) Successful in 25m6s
Independent Staging Quality Gate / publish (push) Successful in 2m9s
GET dropped the A–D card when the recast had no choice_frame, so a refresh left a disabled card and a collect-wait. Project from the persisted copy, rebuild the keep frame, and send a dead choice to repair-exit.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-13 21:50:35 +08:00
Jesse_Chen and Claude Opus 5
3c75643b83
docs(tasks): record that a page refresh does not revive the dead targeted card
...
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-13 12:20:58 +00:00
Jesse_Chen and Claude Opus 5
fe5a54e015
docs(tasks): P0 brief for dead targeted collect cards (BUG-669~671)
...
Reproduced: with a collect_method_evidence focus open, the plan rebuilds an
active_focus followup without a choice_frame, so GET projects no choice_card and
the card renders disabled while the page waits for a dated event.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com >
Claude-Session: https://claude.ai/code/session_0193vBv6w5MV2cifdTUu9H5P
2026-09-13 12:19:10 +00:00