Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules.budget
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
# errors join the primary failure instead of blank assignment.
# Unlock-after-success: do not convert a landed write or captured snapshot
# into lock_failed; tests inject release failure.
# PRs #43-45: distinguish a missing committed path from an unavailable
# snapshot across kernel and MCP while retaining the sole-publisher and
# fail-closed proof documentation; measured 58,683 after delete-or-split.
# PRs #43-45: missing committed paths require kernel and MCP coverage.
# The sole-publisher and fail-closed proof comments remain because they state
# non-obvious invariants. Restored tree measured 58,683; ceiling is 58,700.
kernel internal/kernel 58700
# FlagSet-driven splitArgs: VisitAll replaces per-command value-flag maps.
cli internal/cli 16200
Expand Down
Loading