foundry-design-react-native-adapter 0.2.0-beta.6 → 0.2.0-beta.7
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.
- package/README.md +3 -1
- 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.
|
|
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.
|
|
10
10
|
|
|
11
11
|
Full documentation is available at [withfoundry.ai](https://withfoundry.ai).
|
|
12
12
|
|
|
@@ -96,7 +96,9 @@ Foundry remains local-first. Installing the plugin does not create an account, e
|
|
|
96
96
|
- Persistent, coalescing change ledger with JSON and consolidated prompt export
|
|
97
97
|
- Compact in-preview review with editable approved batches and unresolved-target blocking
|
|
98
98
|
- Persistent Apply with agent runs across Codex, Cursor, and Claude Code through MCP
|
|
99
|
+
- Leased agent handoffs that safely return abandoned or interrupted claims to the queue
|
|
99
100
|
- Live source, rebuild, validation, retry, and rendered-verification progress
|
|
101
|
+
- Rendered verification that resumes after refresh and does not depend on Review remaining open
|
|
100
102
|
- Local MCP bridge for agent access
|
|
101
103
|
- Debug adapters for web, SwiftUI, and React Native on iOS Simulator
|
|
102
104
|
- Verification records that compare requested and rendered values
|