aboutsummaryrefslogtreecommitdiffstats
path: root/AGENTS.md
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-09 10:21:31 +0200
committerDanilo M. <danix@danix.xyz>2026-09-09 10:21:31 +0200
commit688151c4b5ad3ff7f927fec8efde92c2154e2cd3 (patch)
treedc99b17002afe2d1ea77e85f37f8b04b55bb5453 /AGENTS.md
parent1d864197203221fc0dcdd1924d60d1a759fa0d6d (diff)
downloadabusectl-688151c4b5ad3ff7f927fec8efde92c2154e2cd3.tar.gz
abusectl-688151c4b5ad3ff7f927fec8efde92c2154e2cd3.zip
docs: point at the author's idea note, and log its first item
The author keeps ideas in an Obsidian note outside this repository. Nothing in the repo pointed at it, so a fresh session would never find it and the backlog would look complete while ideas sat unread. AGENTS.md now names the path and the rule: the note is the inbox, the backlog is the tracked list, and they are reconciled in both directions. Item 3 is that note's one open idea, an API letting qtmaildir tag incoming mail by resemblance to a kept case. It is recorded unsized and explicitly marked as having no verified cause, because unlike items 1 and 2 there is nothing built to verify. The entry records the real tension rather than just the request: this tool has been deliberately mechanical, reporting what a message declared and refusing rather than guessing, and a resemblance score would be its first opinion. It also notes that source.eml is unredacted, so matching must not become a route by which a stored recipient identifier reaches a comparison. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Wrfqr2xqQfhtXCscU7zrdz
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/AGENTS.md b/AGENTS.md
index a8741f4..2dc08cc 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -367,3 +367,13 @@ settles only what they share.
- `docs/BACKLOG.md`, open items, with the cause verified in the code rather
than assumed. Read it before starting work; add to it rather than fixing
something unasked.
+
+The author also keeps an idea note OUTSIDE this repository, in his Obsidian
+vault at `~/Documents/Obsidian/note/notes on abusectl.md`. It is an inbox,
+written as things occur to him while developing or using the tool, split into
+done and not-done and in no particular order. **The note is the inbox, the
+backlog is the tracked list.** Reconcile them in both directions when starting
+substantial work: an idea in the note that is real work earns a backlog entry
+with its cause verified in the code, and a backlog item he has marked done in
+the note can be closed. Do not edit the note unasked; it is his, not the
+repository's.