Skip to content

Commit 00bb6b3

Browse files
committed
AI
Signed-off-by: Joseph Kato <joseph@jdkato.io>
1 parent 139169c commit 00bb6b3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ a tagged dictionary. This repository reads all three, compiles what it can into
88
Vale checks, and writes the rest by hand. `make measure` scores the result
99
against Harper itself.
1010

11+
> [!NOTE]
12+
> **Built with Claude and the Vale MCP server.** The port was written with
13+
> [Claude](https://claude.com/claude-code) against the
14+
> [Vale MCP server](https://docs.vale.sh/guides/mcp), which hands an assistant
15+
> the linting engine rather than documentation about it — `tag_text` proved the
16+
> two rules that read as broken were a tagger disagreement rather than a defect,
17+
> `show_blocks` explained a match crossing a paragraph break, and `audit_style`
18+
> found a negated class under `ignorecase` costing 3.6× the `\s` it replaced.
19+
> Install the tools from [vale-cli/agent-tools](https://github.com/vale-cli/agent-tools).
20+
1121
## 👀 What it looks like
1222

1323
```markdown

0 commit comments

Comments
 (0)