Skip to content

pullrequests Search Results · language:Dune language:Python language:Python language:HTML language:Java

Filter by

113M results  (2 s)

113M results

Why Removing beads was painful because it had no abstraction boundary — beads-specific reads/writes/polling/dolt-sync were scattered across ~100 lifecycle call sites + the API + dispatch + deploy. Every ...

Summary GET /api/sloppak/{filename:path}/file/{rel_path:path} (serve_sloppak_file) had an arbitrary file read via the filename path param. The existing target.relative_to(src.resolve()) guard only constrained ...

Hotfix Packet — Bug 4 File: src/personality_engine/bridge.py (lines 78-80) Bug: write_bridge() writes directly with json.dump() — a crash mid-write corrupts the bridge JSON. Fix: Use tempfile.mkstemp() ...

Resolves #48. Decision (Option A) The Question Interpreter validates and fully types provider-proposed filter values at the trust boundary; QuestionFrame.field_operations carry typed FieldValues as a ...

Hotfix Packet — Bug 3 File: src/personality_engine/registry.py Bug: _save_state() writes directly to the registry JSON file — a crash mid-write corrupts the registry. Fix: Use tempfile.mkstemp() + os.fsync() ...

$(cat EOF Summary - Adds explanation text to the one bare @ts-expect-error at line 196 of frontend/tests/unit/useCollectionEvents.test.ts to satisfy the @typescript-eslint/ban-ts-comment rule ...

Summary Implements the v1 submission spine from research doc 784 - the GitHub-as-submission, Bonfire-as-backend architecture designed with Plat0x (Carlos). GitHub is the source of truth for builder work; ...

Hotfix Packet — Bug 2 File: src/personality_engine/loader.py Bug: YAML overlay loading crashes when overlay file is missing or malformed. Fix: Add defensive checks and graceful fallback for overlay YAML ...

See Commits and Changes for more details. Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4) Can you help keep this open source service alive? 💖 Please ...
⤵️ pull

Hotfix Packet — Bug 1 File: src/personality_engine/spark_hook.py Bug: Overly broad except clause catches unintended exceptions, masking real errors. Fix: Narrow the except clause to only catch the specific ...