From 24f8c5aac8873837824ca6d61e566e3e24c96ad5 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 21 Jul 2026 06:42:54 -0500 Subject: docs: reflow spec tables, fix docstrings, add code-scan findings report The two design-spec tables now follow the org table standard. I shortened three docstring first lines past the 80-column byte-compile warning and corrected the two visible-cloze face docstrings, which carried the hidden-cloze wording verbatim. The new findings report (docs/design/2026-07-21-code-scan-findings.org) records a full scan of org-drill.el: 22 graded bugs and 5 refactor groups with file:line evidence and fix directions. The gitignore gains the task-archive path so the archive stays untracked like the todo file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e6d484f..3582bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ todo.org /.coverage/ /*-autoloads.el *~ + +# task archive (follows todo file privacy) +/archive/task-archive.org -- cgit v1.2.3