Domscribe
未认领Domscribe is a pixel-to-code development tool that bridges the gap between running web applications and their source code.
安装
npx domscribe init工具(14 个)
domscribe.annotation.get
Retrieve annotation by ID
domscribe.annotation.list
List annotations with status/filter options
domscribe.annotation.process
Atomically claim the next queued annotation (prevents concurrent agent conflicts)
domscribe.annotation.respond
Attach agent response and transition to PROCESSED
domscribe.annotation.search
Full-text search across annotation content
domscribe.annotation.updateStatus
Manually transition annotation status
domscribe.manifest.query
Find manifest entries by file path, component name, or element ID
domscribe.manifest.stats
Manifest coverage statistics (entry count, file count, component count, cache hit rate)
domscribe.query.bySource
Query a source file + line and get live runtime context (props, state, DOM snapshot)
domscribe.resolve
Resolve a data-ds element ID to its source location (file, line, col, component)
domscribe.resolve.batch
Resolve multiple element IDs in one call
domscribe.status
Relay daemon health, manifest stats, queue counts
domscribe.verify.afterEdit
Compare the element against the baseline — deterministic verdict + per-property deltas
domscribe.verify.baseline
Capture a pre-edit style/geometry snapshot of a rendered element