Skip to content

Instantly share code, notes, and snippets.

@llimllib
llimllib / 2026-01-15-i-want-the-release-script-in-toolsreleasesh-to-u.txt
Created January 15, 2026 15:54
Claude Code session: auto-populate changelog and add shellcheck CI
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/better-release
❯ I want the release script in tools/release.sh to use the commit messages
from the log to populate changelog.md, not to ask me to do it manually
⏺ Read(tools/release.sh)
⎿  Read 62 lines
@llimllib
llimllib / 2026-01-15-your-task-is-in-taskmd.txt
Created January 15, 2026 14:18
Claude Code session: SVG image support for mdriver
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/more-better-images
❯ your task is in task.md
⏺ Read(task.md)
⎿  Read 11 lines
@llimllib
llimllib / 2026-01-14-mdriver-is-stretching-images-vertically-when-it-di.txt
Created January 15, 2026 02:21
Claude Code session: fix image aspect ratio
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/fix-image-aspect
❯ mdriver is stretching images vertically when it displays them instead of
keeping them in their proper aspect ratio
⏺ Let me explore how images are currently handled in the codebase.
@llimllib
llimllib / 2026-01-14-were-failing-to-properly-display-the-image-in-tas.txt
Created January 15, 2026 02:05
Claude Code session: fix multiline image wrapping
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/multiline-images
❯ We're failing to properly display the image in task.md, I presume because
it's split across two lines
⏺ Let me look at the task.md file and understand the issue.
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/remove-html-comments
❯ mdriver should remove HTML comments instead of displaying them. In
example.md, the comment should be stripped and the header should display
as an h2
⏺ Let me first look at the example file and understand the current behavior.
@llimllib
llimllib / 2026-01-14-how-could-we-support-collapsed-reference-links-bet.txt
Created January 14, 2026 20:43
Claude Code session: citation-style reference link support
@llimllib
llimllib / 2026-01-14-in-the-last-commit-we-updated-image-handling-whe.txt
Created January 14, 2026 17:16
Claude Code session: fix image-inside-link bug and add parallel image prefetching
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/more-images
❯ In the last commit, we updated image handling. When I run mdriver against
bullmq.md, I see a few issues:
- the image under "Official FrontEnd" does not display
- there's a notable delay once it reaches the "Used by" block. Is there
@llimllib
llimllib / 2026-01-14-your-task-is-in-taskmd.txt
Created January 14, 2026 16:35
Claude Code session: HTML img tag support and kitty image sizing
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/display-img-html-tag
❯ your task is in task.md
⏺ Read(task.md)
⎿  Read 15 lines
@llimllib
llimllib / 2026-01-14-lets-add-html-entity-support-to-mdriver-one-ive.txt
Created January 14, 2026 15:45
Claude Code session: Add HTML entity support to mdriver
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/html-entities
❯ let's add HTML entity support to mdriver. One I've seen in some markdown
files is `&nbsp`, but let's add support for some sensible subset of HTML
entities that can reasonably be displayed on the terminal. Before adding
them, please present me with a table of the ones you've chosen to
support, and what their replacements will be
@llimllib
llimllib / 2026-01-14-preformatted-text-with-inline-backticks-is-too-sub.txt
Created January 14, 2026 15:14
Claude Code session: add red foreground to inline code
▐▛███▜▌ Claude Code v2.1.7
▝▜█████▛▘ Opus 4.5 · Claude Pro
▘▘ ▝▝ ~/code/mdriver/better-inline-preformatted-text
❯ Preformatted text with inline backticks is too subtle on a dark
background, let's make the foreground color red
⏺ I'll find where inline code styling is defined and update it to use red foreground color.