aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org14
1 files changed, 12 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index de5dcc9..b2dd369 100644
--- a/todo.org
+++ b/todo.org
@@ -65,6 +65,15 @@ What we're verifying: the morning teardown reviews and merges cleanly, nothing r
- Squash-merge what's wanted, delete the branch, revert any stale Emacs buffers.
- Confirm main was never pushed to during the night and the approval queue was walked.
Expected: the night's work is reviewable as one branch, merges by choice, and main stayed clean throughout.
+*** Silent-until-signal — empty fire heartbeats, real item full turn
+What we're verifying: an in-session monitor fire collapses to a one-line heartbeat when nothing changed, and still does the full turn on a real item. Covers sentry, auto triage-intake, and auto inbox-zero (spec: docs/specs/2026-07-20-silent-until-signal-monitors-spec.org).
+- Run a sentry fire with nothing pending. Expected: one line, =sentry at HH:MM: nothing=, no per-pass digest block, tree clean.
+- Run a sentry fire after planting an inbox handoff. Expected: the full per-pass digest block, the handoff processed or queued.
+- Start "auto triage-intake" and let an empty sweep run. Expected: one line, =triage intake at HH:MM: nothing=, no three-section output.
+- Plant a real change in a triage source, let the next sweep run. Expected: the full three-section output (deltas / unacked / timestamp).
+- Start "auto inbox zero" with an empty roam inbox, let a cycle run. Expected: one line, =inbox zero at HH:MM: nothing=.
+- Add a roam inbox item, let the next cycle run. Expected: the item summarized, filed, and queued.
+Expected: every empty fire is a single labelled heartbeat; every fire with real work does its full turn unchanged.
** DONE [#B] working/ tracked-from-creation + gitignored temp/ :feature:
CLOSED: [2026-07-20 Mon]
@@ -183,8 +192,9 @@ From the sentry live trial (2026-07-20): triage-intake self-activates in every p
Awaiting Craig's deep read of the spec (DRAFT → READY gate). Two decisions still open in the spec (declaration format details, whether interactive adopts the same gate). On READY, spec-response decomposes the 5 phases into build tasks. Supersedes Fire 1's triage-probe approval-queue item, which was the narrower probe-only framing.
-** TODO [#B] Silent-until-signal for in-session monitor loops :feature:spec:
-Spec: [[file:docs/specs/2026-07-20-silent-until-signal-monitors-spec.org][docs/specs/2026-07-20-silent-until-signal-monitors-spec.org]] (DRAFT, ID af592bd6-d3e6-47e2-8804-2a287b4d9303). Decisions resolved live with Craig 2026-07-20; awaiting his deep read for DRAFT → READY.
+** DONE [#B] Silent-until-signal for in-session monitor loops :feature:spec:
+CLOSED: [2026-07-20 Mon]
+Spec: [[file:docs/specs/2026-07-20-silent-until-signal-monitors-spec.org][docs/specs/2026-07-20-silent-until-signal-monitors-spec.org]] (IMPLEMENTED, ID af592bd6-d3e6-47e2-8804-2a287b4d9303). Craig approved without changes 2026-07-20; all 5 phases shipped that day. Sentry, auto triage-intake, and auto inbox-zero all collapse an empty fire to =<workflow> at HH:MM: nothing=; a manual-testing entry covers the live-loop verification.
Craig-approved proposal from .emacs.d (2026-07-20), demonstrated by the sentry live trial (fires 3-8 were walls of no-op lines). Reframed live from a watcher *mechanism* to a *policy*: an in-session monitor fire detects first, and on an empty check collapses to one labelled heartbeat line (=<workflow> at HH:MM: nothing=) instead of a full turn; only a real item earns the full surface-and-judge turn. Keeping detection in-session dissolves the MCP-auth split (triage's Gmail/Slack/Linear need session auth), so it applies uniformly to sentry, auto triage-intake, and auto inbox-zero. No external watcher, no new seen-list. Five build phases in the spec. Phase 1 (sentry quiet-fire heartbeat) shipped 2026-07-20 ahead of the full READY gate at Craig's direction — a quiet fire now collapses to =sentry at HH:MM: nothing=. Phases 2-4 (auto triage-intake, auto inbox-zero, shared-policy home) + Phase 5 verification pending Craig's spec read. Overlaps the sentry cluster ([[file:todo.org::*Sentry vNext passes][Sentry vNext passes]], [[file:todo.org::*Triage source activation][Triage source activation]]).