foundry-design-web-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.
- package/README.md +9 -3
- package/THIRD_PARTY_NOTICES.md +11 -11
- package/dist/adapter.js +2000 -911
- package/dist/index.d.ts.map +1 -1
- package/dist/keyline-icons.d.ts +9 -0
- package/dist/keyline-icons.d.ts.map +1 -0
- package/dist/review.d.ts +2 -0
- package/dist/review.d.ts.map +1 -1
- package/dist/ui-foundations.d.ts +8 -0
- package/dist/ui-foundations.d.ts.map +1 -0
- package/dist/workspace.d.ts +56 -0
- package/dist/workspace.d.ts.map +1 -0
- package/package.json +2 -2
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
|
|
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
|
-
|
|
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/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
# Third-party notices
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Keyline Icons
|
|
4
4
|
|
|
5
|
-
Foundry Design Control uses icons from
|
|
5
|
+
Foundry Design Control uses icons from [Keyline Icons](https://icon-sets.iconify.design/keyline-icons/), distributed through Iconify's `@iconify-icons/keyline-icons` package.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Keyline Icons is licensed under the MIT License.
|
|
8
8
|
|
|
9
|
-
Copyright (c) 2026
|
|
9
|
+
Copyright (c) 2026 Keyline Icons
|
|
10
10
|
|
|
11
|
-
Permission to use, copy, modify,
|
|
11
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
## beUI File Tree
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
The Foundry Layers interaction adapts motion and keyboard-navigation patterns from the [beUI File Tree](https://beui.dev/components/motion/file-tree).
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
beUI is licensed under the MIT License.
|
|
22
22
|
|
|
23
|
-
Copyright (c)
|
|
23
|
+
Copyright (c) 2026 Saurabh Chauhan
|
|
24
24
|
|
|
25
25
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
26
26
|
|