Skip to content

pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:Java language:CSS

Filter by

189M results  (2 s)

189M results

🎯 What: Added tests for the decode function in utils/callback_data.py. This function takes a callback_data string and decodes it into a tuple of string parts. 📊 Coverage: Tested typical action arguments ...

Motivation - Close the last inconsistency for VIP scheduled posts where a created campaign_run_id combined with result.ok == False could incorrectly mark the post failed instead of stopping automatic ...
codex

KONZ-001 P0 Teil 2. Schließt den C9-Rest für die in canonical migrierten Repos. Evidenz korrigierte die Aufgabe: gh-verifiziert haben nur 3 Repos einen falschen Owner (iil-fieldprefill / iil-relaunch ...

Summary Six tests added by the recent PR train fail on every CI matrix entry (macOS clang, Ubuntu gcc, Ubuntu clang, ARM clang). Root cause: PR #715 (ADR-1060) introduced error-checking that broke the ...

Summary Codifies the cover-variant pick flow that previous sessions improvised ad-hoc (and that evaporated between sessions — asked about by the operator 2026-06-06): - scripts/lib/contact_sheet.py ...

本 PR 实现 CGCA 模块的第一步:为给定角色 c 和场景 S 提取因果历史子图 H(c, S),作为后续 logit 门控生成的约束上下文。 作用: 收集场景 S 中涉及角色 c 的节点(label 含角色名,或关联边涉及该角色) 用 networkx.ancestors 求这些节点的前驱集合 提取 informs 边 → 角色已知信息 提取 motivates 边 → 角色活跃动机 拓扑排序后序列化为 ...