From 10ea44b6de3be1872f7f0bd4501ccf3878105bc4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 23 Jul 2026 08:41:44 -0500 Subject: feat(workflows): clear temp/ at wrap, plus three rule and template fixes Four proposals from other projects, reviewed and applied together. wrap-it-up gains a Clear temp/ step in Step 3. temp/ is gitignored everywhere, so nothing there survives deletion. The step confirms before removing anything that reads as in-progress rather than throwaway, and skips where temp/ isn't gitignored. This closes the last open clause of the working/temp work from 2026-07-20. interaction.md drops the fenced-code-block carve-out. Chat output carries no markup at all now, fences included. Fences don't invert the way inline spans do, but the carve-out kept pulling them back in. sentry.org folds in four notes from its first two live runs elsewhere. Two are traps for anyone reviewing a night by git log: archive-done touches .gitignore on its first run, and a mirror-only project's quiet fires leave no commits at all. The others make property sweeps sanctioned quiet-fire work and split the task audit into a mechanical hourly subset plus a nightly judgment half. The notes.org template now lints clean, down from four flags in every project on every sweep. Two of those were mechanical, so lint-org --fix anywhere would have rewritten the template and drifted it from canonical. --- working/interaction-no-markup/proposal-from-org-drill.org | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 working/interaction-no-markup/proposal-from-org-drill.org (limited to 'working/interaction-no-markup/proposal-from-org-drill.org') diff --git a/working/interaction-no-markup/proposal-from-org-drill.org b/working/interaction-no-markup/proposal-from-org-drill.org deleted file mode 100644 index 09f0845..0000000 --- a/working/interaction-no-markup/proposal-from-org-drill.org +++ /dev/null @@ -1,5 +0,0 @@ -#+TITLE: Proposal: sharpen interaction.md's 'No Reverse-Video Highlig -#+SOURCE: from org-drill -#+DATE: 2026-07-21 00:06:48 -0500 - -Proposal: sharpen interaction.md's 'No Reverse-Video Highlighting in Chat Output' rule. Craig's feedback in org-drill (2026-05-30, saved as a harness memory there): chat output must have zero markup — no code fences, no bold, no backtick spans, ever ('always always list it out without markup'). The current rule bans bold and inline-code spans but says fenced code blocks 'are acceptable when the user explicitly wants a block to copy'. Craig's directive tightens that: default to plain text always; no fences either. Suggest updating the rule text so every project inherits it instead of it living as one project's memory. Evidence: org-drill memory file no-markup-chat-output.md and the 2026-05-30 session log there. -- cgit v1.2.3