You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update CI and release workflows to use pnpm
- Add packageManager field to package.json
- Replace package-lock.json with pnpm-lock.yaml
- Update CLAUDE.md and CONTRIBUTING.md to reference pnpm commands
- Remove @sanity-labs/ prefix from package name reference
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CLAUDE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
**boxfix**(`@sanity-labs/boxfix`) is a CLI tool and library that fixes misaligned ASCII diagram borders in markdown files. LLMs often generate diagrams where content lines are shorter than boundary lines - this tool detects and pads those lines to proper width.
7
+
**boxfix** is a CLI tool and library that fixes misaligned ASCII diagram borders in markdown files. LLMs often generate diagrams where content lines are shorter than boundary lines - this tool detects and pads those lines to proper width.
8
8
9
9
## Workflow
10
10
@@ -27,14 +27,14 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
0 commit comments