You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: record the #378 merge+fix, the #380 close, and the #375 findings
PR queue is now empty. Traps recorded rather than outcomes, since those are the
expensive part to re-derive:
#378 - tree-sitter-toml nests dotted_key LEFT-RECURSIVELY, so a walker matching
only leaf key types keeps the last segment and silently drops the rest. Two-level
paths still look right under that bug, which is why it survived review and the
PR's own tests. Generalises to any new nested-grammar walker.
#380 - closed on demand, NOT on principle. MiniMax/GLM/OpenRouter are the same
branded-alias shape and are already merged, and the close comment concedes that
publicly. A future close must not claim we reject branded providers.
#375 - two of four sub-problems closed by source inspection (B is the default
WARNING log level, not a defect; D is capped at 60s and raises, so it cannot be
unbounded silence). Records the new finding that index_folder is missing from
_AUTO_WATCH_EXCLUDED, and, more importantly, WHY neither available fix was
shipped: one races the watch task's initial index onto the same indexwrite lock,
the other silently drops auto-start-watching. Also records that the .claude/
repro is too small to be explained by slow work, so the stall is a block, not a
grind, and the py-spy dump is the decisive artifact.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments