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
chore: release v0.1.0 — initial npm publish with private access
Set up release infrastructure: publish.yml workflow for tag-triggered
CI publishing via OIDC trusted publishers, version bump to 0.1.0,
and restricted access for scoped packages pre-launch.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Domscribe bridges both directions: click a DOM element to tell your agent what t
29
29
30
30
Your agent is editing `Button.tsx` line 12. It calls `domscribe.query.bySource` and instantly gets back the live DOM snapshot, current props, component state, and rendered attributes — without any human interaction. The agent can verify what an element looks like _before_ changing it and confirm the result _after_.
31
31
32
-
33
32
<palign="center">
34
33
<imgsrc="./docs/code-to-ui.png"alt="Code → UI: Let the agent see the browser" />
35
34
</p>
@@ -282,19 +281,19 @@ Then add this MCP config to your agent:
| License | ✅ MIT | ⚠️ AGPL | ✅ Open source | ✅ Open source | ⚠️ Apache + AGPL |
298
297
299
298
No single competitor combines build-time stable IDs, deep runtime capture, bidirectional source↔DOM querying, and an MCP tool surface in a framework-agnostic way.
0 commit comments