mirror of
https://github.com/mrgoonie/human-mcp.git
synced 2026-04-26 12:05:49 +03:00
[PR #4] [MERGED] feat: screenshot, analyze screenshot enhancement, font prediction #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/human-mcp#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mrgoonie/human-mcp/pull/4
Author: @mrgoonie
Created: 10/8/2025
Status: ✅ Merged
Merged: 10/8/2025
Merged by: @mrgoonie
Base:
main← Head:dev📝 Commits (3)
4cf58a9feat: add design description command for analyzing screenshots and generating implementation planse65b0b9refactor: enhance design command analysis and font predictione6298b9feat(hands): add Playwright screenshot capture tools📊 Changes
15 files changed (+1927 additions, -29 deletions)
View changed files
➕
.claude/commands/design/describe.md(+13 -0)📝
.claude/commands/design/fast.md(+2 -1)📝
.claude/commands/design/good.md(+2 -0)📝
.claude/commands/design/screenshot.md(+2 -1)📝
.claude/commands/design/video.md(+2 -1)📝
CLAUDE.md(+2 -1)📝
README.md(+106 -23)📝
bun.lock(+10 -0)➕
docs/playwright-screenshot-usage.md(+534 -0)📝
package.json(+2 -0)📝
src/tools/hands/index.ts(+294 -1)➕
src/tools/hands/processors/playwright-screenshot.ts(+466 -0)📝
src/tools/hands/schemas.ts(+51 -1)➕
src/tools/hands/utils/playwright-helpers.ts(+201 -0)➕
tests/unit/playwright-screenshot.test.ts(+240 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.