aboutsummaryrefslogtreecommitdiff
path: root/working/notes-template-lint/proposal-from-smoke.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-23 08:25:40 -0500
committerCraig Jennings <c@cjennings.net>2026-07-23 08:25:40 -0500
commit01356fa036847f9d216dd92a006049105c2d5461 (patch)
tree4034b455c1a98a8b67e5ebb5ba8976e707055fc6 /working/notes-template-lint/proposal-from-smoke.org
parent33949c50b7d2b3ab01af4fe91119cc290fae9f01 (diff)
downloadrulesets-01356fa036847f9d216dd92a006049105c2d5461.tar.gz
rulesets-01356fa036847f9d216dd92a006049105c2d5461.zip
chore: file eight bug findings and stage four shared-asset proposals
Overnight hygiene sweep of this repo. Everything here is a finding or a staged proposal. No rule, workflow, script, or bundle file was modified. The one that matters: the python and typescript language bundles ship no pre-commit hook, so a project installing either gets no credential scan on commit. Both bundles predate the hook rollout that swept go and bash, and install-lang skips missing components without a word, so it went unnoticed for two months. Live on two projects, one of them work. Filed [#A]. Seven more findings landed. The largest is a non-atomic write in the cross-project inbox tool, which can strand an empty handoff in another project's inbox and block a turn there. The rest are lint noise and two gaps in the Signal channel. An eighth was filed and then retracted the same night, once a retest showed I had compared two different files and read the difference as a bug. Four proposals from other projects are staged under working/ with verified diffs, each behind a VERIFY task, waiting on a decision.
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, 5 insertions, 0 deletions
diff --git a/working/notes-template-lint/proposal-from-smoke.org b/working/notes-template-lint/proposal-from-smoke.org
new file mode 100644
index 0000000..26b458a
--- /dev/null
+++ b/working/notes-template-lint/proposal-from-smoke.org
@@ -0,0 +1,5 @@
+#+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.