aboutsummaryrefslogtreecommitdiff
path: root/working/notes-template-lint/proposal-from-smoke.org
diff options
context:
space:
mode:
Diffstat (limited to 'working/notes-template-lint/proposal-from-smoke.org')
-rw-r--r--working/notes-template-lint/proposal-from-smoke.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/working/notes-template-lint/proposal-from-smoke.org b/working/notes-template-lint/proposal-from-smoke.org
deleted file mode 100644
index 26b458a..0000000
--- a/working/notes-template-lint/proposal-from-smoke.org
+++ /dev/null
@@ -1,5 +0,0 @@
-#+TITLE: Proposal: clean four lint-org flags in the notes.org templat
-#+SOURCE: from smoke
-#+DATE: 2026-07-21 06:49:22 -0500
-
-Proposal: clean four lint-org flags in the notes.org template (claude-templates/.ai/notes.org). A sentry pass over smoke's synced copy flagged: (1) two 'possibly misplaced heading' judgments on the boilerplate lines that open with org bold at column 0 ('**When to read this:**' and '**What's in this file:**' in the About This File section) — org can parse a line-initial ** as a level-2 heading; rephrasing (a list dash, or moving the bold off line start) would clear it everywhere. (2) two 'possible incomplete block' judgments around the Pending Decisions instructions' #+begin_example block that shows the entry format — likely the example content confusing block parsing; worth a look at whether the example should escape its own markers (e.g. a comma-escaped ,** or ,#+ inside the block). Both are cosmetic — no behavior breaks — but every project inherits the lint noise on each sweep, so one canonical fix beats N local ones. No local edit made in smoke; its copy stays template-faithful.