diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-23 08:41:44 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-23 08:41:44 -0500 |
| commit | 10ea44b6de3be1872f7f0bd4501ccf3878105bc4 (patch) | |
| tree | c4165d496f153172702c8a5cb574e97be470c738 /working/interaction-no-markup/proposed.diff | |
| parent | 01356fa036847f9d216dd92a006049105c2d5461 (diff) | |
| download | rulesets-10ea44b6de3be1872f7f0bd4501ccf3878105bc4.tar.gz rulesets-10ea44b6de3be1872f7f0bd4501ccf3878105bc4.zip | |
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.
Diffstat (limited to 'working/interaction-no-markup/proposed.diff')
| -rw-r--r-- | working/interaction-no-markup/proposed.diff | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/working/interaction-no-markup/proposed.diff b/working/interaction-no-markup/proposed.diff deleted file mode 100644 index f5d1830..0000000 --- a/working/interaction-no-markup/proposed.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- claude-rules/interaction.md 2026-07-19 15:41:37.382769288 -0500 -+++ /tmp/im.md 2026-07-23 02:47:43.771850521 -0500 -@@ -54,7 +54,7 @@ - - - Write command names, file paths, key chords, and code identifiers as plain text — `pearl-save-issue` becomes pearl-save-issue, `C-; L s s` becomes C-; L s s. - - Use structure that doesn't invert colors: headers, numbered lists, dashes, parentheses, and double quotes for labels are all fine. --- Fenced code blocks (triple backtick) are acceptable when the user explicitly wants a block to copy — they don't invert the way inline spans do. Default to plain text otherwise. -+- Fenced code blocks (triple backtick) are not an exception. Craig's direction is zero markup in chat output, always: "always always list it out without markup" (2026-05-30). Fences don't invert the way inline spans do, but they still read as markup he didn't ask for, and the carve-out kept reintroducing them. When he needs something to copy, give it as plain indented text, or write it to a file and name the path. - - This governs **chat output**, not the Markdown source of rule files, specs, or docs the user reads in an editor — those keep normal Markdown formatting. The constraint is the terminal rendering of the live conversation. - |
