diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1d9c5cf..e90fb9e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "domscribe", - "version": "0.5.2", + "version": "0.6.0", "description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.", "author": { "name": "Patch Orbit", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 65812d2..ec6a9a6 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "domscribe", "displayName": "Domscribe", - "version": "0.5.2", + "version": "0.6.0", "description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.", "author": { "name": "Patch Orbit", diff --git a/.plugin/plugin.json b/.plugin/plugin.json index b7b0f14..8d124d3 100644 --- a/.plugin/plugin.json +++ b/.plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "domscribe", - "version": "0.5.2", + "version": "0.6.0", "description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.", "author": { "name": "Patch Orbit", diff --git a/gemini-extension.json b/gemini-extension.json index 4ae0555..08d5006 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "domscribe", - "version": "0.5.2", + "version": "0.6.0", "description": "Domscribe is a pixel-to-code development tool that maps running UI elements to their exact source locations, capturing runtime context (props, state, DOM) for handoff to coding agents via MCP.", "mcpServers": { "domscribe": { diff --git a/package.json b/package.json index 1706876..13bcfec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "domscribe", - "version": "0.5.2", + "version": "0.6.0", "author": { "name": "Patch Orbit", "email": "kaushik@patchorbit.com", diff --git a/packages/domscribe-cli/package.json b/packages/domscribe-cli/package.json index 0630781..948e7a6 100644 --- a/packages/domscribe-cli/package.json +++ b/packages/domscribe-cli/package.json @@ -1,6 +1,6 @@ { "name": "domscribe", - "version": "0.5.2", + "version": "0.6.0", "description": "CLI for Domscribe — pixel-to-code development tool", "type": "module", "main": "src/bin/domscribe.ts", diff --git a/packages/domscribe-core/package.json b/packages/domscribe-core/package.json index cc85eb6..35dd444 100644 --- a/packages/domscribe-core/package.json +++ b/packages/domscribe-core/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/core", - "version": "0.5.2", + "version": "0.6.0", "description": "Shared types, schemas, and utilities for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-manifest/package.json b/packages/domscribe-manifest/package.json index fa7c0a8..d319225 100644 --- a/packages/domscribe-manifest/package.json +++ b/packages/domscribe-manifest/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/manifest", - "version": "0.5.2", + "version": "0.6.0", "description": "Append-only DOM-to-source manifest for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-mcp/package.json b/packages/domscribe-mcp/package.json index 13cbcf6..358da79 100644 --- a/packages/domscribe-mcp/package.json +++ b/packages/domscribe-mcp/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/mcp", - "version": "0.5.2", + "version": "0.6.0", "description": "MCP server for Domscribe — connects editors and agents to runtime context", "type": "module", "main": "src/bin/domscribe-mcp.ts", diff --git a/packages/domscribe-next/package.json b/packages/domscribe-next/package.json index 7ae02c9..08b18c3 100644 --- a/packages/domscribe-next/package.json +++ b/packages/domscribe-next/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/next", - "version": "0.5.2", + "version": "0.6.0", "description": "Next.js integration for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-nuxt/package.json b/packages/domscribe-nuxt/package.json index 25013e0..de69531 100644 --- a/packages/domscribe-nuxt/package.json +++ b/packages/domscribe-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/nuxt", - "version": "0.5.2", + "version": "0.6.0", "description": "Nuxt module for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-overlay/package.json b/packages/domscribe-overlay/package.json index 1c6b665..0e9afbf 100644 --- a/packages/domscribe-overlay/package.json +++ b/packages/domscribe-overlay/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/overlay", - "version": "0.5.2", + "version": "0.6.0", "type": "module", "main": "src/index.ts", "publishConfig": { diff --git a/packages/domscribe-react/package.json b/packages/domscribe-react/package.json index f2418b3..0cdcd5a 100644 --- a/packages/domscribe-react/package.json +++ b/packages/domscribe-react/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/react", - "version": "0.5.2", + "version": "0.6.0", "description": "React adapter for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-relay/package.json b/packages/domscribe-relay/package.json index 8da2d72..fdf8cb9 100644 --- a/packages/domscribe-relay/package.json +++ b/packages/domscribe-relay/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/relay", - "version": "0.5.2", + "version": "0.6.0", "description": "Local relay server and MCP adapter for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-runtime/package.json b/packages/domscribe-runtime/package.json index 45fb936..2bfcaa5 100644 --- a/packages/domscribe-runtime/package.json +++ b/packages/domscribe-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/runtime", - "version": "0.5.2", + "version": "0.6.0", "description": "Browser-side runtime context capture for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-test-fixtures/styling/styled-app/package.json b/packages/domscribe-test-fixtures/styling/styled-app/package.json index 06c035d..77770a6 100644 --- a/packages/domscribe-test-fixtures/styling/styled-app/package.json +++ b/packages/domscribe-test-fixtures/styling/styled-app/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/styling-fixture-styled", - "version": "0.0.0", + "version": "0.6.0", "private": true, "type": "module", "scripts": { diff --git a/packages/domscribe-test-fixtures/styling/tailwind-app/package.json b/packages/domscribe-test-fixtures/styling/tailwind-app/package.json index 900ba9b..e2b6c0c 100644 --- a/packages/domscribe-test-fixtures/styling/tailwind-app/package.json +++ b/packages/domscribe-test-fixtures/styling/tailwind-app/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/styling-fixture-tailwind", - "version": "0.0.0", + "version": "0.6.0", "private": true, "type": "module", "scripts": { diff --git a/packages/domscribe-transform/package.json b/packages/domscribe-transform/package.json index b99ac12..31688a5 100644 --- a/packages/domscribe-transform/package.json +++ b/packages/domscribe-transform/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/transform", - "version": "0.5.2", + "version": "0.6.0", "description": "AST injection of stable element IDs and bundler plugins for Domscribe", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-verify/package.json b/packages/domscribe-verify/package.json index 4b9d5a3..e9a526f 100644 --- a/packages/domscribe-verify/package.json +++ b/packages/domscribe-verify/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/verify", - "version": "0.5.2", + "version": "0.6.0", "description": "Pure-TS visual-snapshot comparator for Domscribe. Lifted verbatim from the RFC 0001 falsifier harness; powers both the test-fixtures suite and the verify_after_edit MCP tool (RFC 0002).", "type": "module", "main": "src/index.ts", diff --git a/packages/domscribe-vue/package.json b/packages/domscribe-vue/package.json index 55afe14..39c1964 100644 --- a/packages/domscribe-vue/package.json +++ b/packages/domscribe-vue/package.json @@ -1,6 +1,6 @@ { "name": "@domscribe/vue", - "version": "0.5.2", + "version": "0.6.0", "description": "Vue adapter for Domscribe", "type": "module", "main": "src/index.ts",