Skip to content

Instantly share code, notes, and snippets.

@llimllib
llimllib / goreleaser-session.md
Created January 16, 2026 16:09
Claude Code session: GoReleaser migration for mdriver

GoReleaser Migration Session Transcript

Summary

Replaced the manual release script and GitHub Actions workflow with GoReleaser for the mdriver Rust project.

Changes Made

1. Created .goreleaser.yaml

@llimllib
llimllib / transcript.md
Created January 16, 2026 15:29
Claude Code session transcript: Fix task list parsing in mdriver

Claude Code Session Transcript

Task

Fix task list items being parsed as reference links in mdriver.

Problem

GitHub-flavored markdown task list items like:

  • - [x] completed TODO
  • - [ ] open TODO
@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