foundry-design-protocol 0.2.0-beta.7 → 0.2.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@ Foundry is a local-first precision design workbench for Codex, Cursor, and Claud
6
6
 
7
7
  Foundry is distributed through npm, so testers do not need GitHub access.
8
8
 
9
- > **Current public beta:** `0.2.0-beta.7`. Install Foundry with the `@beta` tag. The unqualified npm `latest` tag still points to an earlier beta and is not the current testing channel.
9
+ > **Current public beta:** `0.2.0-beta.8`. Install Foundry with the `@beta` tag. The unqualified npm `latest` tag still points to an earlier beta and is not the current testing channel.
10
10
 
11
11
  Full documentation is available at [withfoundry.ai](https://withfoundry.ai).
12
12
 
@@ -82,7 +82,8 @@ Foundry remains local-first. Installing the plugin does not create an account, e
82
82
 
83
83
  ## Current capabilities
84
84
 
85
- - Measured browser selection with overlap cycling, parent/child traversal, hover previews, and an isolated Shadow DOM inspector
85
+ - A dedicated local design workspace with a live product canvas, equal Layers and Inspector docks, and a direct-overlay fallback when a product blocks framing
86
+ - Measured browser selection with overlap cycling, parent/child traversal, hover previews, and isolated Shadow DOM canvas instrumentation
86
87
  - A searchable, collapsible, virtualized live layer hierarchy with mapped-source context, Shadow DOM traversal, drag reordering, and selection persistence across HMR
87
88
  - Multi-selection, measured spacing annotations, sibling-aware resize snapping, keyboard nudging, alignment, distribution, and preview undo/redo
88
89
  - A revisioned local design graph for CSS tokens, components, Storybook variants, breakpoints, themes, states, and motion presets
@@ -94,7 +95,7 @@ Foundry remains local-first. Installing the plugin does not create an account, e
94
95
  - Design Health scans for contrast, overflow and clipping, touch targets, accessible names, reduced-motion coverage, and project spacing consistency, with evidence, intentional-issue ignores, and safe corrections routed into review
95
96
  - An in-app state workbench with real viewport frames, theme switching, forced interaction states, motion controls, and contextual verification
96
97
  - Persistent, coalescing change ledger with JSON and consolidated prompt export
97
- - Compact in-preview review with editable approved batches and unresolved-target blocking
98
+ - Center-workspace review with editable approved batches, grouped targets, and unresolved-target blocking
98
99
  - Persistent Apply with agent runs across Codex, Cursor, and Claude Code through MCP
99
100
  - Leased agent handoffs that safely return abandoned or interrupted claims to the queue
100
101
  - Live source, rebuild, validation, retry, and rendered-verification progress
@@ -132,7 +133,7 @@ The runtime binds to `127.0.0.1:4387`. Inspector preview changes remain temporar
132
133
  - `packages/react-native-adapter`: React Native debug bridge
133
134
  - `packages/mcp-server`: agent tools backed by the runtime
134
135
  - `packages/swiftui-adapter`: Swift package for inspectable SwiftUI views
135
- - `apps/inspector`: session dashboard and review surface
136
+ - `apps/inspector`: authenticated local design workspace, canvas shell, and review surface
136
137
  - `examples/web-fixture`: end-to-end browser fixture
137
138
 
138
139
  ## Safety model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-design-protocol",
3
- "version": "0.2.0-beta.7",
3
+ "version": "0.2.0-beta.8",
4
4
  "description": "Versioned Foundry design-change schemas and prompt rendering",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",