From 87d9cd4b1a6b7d9e12df79dc76ff248e173ae5b9 Mon Sep 17 00:00:00 2001 From: mosaic-coder Date: Sat, 25 Jul 2026 16:36:21 -0500 Subject: [PATCH] style(framework): prettier-normalize WAKE-DOCTRINE.md emphasis markers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI pipeline 2006 failed the format step: prettier --check flagged packages/mosaic/framework/guides/WAKE-DOCTRINE.md for using *asterisk* italic delimiters instead of the project's _underscore_ style. Ran prettier --write on the single file; the only change is the emphasis delimiter around "before" (*before* -> _before_) — no wording changed. The CI test-step failure on the same pipeline is unrelated: a docs-only .md cannot affect Python daemon socket tests. Verified against origin/main pipeline 2005 (parent commit 3c7890f), where recovery_b1_adversarial_unittest.py passed cleanly; on this branch's pipeline 2006 the same file errored with ConnectionRefusedError connecting to the lease-broker unix socket in setUp — a pre-existing/ flaky test-harness race, not introduced by this change. --- packages/mosaic/framework/guides/WAKE-DOCTRINE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mosaic/framework/guides/WAKE-DOCTRINE.md b/packages/mosaic/framework/guides/WAKE-DOCTRINE.md index 9be44cd2..d95c2d60 100644 --- a/packages/mosaic/framework/guides/WAKE-DOCTRINE.md +++ b/packages/mosaic/framework/guides/WAKE-DOCTRINE.md @@ -21,7 +21,7 @@ are local-write-only and cumulative; a turn never blocks on the network to ack. and acked; only machine `digest` wakes coalesce. A parked or absent pane must never lose a human or peer message. -**Park is two-phase:** flush-and-checkpoint (recording the CONSUMED cursor) *before* `/clear`. +**Park is two-phase:** flush-and-checkpoint (recording the CONSUMED cursor) _before_ `/clear`. **Liveness is independent of work-triggering:** an off-host dead-man beacon, alarming on absence — never a same-host sibling, never a pane scrape.