aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-12 14:49:27 -0500
committerCraig Jennings <c@cjennings.net>2026-06-12 14:49:27 -0500
commitf2f5f571b5269a012f8c84de60d69b62658b1e9e (patch)
tree0b3e6b7a5794fd9c3640283e93c72502b1086488
parent3b986e395bd63948ba4867a46832022dbc37cd6f (diff)
downloadrulesets-f2f5f571b5269a012f8c84de60d69b62658b1e9e.tar.gz
rulesets-f2f5f571b5269a012f8c84de60d69b62658b1e9e.zip
chore: cancel the archive-done count bug as cannot-reproduce
The reported "0 subtree(s) moved while moving" is a second-run artifact, not a defect. open-tasks.org runs --archive-done after wrap-it-up already archived, so the second pass correctly reports 0 next to the first pass's diff. The counter increments inline with every move. The exact pre-archive state reports the right count. Also drops the page-signal pager VERIFY.
-rw-r--r--todo.org13
1 files changed, 5 insertions, 8 deletions
diff --git a/todo.org b/todo.org
index aff5c5b..3ad97a2 100644
--- a/todo.org
+++ b/todo.org
@@ -55,12 +55,6 @@ Implement Phase 1.5 of the generic-agent-runtime spec ([[file:docs/design/2026-0
Independent of the spec's phases 2-6 (runtime-neutral refactor), which stay gated on their own go/no-go.
-** VERIFY [#C] page-signal pager account deregistered — re-registration needs your hands
-:PROPERTIES:
-:LAST_REVIEWED: 2026-06-12
-:END:
-Reported by .emacs.d 2026-06-12 01:01: the dedicated pager number (+15045173983, the Claude Pager Google Voice number on signal-cli) returns "User ... is not registered" on every send — Signal appears to have deregistered it (GV numbers get periodically re-verified). Re-registration requires captcha/SMS, which only you can do. Until then every page-signal call fails; .emacs.d's config-audit page fell back to email. Wrapper lives at claude-templates/bin/page-signal.
-
** DOING [#C] Check that memories are sync'd across machines via git :spec:
:PROPERTIES:
:LAST_REVIEWED: 2026-06-12
@@ -857,11 +851,14 @@ Triggers that would prompt "let's build it now":
Upstream reference (do not vendor): ComposioHQ/awesome-claude-skills
=content-research-writer/SKILL.md=.
-** TODO [#D] todo-cleanup =--archive-done= reports 0 moves while moving subtrees :bug:
+** CANCELLED [#D] todo-cleanup =--archive-done= reports 0 moves while moving subtrees :bug:
+CLOSED: [2026-06-12 Fri]
:PROPERTIES:
:CREATED: [2026-06-12 Fri]
:END:
-Observed at the 2026-06-12 wrap: the pass relocated four closed subtrees from Open Work to Resolved (verified by the git diff, 109 lines each way) while printing "todo-cleanup --archive-done: 0 subtree(s) moved". Reporting-only defect, the moves were correct. Likely the counter resets or prints before the move loop tallies. Reproduce with closed level-2 tasks present, then fix the count line (ERT first).
+Observed at the 2026-06-12 wrap: the pass relocated closed subtrees from Open Work to Resolved while printing "todo-cleanup --archive-done: 0 subtree(s) moved".
+
+CANCELLED 2026-06-12 — cannot reproduce. =todo-cleanup.el= is unchanged since the wrap that logged this, and =tc-archived= is incremented inline with each move and read straight in the report, so no move can go uncounted. Running the exact pre-archive state (=b6d286f:todo.org=) through the tool reports the right count (3 moved, all listed). The "0 moved" was a correct second-run report: =open-tasks.org= Phase A runs =--archive-done= after wrap-it-up already archived, so the second pass finds nothing to move and prints 0 next to the first pass's git diff. Not a code defect.
** TODO [#D] Revisit =c4-*= rename if a second notation skill ships :chore:
:PROPERTIES: