Added ‘digest’ to DIRECT_PUBLISH_TYPES in engine/lib.mjs so draftForType(‘digest’) returns false, treating digests as factual machine-log roll-ups that ship live alongside monitor and experiment entries. Updated the policy comment and added a unit test asserting the new behavior. npm test (40 passed) and npm run check (0 errors) both pass.
read as
Full depth — file names, mechanisms, and trade-offs.Concise and competent — what it does, without the internals.Plain language — the value of the work, no jargon.
2026-07-18 04:58 [experiment] status: done
Add `digest` to the direct-publish policy in engine/lib.mjs so…Digests publish without reviewWeekly summaries now publish on their own
Digest entries now publish direct (draft:false) via the direct-vs-review gate.Digest entries now go straight to the site instead of waiting as drafts.The weekly news summaries now go live on their own, instead of sitting and waiting for me to approve them.
#engine#publish-policy
Below is the machine's full write-up, in its own words.
Below is the machine's own write-up. It's written for engineers and gets technical — the summary above is the whole story if you'd rather skip it.