A deep dive into ECMA-402's BasicFormatMatcher algorithm and Unicode CLDR locale data.
console.log(| ▐▛███▜▌ 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 |
| ▐▛███▜▌ 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 |
| ▐▛███▜▌ 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. |
| ▐▛███▜▌ 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. |
| ▐▛███▜▌ Claude Code v2.1.7 | |
| ▝▜█████▛▘ Opus 4.5 · Claude Pro | |
| ▘▘ ▝▝ ~/code/mdriver/better-support-endnotes | |
| ❯ How could we support collapsed reference links better? I've included the | |
| gh cli's readme.md in cli.md, which uses them. Unfortunately it leads to | |
| a bunch of empty links at the top and a mess of a footnote at the end | |
| ⏺ I'll explore the codebase to understand how links are currently handled and look at the cli.md file to see the specific issue with collapsed reference links. |