From 8fb50fa29252d12165a51f885cb8424598635061 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 24 Jan 2026 12:39:40 -0600 Subject: chore: add .stignore to gitignore, add terminal pinentry TODO - Ignore .stignore (Syncthing config) - Add TODO [#C] for terminal GPG pinentry work (branch: terminal-pinentry) --- .gitignore | 1 + todo.org | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index 3bb904c1..267a13de 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ auto-save-list/ # Claude Code configuration (personal settings, commands) /.claude/ history +.stignore diff --git a/todo.org b/todo.org index 4e9ee109..350a4e20 100644 --- a/todo.org +++ b/todo.org @@ -36,6 +36,16 @@ Use M-x profiler-start before Method 3 debug-profiling.el is built. 15-20 seconds every time capturing a task (12+ times/day). Major daily bottleneck - minutes lost waiting, plus context switching cost. +** TODO [#C] Finish terminal GPG pinentry configuration + +Continue work on terminal-mode GPG passphrase prompts (loopback mode). +Branch: terminal-pinentry + +Changes in progress (modules/auth-config.el): +- Use epa-pinentry-mode 'loopback in terminal +- Use external pinentry (pinentry-dmenu) in GUI +- Requires env-terminal-p from host-environment module + ** TODO [#C] Verify format-buffer hands off to shfmt in shell scripts Need to verify that the format-buffer command correctly delegates to shfmt when -- cgit v1.2.3