aboutsummaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-20 00:21:41 -0500
committerCraig Jennings <c@cjennings.net>2026-07-20 00:21:41 -0500
commit067ed55b6bf6276f9e5203cc521a2785716d0ece (patch)
treebf26b9fc1378e46f3d683ab9a42f9fc7093b8c47 /todo.org
parent727a900a814adf5b9bf86c77d12fb48023d718ea (diff)
downloadrulesets-067ed55b6bf6276f9e5203cc521a2785716d0ece.tar.gz
rulesets-067ed55b6bf6276f9e5203cc521a2785716d0ece.zip
chore(sentry): inbox zero — file 3 sentry design considerations from live trial
.emacs.d routed three sentry-workflow design ideas from its own hand-run trial (codebase-gated bug/enhancement logging, a system-health pass, a sibling-machine freshness pass). Filed as a [#C] backlog task rather than applied — they're design input for the sentry Living Document refinements and two of them hinge on an unresolved cross-driver coordination question. Replied to the sender.
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/todo.org b/todo.org
index d768d62..5bfa77f 100644
--- a/todo.org
+++ b/todo.org
@@ -181,6 +181,15 @@ session needs its own contract (mutation rights, async surfacing, dedup
state across runs) — same open questions inbox.org logs for unattended
auto inbox zero. Take up only if the interactive shape proves too narrow.
+** TODO [#C] Sentry vNext passes — from live-trial design input :feature:spec:
+Three considerations captured by .emacs.d's own hand-run sentry trial (routed via the shared roam inbox, 2026-07-20), for folding into the sentry workflow. Design input, needs deliberation — not applied to the shared workflow unattended.
+
+1. Bug/enhancement logging pass. Only where the project owns a codebase: file bugs by default, enhancements only if asked; review-and-accept/decline during the morning reconciliation. Live-tested — .emacs.d ran exactly this by hand and logged findings to its session anchor. Strongest candidate of the three; overlaps the deferred KB lesson-detection pass ([[file:todo.org::*KB lesson-detection heuristic][KB lesson-detection heuristic]]).
+2. System-health pass. Decide which checks are safe unattended, and how to keep ratio and velox from running it simultaneously (a cross-driver lock/coordination question — agent-lock is host-local tmpfs, so it doesn't coordinate across machines).
+3. Sibling-machine freshness pass. Keep the other daily driver (velox/ratio) up to date during sentry (see daily-drivers.md; same cross-driver coordination question as #2).
+
+Take up with the sentry Living Document refinements once the trial has quiet nights behind it. Related: the sentry /schedule variant above, and Fire 1's triage-probe finding in the approval queue.
+
** TODO [#B] Extend ui-prototyping rule with build-to-prototype :feature:
:PROPERTIES:
:CREATED: [2026-07-11 Sat]