foundry-design-react-native-adapter 0.2.0-beta.1 → 0.2.0-beta.3

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 +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,19 @@ Foundry is a local-first precision design workbench for Codex, Cursor, and Claud
4
4
 
5
5
  ## Beta installation
6
6
 
7
- Foundry `0.2.0-beta.1` is the first shareable beta. From the project you want to inspect, run:
7
+ Foundry is distributed through npm, so testers do not need access to the private GitHub repository. From the project you want to inspect, run:
8
8
 
9
9
  ```bash
10
10
  npx foundry-design@beta setup
11
11
  ```
12
12
 
13
- Setup detects the platform, framework, package manager, development command, and installed coding agents. It previews every file it will manage, adds development-only instrumentation for supported web frameworks, configures the selected MCP clients, and records a reversible install manifest.
13
+ Setup detects the platform, framework, package manager, development command, and installed coding agents. It previews every file it will manage, adds development-only instrumentation for supported web frameworks, installs the Foundry skill for Codex, Cursor, or Claude Code, configures the selected MCP clients, and records a reversible install manifest.
14
+
15
+ Restart the coding agent after setup, then ask:
16
+
17
+ ```text
18
+ Start Foundry for this project.
19
+ ```
14
20
 
15
21
  Then start a session with:
16
22
 
@@ -26,7 +32,7 @@ npx foundry-design@beta uninstall
26
32
 
27
33
  Supported automatic web integration currently includes Next.js App Router, Vite, and plain HTML. Generic web, SwiftUI, and React Native projects receive explicit setup guidance when a safe automatic edit is not available.
28
34
 
29
- Codex, Cursor, and Claude Code users can alternatively install the bundled plugin from this repository. The plugin contains the Foundry skill and MCP server definition, so project setup uses `--agent none` and does not create duplicate MCP configuration.
35
+ The repository also contains a portable plugin bundle for future marketplace distribution. The npm setup above is the public beta installation path.
30
36
 
31
37
  The beta supports Node.js 20 or newer. Read [Privacy](PRIVACY.md), [Security](SECURITY.md), and the [beta changelog](CHANGELOG.md) before using it with sensitive work.
32
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-design-react-native-adapter",
3
- "version": "0.2.0-beta.1",
3
+ "version": "0.2.0-beta.3",
4
4
  "description": "React Native adapter for Foundry Design Control",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",