+1
-1
| { | ||
| "name": "gridproof", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "Gridproof your UI — automated spacing & grid QA in the agent loop (MCP server).", | ||
@@ -5,0 +5,0 @@ "mcpName": "io.github.gridproof/gridproof", |
+6
-6
@@ -1,2 +0,2 @@ | ||
| # Gridproof | ||
| # GridProof | ||
@@ -6,5 +6,5 @@ [](https://www.npmjs.com/package/gridproof) | ||
| **Gridproof your UI — automated spacing & grid QA in the agent loop.** | ||
| **GridProof your UI — automated spacing & grid QA in the agent loop.** | ||
| Gridproof is an [MCP](https://modelcontextprotocol.io) server that renders your | ||
| GridProof is an [MCP](https://modelcontextprotocol.io) server that renders your | ||
| running frontend with Playwright, measures the **computed** geometry of every | ||
@@ -15,3 +15,3 @@ element, checks it against a spacing/token rule set, and hands back a | ||
| <img src="https://raw.githubusercontent.com/gridproof/gridproof/master/docs/report-screenshot.png" alt="Gridproof HTML report showing spacing violations with fix hints" width="800"> | ||
| <img src="https://raw.githubusercontent.com/gridproof/gridproof/master/docs/report-screenshot.png" alt="GridProof HTML report showing spacing violations with fix hints" width="800"> | ||
@@ -23,3 +23,3 @@ ## The problem | ||
| icons at 17px next to 24px. None of it breaks anything, so it ships — | ||
| because nothing in the agent loop checks for it. Gridproof is that check. | ||
| because nothing in the agent loop checks for it. GridProof is that check. | ||
@@ -90,3 +90,3 @@ ## The loop | ||
| Gridproof is built for Tailwind projects — that's where all four rules apply, | ||
| GridProof is built for Tailwind projects — that's where all four rules apply, | ||
| since `spacing-scale`, `arbitrary-value`, and `gap-consistency` reason about | ||
@@ -93,0 +93,0 @@ Tailwind's spacing scale and utility classes. |
+2
-2
@@ -12,3 +12,3 @@ --- | ||
| # Gridproof — spacing & grid QA | ||
| # GridProof — spacing & grid QA | ||
@@ -57,3 +57,3 @@ Catch off-scale spacing, arbitrary Tailwind values, inconsistent gaps, and | ||
| are `error`. Nothing blocks — there are no exit-code semantics. | ||
| - **The server measures; you edit.** Gridproof never touches source files. It | ||
| - **The server measures; you edit.** GridProof never touches source files. It | ||
| points to the drift and the fix; you make the change. | ||
@@ -60,0 +60,0 @@ - **Fix hints tell you how.** `kind: "tailwind-class"` gives `from`/`to` |