aboutsummaryrefslogtreecommitdiff
path: root/claude-rules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-23 08:41:44 -0500
committerCraig Jennings <c@cjennings.net>2026-07-23 08:41:44 -0500
commit10ea44b6de3be1872f7f0bd4501ccf3878105bc4 (patch)
treec4165d496f153172702c8a5cb574e97be470c738 /claude-rules
parent01356fa036847f9d216dd92a006049105c2d5461 (diff)
downloadrulesets-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 'claude-rules')
-rw-r--r--claude-rules/interaction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/claude-rules/interaction.md b/claude-rules/interaction.md
index dfd73bf..caa4d49 100644
--- a/claude-rules/interaction.md
+++ b/claude-rules/interaction.md
@@ -54,7 +54,7 @@ In conversational output to the user, do not use Markdown bold (`**...**`) or in
- 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.