Skip to content

Commit 69da87d

Browse files
committed
changes after using the visual comparison tool
1 parent 05a29b2 commit 69da87d

17 files changed

Lines changed: 3038 additions & 153 deletions

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(lsof -ti:3000)",
5+
"Bash(node capture.mjs)",
6+
"Bash(node compare.mjs)",
7+
"Bash(open /Users/john/projects/very_good_workflows/tools/visual-compare/screenshots/report.html)",
8+
"Bash(node /private/tmp/check-h1.mjs)",
9+
"Bash(node check-h1.mjs)",
10+
"Bash(lsof -ti:4000)",
11+
"Bash(npx serve build/jaspr -l 4000)",
12+
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:4000/docs/overview/)",
13+
"Bash(node capture.mjs --jaspr-only)",
14+
"Bash(node inspect-dark.mjs)",
15+
"Bash(node inspect-spr.mjs)",
16+
"Bash(node inspect-width.mjs)"
17+
]
18+
}
19+
}

0 commit comments

Comments
 (0)