aboutsummaryrefslogtreecommitdiff
path: root/working/interaction-no-markup/proposed.diff
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/interaction-no-markup/proposed.diff
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/interaction-no-markup/proposed.diff')
-rw-r--r--working/interaction-no-markup/proposed.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/working/interaction-no-markup/proposed.diff b/working/interaction-no-markup/proposed.diff
new file mode 100644
index 0000000..f5d1830
--- /dev/null
+++ b/working/interaction-no-markup/proposed.diff
@@ -0,0 +1,11 @@
+--- 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.
+