From cabf2305434a061df342c82e51801781dc41b41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordan=20Nu=C3=B1ez?= Date: Wed, 21 Jan 2026 11:31:52 -0700 Subject: [PATCH] fix(formula): sync source formula with embedded changes (#845) Two commits modified internal/formula/formulas/ without updating the source at .beads/formulas/: - d6a4bc22: added patrol-digest step - bd655f58: disabled costs-digest step This caused go generate to overwrite the embedded file with stale source content on every build. Co-authored-by: Claude Opus 4.5