forgecad 0.10.2 → 0.10.4
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 +7 -6
- package/dist/assets/{AdminPage-CHY6ZN-p.js → AdminPage-B3L3W1Uo.js} +1 -1
- package/dist/assets/{BenchmarkPage-BcRT5iGN.js → BenchmarkPage-DXKVXMrJ.js} +2 -2
- package/dist/assets/{BlogPage-BssBbnb-.js → BlogPage-B7BWxOCg.js} +1 -1
- package/dist/assets/{DocsPage-DsvdiRNK.js → DocsPage-BPGGwht1.js} +28 -48
- package/dist/assets/{EditorApp-Bfd3jbtC.js → EditorApp-BWUGCdD5.js} +183 -21
- package/dist/assets/{EditorApp-BpjZgzk0.css → EditorApp-C5f24ZN9.css} +8 -0
- package/dist/assets/{EmbedViewer-D5t8WamV.js → EmbedViewer-DygByZS2.js} +2 -2
- package/dist/assets/{LandingPageProofDriven-DbN7o-Be.js → LandingPageProofDriven-BoVE7JGY.js} +54 -36
- package/dist/assets/{LegalPage-DNGrrY0p.js → LegalPage-Din8wv8d.js} +2 -2
- package/dist/assets/{PricingPage-Nczr3pRz.js → PricingPage-C2PMzmDc.js} +2 -2
- package/dist/assets/{SettingsPage-DZlyu4d4.js → SettingsPage-BlJDCRe8.js} +1 -1
- package/dist/assets/{app-C9ct2hRD.js → app-BsRYSfxY.js} +2264 -6259
- package/dist/assets/{backendInit-ymjonyQp.js → backendInit-6C0DLgH0.js} +8290 -2136
- package/dist/assets/cli/{render-B_0lQwKU.js → render-XXol_ET7.js} +822 -105
- package/dist/assets/{constructionHistoryWorker-CZ42Dksy.js → constructionHistoryWorker-cTHWRJEi.js} +699 -284
- package/dist/assets/{evalWorker-C2pm8LHP.js → evalWorker-BssDYW9u.js} +2559 -1330
- package/dist/assets/{forgecad_geometry-BlMtqluF.js → forgecad_geometry-CZ_IfuvA.js} +1 -9
- package/dist/assets/{forgecad_geometry_bg-BllP_WiL.wasm → forgecad_geometry_bg-C3rQHfwg.wasm} +0 -0
- package/dist/assets/{inspectWorker-D5T5VbfK.js → inspectWorker-ymhBV4Ll.js} +6254 -671
- package/dist/assets/{jointPose-4r8ed8_5.js → jointPose-B0blBj9A.js} +1 -1
- package/dist/assets/{landing-proof-driven-ORyigZ6p.css → landing-proof-driven-Cpf-MIbI.css} +73 -13
- package/dist/assets/{manifold-5PP1eGLN.js → manifold-B_7QXpGB.js} +1 -1
- package/dist/assets/{manifold-DjBkyIc8.js → manifold-CNShmpEJ.js} +1 -1
- package/dist/assets/{manifold-C4r6B-XY.js → manifold-CYlIm-M6.js} +2 -2
- package/dist/assets/{reportWorker-CwenM7wB.js → reportWorker-Cb5eyM7D.js} +2485 -1275
- package/dist/cli/render.html +1 -1
- package/dist/docs/index.html +2 -2
- package/dist/docs-raw/AI/usage.md +17 -17
- package/dist/docs-raw/CLI.md +9 -7
- package/dist/docs-raw/README.md +1 -1
- package/dist/docs-raw/component-model.md +2 -2
- package/dist/docs-raw/generated/assembly.md +1 -1
- package/dist/docs-raw/generated/concepts.md +10 -4
- package/dist/docs-raw/generated/core.md +96 -1
- package/dist/docs-raw/generated/curves.md +8 -1
- package/dist/docs-raw/generated/output.md +0 -64
- package/dist/docs-raw/generated/runtime-names.md +6 -6
- package/dist/docs-raw/generated/viewport.md +3 -12
- package/dist/docs-raw/guides/inspection-bundles.md +1 -1
- package/dist/docs-raw/simulation-workflow.md +58 -0
- package/{dist-skill/website/skills/forgecad-make-a-model.md → dist/docs-raw/skills/forgecad-build-model.md} +18 -8
- package/dist/docs-raw/skills/forgecad-design-spec.md +145 -0
- package/dist/docs-raw/skills/{forgecad-model-grader.md → forgecad-grade-model.md} +8 -6
- package/{dist-skill/website/skills/forgecad-visual-spec.md → dist/docs-raw/skills/forgecad-image-prompt.md} +7 -7
- package/dist/docs-raw/skills/{forgecad-render-inspect.md → forgecad-inspect-model.md} +6 -6
- package/{dist-skill/website/skills/forgecad-project.md → dist/docs-raw/skills/forgecad-project-sync.md} +5 -5
- package/{dist-skill/website/skills/forgecad-3d-reconstruction.md → dist/docs-raw/skills/forgecad-reconstruct-cad-file.md} +7 -7
- package/dist/docs-raw/skills/{forgecad-image-replicator.md → forgecad-reconstruct-from-images.md} +12 -12
- package/dist/docs-raw/skills/forgecad-verify-mujoco.md +78 -0
- package/dist/docs-raw/skills/forgecad.md +24 -24
- package/dist/docs-raw/skills/index.md +9 -13
- package/dist/index.html +9 -9
- package/dist/llms.txt +7 -7
- package/dist/sitemap.xml +16 -16
- package/dist-cli/{check-compiler-SP7FAL7R.js → check-compiler-4RPB6SB5.js} +1 -1
- package/dist-cli/{check-query-propagation-BRLSHP22.js → check-query-propagation-KN3DFQTX.js} +1 -1
- package/dist-cli/{chunk-RQQ42YCP.js → chunk-UHBRMYA6.js} +30770 -29253
- package/dist-cli/forgecad.js +3277 -237
- package/dist-cli/{forgecad_geometry-7TVSNVUB.js → forgecad_geometry-2IMYCUWW.js} +0 -8
- package/dist-cli/forgecad_geometry_bg.wasm +0 -0
- package/dist-skill/CONTEXT.md +111 -73
- package/dist-skill/SKILL.md +1 -1
- package/dist-skill/docs/CLI.md +9 -7
- package/dist-skill/docs/generated/assembly.md +1 -1
- package/dist-skill/docs/generated/core.md +96 -1
- package/dist-skill/docs/generated/curves.md +8 -1
- package/dist-skill/docs/generated/output.md +0 -64
- package/dist-skill/docs/generated/runtime-names.md +6 -6
- package/dist-skill/docs/generated/viewport.md +3 -12
- package/dist-skill/docs/guides/inspection-bundles.md +1 -1
- package/dist-skill/library/README.md +9 -13
- package/dist-skill/library/{forgecad-make-a-model → forgecad-build-model}/SKILL.md +16 -6
- package/dist-skill/library/forgecad-design-spec/SKILL.md +132 -0
- package/dist-skill/library/{forgecad-prepare-prompt → forgecad-design-spec}/references/master-prompt.md +1 -1
- package/dist-skill/library/{forgecad-model-grader → forgecad-grade-model}/SKILL.md +6 -4
- package/dist-skill/library/forgecad-grade-model/agents/openai.yaml +4 -0
- package/dist-skill/library/{forgecad-visual-spec → forgecad-image-prompt}/SKILL.md +5 -5
- package/dist-skill/library/forgecad-image-prompt/agents/openai.yaml +4 -0
- package/dist-skill/library/{forgecad-render-inspect → forgecad-inspect-model}/SKILL.md +4 -4
- package/dist-skill/library/{forgecad-project → forgecad-project-sync}/SKILL.md +3 -3
- package/dist-skill/library/{forgecad-3d-reconstruction → forgecad-reconstruct-cad-file}/SKILL.md +5 -5
- package/dist-skill/library/forgecad-reconstruct-cad-file/agents/openai.yaml +4 -0
- package/dist-skill/library/{forgecad-image-replicator → forgecad-reconstruct-from-images}/SKILL.md +10 -10
- package/dist-skill/library/forgecad-reconstruct-from-images/agents/openai.yaml +4 -0
- package/dist-skill/library/forgecad-verify-mujoco/SKILL.md +66 -0
- package/dist-skill/library/forgecad-verify-mujoco/scripts/mujoco_verify.py +385 -0
- package/{dist/docs-raw/skills/forgecad-make-a-model.md → dist-skill/website/skills/forgecad-build-model.md} +18 -8
- package/dist-skill/website/skills/forgecad-design-spec.md +145 -0
- package/dist-skill/website/skills/{forgecad-model-grader.md → forgecad-grade-model.md} +8 -6
- package/{dist/docs-raw/skills/forgecad-visual-spec.md → dist-skill/website/skills/forgecad-image-prompt.md} +7 -7
- package/dist-skill/website/skills/{forgecad-render-inspect.md → forgecad-inspect-model.md} +6 -6
- package/{dist/docs-raw/skills/forgecad-project.md → dist-skill/website/skills/forgecad-project-sync.md} +5 -5
- package/{dist/docs-raw/skills/forgecad-3d-reconstruction.md → dist-skill/website/skills/forgecad-reconstruct-cad-file.md} +7 -7
- package/dist-skill/website/skills/{forgecad-image-replicator.md → forgecad-reconstruct-from-images.md} +12 -12
- package/dist-skill/website/skills/forgecad-verify-mujoco.md +78 -0
- package/dist-skill/website/skills/forgecad.md +24 -24
- package/dist-skill/website/skills/index.md +9 -13
- package/examples/analysis/clearance-fit.forge.js +31 -0
- package/examples/analysis/lever-arm-actuator.forge.js +43 -0
- package/examples/analysis/tipping-tripod.forge.js +35 -0
- package/examples/api/texture-projection.forge.js +75 -0
- package/examples/assets/uv-grid.png +0 -0
- package/examples/products/sportscar.forge.js +77 -0
- package/package.json +1 -3
- package/dist/docs-raw/skills/forgecad-blockout-model.md +0 -49
- package/dist/docs-raw/skills/forgecad-component-model.md +0 -53
- package/dist/docs-raw/skills/forgecad-high-level-spec.md +0 -101
- package/dist/docs-raw/skills/forgecad-lld.md +0 -41
- package/dist/docs-raw/skills/forgecad-prepare-prompt.md +0 -63
- package/dist/docs-raw/skills/forgecad-reconstruction-benchmark.md +0 -60
- package/dist-skill/library/forgecad-3d-reconstruction/agents/openai.yaml +0 -4
- package/dist-skill/library/forgecad-blockout-model/SKILL.md +0 -42
- package/dist-skill/library/forgecad-component-model/SKILL.md +0 -46
- package/dist-skill/library/forgecad-high-level-spec/SKILL.md +0 -94
- package/dist-skill/library/forgecad-image-replicator/agents/openai.yaml +0 -4
- package/dist-skill/library/forgecad-lld/SKILL.md +0 -34
- package/dist-skill/library/forgecad-model-grader/agents/openai.yaml +0 -4
- package/dist-skill/library/forgecad-prepare-prompt/SKILL.md +0 -50
- package/dist-skill/library/forgecad-reconstruction-benchmark/SKILL.md +0 -48
- package/dist-skill/library/forgecad-reconstruction-benchmark/agents/openai.yaml +0 -4
- package/dist-skill/library/forgecad-visual-spec/agents/openai.yaml +0 -4
- package/dist-skill/website/skills/forgecad-blockout-model.md +0 -49
- package/dist-skill/website/skills/forgecad-component-model.md +0 -53
- package/dist-skill/website/skills/forgecad-high-level-spec.md +0 -101
- package/dist-skill/website/skills/forgecad-lld.md +0 -41
- package/dist-skill/website/skills/forgecad-prepare-prompt.md +0 -63
- package/dist-skill/website/skills/forgecad-reconstruction-benchmark.md +0 -60
- /package/dist/assets/{landing-proof-driven-DiGqdtWa.js → landing-proof-driven-BxZZh5r5.js} +0 -0
- /package/dist-skill/library/{forgecad-prepare-prompt → forgecad-design-spec}/references/default-profiles.md +0 -0
- /package/dist-skill/library/{forgecad-render-inspect → forgecad-inspect-model}/summarize_manifest.py +0 -0
- /package/dist-skill/library/{forgecad-image-replicator → forgecad-reconstruct-from-images}/scripts/compare_images.py +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!-- Generated by scripts/build-forgecad-skill.mjs — do not edit. Edit docs/
|
|
1
|
+
<!-- Generated by scripts/build-forgecad-skill.mjs — do not edit. Edit docs/skill/ instead. -->
|
|
2
2
|
|
|
3
3
|
# forgecad
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ ForgeCAD model authoring, editing, debugging, and execution guidance for .forge.
|
|
|
7
7
|
| Field | Value |
|
|
8
8
|
| --- | --- |
|
|
9
9
|
| Installed by | `forgecad skill install` |
|
|
10
|
-
| Source | Generated from `docs/
|
|
10
|
+
| Source | Generated from `docs/skill/` by `scripts/build-forgecad-skill.mjs` |
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
@@ -18,9 +18,9 @@ Author or modify ForgeCAD models, sketches, assemblies, and CLI workflows. Prefe
|
|
|
18
18
|
### Workflow
|
|
19
19
|
|
|
20
20
|
1. Identify the artifact: `.forge.js`, SVG asset, or CLI/export task.
|
|
21
|
-
2. **If the model has any moving parts, load the `assembly` group and `docs/
|
|
21
|
+
2. **If the model has any moving parts, load the `assembly` group and `docs/skill/guides/joint-design.md` upfront** — do not defer the kinematic structure to a refactor pass.
|
|
22
22
|
3. Load only the docs the task needs (see Source Map below). Start from the top group, add others as needed, and prefer these docs and recipes over ad-hoc repo examples.
|
|
23
|
-
4. If any two parts are intended to touch or mate in the final model, load `docs/
|
|
23
|
+
4. If any two parts are intended to touch or mate in the final model, load `docs/skill/guides/positioning.md` immediately and default to connectors + `matchTo()`.
|
|
24
24
|
5. Default to a concrete first pass — easy iteration beats speculative design review.
|
|
25
25
|
6. If an existing model is broken, replace the weak structure rather than preserving bad architecture.
|
|
26
26
|
7. Validate with `forgecad run <file>` (add `--debug-imports` for import chain issues; pass `--backend manifold|occt|truck` when the backend matters).
|
|
@@ -46,77 +46,77 @@ Load groups top-to-bottom, stopping when you have what the task needs.
|
|
|
46
46
|
|
|
47
47
|
Execution model, colors, coordinate system, primitives, booleans, patterns, imports, parameters, topology, edge queries.
|
|
48
48
|
|
|
49
|
-
- `docs/
|
|
50
|
-
- `docs/
|
|
51
|
-
- `docs/
|
|
49
|
+
- `docs/skill/API/core/concepts.md`
|
|
50
|
+
- `docs/skill/generated/runtime-names.md`
|
|
51
|
+
- `docs/skill/generated/core.md`
|
|
52
52
|
|
|
53
53
|
#### 2. Static Assembly and Positioning (for any multi-part model)
|
|
54
54
|
|
|
55
55
|
Axis conventions, winding rules, and placement strategy. If parts should touch in the final model, read this group before writing placement code. Connectors + `matchTo()` are the default for mating interfaces; raw `translate()` and `rotate()` are for free offsets, not assembly contracts.
|
|
56
56
|
|
|
57
|
-
- `docs/
|
|
58
|
-
- `docs/
|
|
57
|
+
- `docs/skill/guides/coordinate-system.md`
|
|
58
|
+
- `docs/skill/guides/positioning.md`
|
|
59
59
|
|
|
60
60
|
#### 3. Sketch APIs
|
|
61
61
|
|
|
62
62
|
2D construction, transforms, booleans, paths, on-face sketching, extrusion, anchors, text, regions.
|
|
63
63
|
|
|
64
|
-
- `docs/
|
|
64
|
+
- `docs/skill/generated/sketch.md`
|
|
65
65
|
|
|
66
66
|
#### 4. Curves and Surfacing (for lofts, sweeps, splines)
|
|
67
67
|
|
|
68
68
|
Smooth curves, Hermite splines, lofted and swept solids. For straps, inlays, guards, brace members, vents, or physical bands that live on a carrier surface, use `Carrier` + `SurfaceBody` surface-member primitives before reaching for `variableSweep`, SDF sculpting, or manual boolean overlap recipes.
|
|
69
69
|
|
|
70
|
-
- `docs/
|
|
71
|
-
- `docs/
|
|
70
|
+
- `docs/skill/guides/surface-members.md`
|
|
71
|
+
- `docs/skill/generated/curves.md`
|
|
72
72
|
|
|
73
73
|
#### 5. Assemblies and Mechanisms (for joints or kinematics)
|
|
74
74
|
|
|
75
|
-
Assembly graph, joint types, couplings, validation,
|
|
75
|
+
Assembly graph, joint types, couplings, validation, and simulation export.
|
|
76
76
|
|
|
77
|
-
- `docs/
|
|
77
|
+
- `docs/skill/generated/assembly.md`
|
|
78
78
|
|
|
79
79
|
#### 6. Sheet Metal (for bent parts, K-factor, flat patterns)
|
|
80
80
|
|
|
81
81
|
Bend operations, flat pattern unfolding, K-factor configuration.
|
|
82
82
|
|
|
83
|
-
- `docs/
|
|
83
|
+
- `docs/skill/generated/sheet-metal.md`
|
|
84
84
|
|
|
85
85
|
#### 7. Output and Export (for STL/3MF/STEP, BOM, dimensions)
|
|
86
86
|
|
|
87
87
|
Mesh export, exact geometry export, bill of materials, dimension annotations.
|
|
88
88
|
|
|
89
|
-
- `docs/
|
|
89
|
+
- `docs/skill/generated/output.md`
|
|
90
90
|
|
|
91
91
|
#### 8. Toolbox (fasteners and standard parts)
|
|
92
92
|
|
|
93
93
|
Parametric bolts, nuts, washers, standard hardware, gears, pipes, and structural profiles.
|
|
94
94
|
|
|
95
|
-
- `docs/
|
|
96
|
-
- `docs/
|
|
95
|
+
- `docs/skill/generated/lib.md`
|
|
96
|
+
- `docs/skill/generated/wood.md`
|
|
97
97
|
|
|
98
98
|
#### 9. Runtime Viewport APIs (for cut planes, exploded views, hiding, and animation playback)
|
|
99
99
|
|
|
100
100
|
Viewer-only APIs such as cutPlane, explodeView, render labels, comparison references, and runtime display behavior.
|
|
101
101
|
|
|
102
|
-
- `docs/
|
|
102
|
+
- `docs/skill/generated/viewport.md`
|
|
103
103
|
|
|
104
104
|
#### 10. Recipes and Debugging (for patterns and troubleshooting)
|
|
105
105
|
|
|
106
106
|
Modeling patterns, debugging tactics, copyable snippets.
|
|
107
107
|
|
|
108
|
-
- `docs/
|
|
109
|
-
- `docs/
|
|
108
|
+
- `docs/skill/guides/scene-presentation.md`
|
|
109
|
+
- `docs/skill/guides/joint-design.md`
|
|
110
110
|
|
|
111
111
|
#### 11. CLI (for validation/render/export tasks)
|
|
112
112
|
|
|
113
113
|
Test-run, export pipelines, debug flags.
|
|
114
114
|
|
|
115
|
-
- `docs/
|
|
116
|
-
- `docs/
|
|
115
|
+
- `docs/skill/CLI.md`
|
|
116
|
+
- `docs/skill/guides/inspection-bundles.md`
|
|
117
117
|
|
|
118
118
|
#### SDF Modeling (smooth booleans, TPMS, deformations, fromFunction)
|
|
119
119
|
|
|
120
120
|
Primitives, smooth booleans, TPMS lattices, twist/bend/displace, morph, custom functions, gotchas. The doc preamble's precision caution applies to every SDF workflow.
|
|
121
121
|
|
|
122
|
-
- `docs/
|
|
122
|
+
- `docs/skill/generated/sdf.md`
|
|
@@ -11,16 +11,12 @@ forgecad skill install
|
|
|
11
11
|
| Skill | Installed by | Purpose |
|
|
12
12
|
| --- | --- | --- |
|
|
13
13
|
| [forgecad](/docs/skills/forgecad) | `forgecad skill install` | ForgeCAD model authoring, editing, debugging, and execution guidance for .forge.js, SVG-import, assembly, and CLI workflows. Use when building or modifying ForgeCAD geometry, structuring multi-file projects, validating scripts, or using ForgeCAD export/render tooling. |
|
|
14
|
-
| [forgecad-
|
|
15
|
-
| [forgecad-
|
|
16
|
-
| [forgecad-
|
|
17
|
-
| [forgecad-
|
|
18
|
-
| [forgecad-
|
|
19
|
-
| [forgecad-
|
|
20
|
-
| [forgecad-
|
|
21
|
-
| [forgecad-
|
|
22
|
-
| [forgecad-
|
|
23
|
-
| [forgecad-project](/docs/skills/forgecad-project) | `forgecad skill install` | ForgeCAD project CLI workflow — creating, managing, syncing projects and files on forgecad.io. Covers init, push, pull, file operations, member management, publishing, and sharing. |
|
|
24
|
-
| [forgecad-reconstruction-benchmark](/docs/skills/forgecad-reconstruction-benchmark) | `forgecad skill install` | Solve ForgeCAD CAD reconstruction benchmark or RL episodes in a prepared workspace by rebuilding a visible reference asset as readable parametric ForgeCAD in the fixed submission path, using visual and geometric self-checks while respecting sandbox limits. |
|
|
25
|
-
| [forgecad-render-inspect](/docs/skills/forgecad-render-inspect) | `forgecad skill install` | Run and interpret ForgeCAD inspection bundles for model verification. Use when asked to inspect a ForgeCAD model, analyze an inspection bundle, validate collisions, wall thickness, connectivity, floating bodies, sections, masks, depth, normals, or Zebra stripes. |
|
|
26
|
-
| [forgecad-visual-spec](/docs/skills/forgecad-visual-spec) | `forgecad skill install` | Turn a concrete ForgeCAD artifact, build brief, HLD, or existing model into builder-honest image prompts for AI image models. Use when the user wants visual-spec renders that show the final product while keeping mechanisms, seams, hardware, and build cues visible instead of drifting into concept art. |
|
|
14
|
+
| [forgecad-build-model](/docs/skills/forgecad-build-model) | `forgecad skill install` | Build or edit a manufacture-realistic `.forge.js` model in a project, then validate it with run, render, inspect, and export evidence. |
|
|
15
|
+
| [forgecad-design-spec](/docs/skills/forgecad-design-spec) | `forgecad skill install` | Create a ForgeCAD design brief, HLD, or LLD before coding by walking through use, assembly, interfaces, decisions, and verification. |
|
|
16
|
+
| [forgecad-grade-model](/docs/skills/forgecad-grade-model) | `forgecad skill install` | Grade a ForgeCAD or CAD-as-code model against a requirement, brief, prompt, reference, or acceptance criteria with evidence and a 0-10 score. |
|
|
17
|
+
| [forgecad-image-prompt](/docs/skills/forgecad-image-prompt) | `forgecad skill install` | Write builder-honest AI image prompts from a concrete ForgeCAD model, build brief, HLD, or LLD without hiding how the artifact is built. |
|
|
18
|
+
| [forgecad-inspect-model](/docs/skills/forgecad-inspect-model) | `forgecad skill install` | Select, run, and interpret ForgeCAD inspection evidence for collisions, sections, wall thickness, components, masks, depth, normals, surface continuity, and fit. |
|
|
19
|
+
| [forgecad-project-sync](/docs/skills/forgecad-project-sync) | `forgecad skill install` | Manage hosted ForgeCAD project sync from the CLI: init, clone, pull, push, file operations, members, publishing, and shares. |
|
|
20
|
+
| [forgecad-reconstruct-cad-file](/docs/skills/forgecad-reconstruct-cad-file) | `forgecad skill install` | Reconstruct a readable parametric ForgeCAD model from an existing CAD or mesh file such as STL, OBJ, 3MF, STEP, or STP. |
|
|
21
|
+
| [forgecad-reconstruct-from-images](/docs/skills/forgecad-reconstruct-from-images) | `forgecad skill install` | Reconstruct a real parametric ForgeCAD object from reference images by using images as evidence, not as a one-view facade. |
|
|
22
|
+
| [forgecad-verify-mujoco](/docs/skills/forgecad-verify-mujoco) | `forgecad skill install` | Verify a ForgeCAD MJCF export in MuJoCo with dynamics, contacts, controls, joint travel, and rendered evidence before calling it simulation-ready. |
|
package/dist/index.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover" />
|
|
6
|
-
<title>ForgeCAD - AI-Native CAD for
|
|
7
|
-
<meta name="description" content="ForgeCAD
|
|
6
|
+
<title>ForgeCAD - AI-Native CAD for Products, Manufacturing, and Robotics</title>
|
|
7
|
+
<meta name="description" content="ForgeCAD generates editable parametric CAD for real products, manufacturing components, robotics simulation assets, and AI training data with validation evidence and STEP/STL/3MF exports.">
|
|
8
8
|
<meta name="application-name" content="ForgeCAD">
|
|
9
9
|
<meta name="robots" content="index, follow">
|
|
10
10
|
<meta name="theme-color" content="#f3ede4">
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
<!-- Open Graph -->
|
|
19
19
|
<meta property="og:type" content="website">
|
|
20
20
|
<meta property="og:site_name" content="ForgeCAD">
|
|
21
|
-
<meta property="og:title" content="ForgeCAD - AI-Native CAD for
|
|
22
|
-
<meta property="og:description" content="ForgeCAD
|
|
21
|
+
<meta property="og:title" content="ForgeCAD - AI-Native CAD for Products, Manufacturing, and Robotics">
|
|
22
|
+
<meta property="og:description" content="ForgeCAD generates editable parametric CAD for real products, manufacturing components, robotics simulation assets, and AI training data with validation evidence and STEP/STL/3MF exports.">
|
|
23
23
|
<meta property="og:url" content="https://forgecad.io/">
|
|
24
24
|
<meta property="og:image" content="https://forgecad.io/brand/social-card.png">
|
|
25
25
|
<meta property="og:image:width" content="1200">
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
|
|
29
29
|
<!-- Twitter Card -->
|
|
30
30
|
<meta name="twitter:card" content="summary_large_image">
|
|
31
|
-
<meta name="twitter:title" content="ForgeCAD - AI-Native CAD for
|
|
32
|
-
<meta name="twitter:description" content="ForgeCAD
|
|
31
|
+
<meta name="twitter:title" content="ForgeCAD - AI-Native CAD for Products, Manufacturing, and Robotics">
|
|
32
|
+
<meta name="twitter:description" content="ForgeCAD generates editable parametric CAD for products, manufacturing components, robotics assets, and AI training data.">
|
|
33
33
|
<meta name="twitter:image" content="https://forgecad.io/brand/social-card.png">
|
|
34
34
|
<meta name="twitter:image:alt" content="ForgeCAD logo">
|
|
35
35
|
<script type="application/ld+json">
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"name": "ForgeCAD",
|
|
54
54
|
"url": "https://forgecad.io/",
|
|
55
55
|
"publisher": { "@id": "https://forgecad.io/#organization" },
|
|
56
|
-
"description": "AI-native CAD for editable,
|
|
56
|
+
"description": "AI-native CAD for editable physical models, manufacturing components, robotics simulation assets, and AI training data."
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"@type": "SoftwareApplication",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"applicationCategory": "DesignApplication",
|
|
64
64
|
"operatingSystem": "Web, macOS, Windows, Linux",
|
|
65
65
|
"softwareVersion": "0.9.14",
|
|
66
|
-
"description": "AI-native parametric CAD with
|
|
66
|
+
"description": "AI-native parametric CAD with editable source models, CLI validation, inspection evidence, manufacturing exports, and robotics simulation workflows."
|
|
67
67
|
}
|
|
68
68
|
]
|
|
69
69
|
}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
84
84
|
html, body, #root { width: 100%; min-height: 100%; background: var(--fc-bg); color: var(--fc-text); font-family: system-ui, -apple-system, sans-serif; }
|
|
85
85
|
</style>
|
|
86
|
-
<script type="module" crossorigin src="/assets/app-
|
|
86
|
+
<script type="module" crossorigin src="/assets/app-BsRYSfxY.js"></script>
|
|
87
87
|
<link rel="stylesheet" crossorigin href="/assets/app-CjsbDlb7.css">
|
|
88
88
|
</head>
|
|
89
89
|
<body>
|
package/dist/llms.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# ForgeCAD
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> AI-native parametric CAD for real products, manufacturing components, robotics simulation assets, and agent-ready physical design workflows.
|
|
4
4
|
|
|
5
|
-
ForgeCAD turns ordinary `.forge.js` files into live
|
|
5
|
+
ForgeCAD turns ordinary `.forge.js` files into live physical models. Parameters become sliders, scripts return shapes or assemblies, and the same source can be validated, rendered, inspected, and exported for manufacturing, simulation, or generated training data workflows.
|
|
6
6
|
|
|
7
7
|
For coding agents, start with the welcome guide and AI Usage guide, then read the relevant raw Markdown docs and examples before editing model code. Work inside a dedicated ForgeCAD project folder with `forgecad.json`; do not use a home directory, downloads folder, desktop, or broad repository root as the project context. ForgeCAD models use millimeters by default, expose parameters through `Param.*`, and should be verified with `forgecad run`, `forgecad inspect <evidence>`, and `forgecad check params` when shell access is available. Project imports must include the full extension: use `require("./part.forge.js")` for model files and `require("./helpers.js")` for helper modules.
|
|
8
8
|
|
|
9
9
|
## Start Here
|
|
10
10
|
|
|
11
|
-
- [ForgeCAD browser app](https://forgecad.io/): Hosted CAD workbench for editing, previewing, sharing, and publishing parametric models.
|
|
11
|
+
- [ForgeCAD browser app](https://forgecad.io/): Hosted CAD workbench for editing, previewing, sharing, and publishing parametric physical models.
|
|
12
12
|
- [Welcome guide](https://forgecad.io/docs-raw/welcome.md): Project setup, local editor, browser sync, and the first AI loop.
|
|
13
13
|
- [AI-native CAD workflow](https://forgecad.io/docs-raw/AI/ai-native-cad.md): Editable code, validation evidence, manufacturing feedback, and parallel product idea iteration.
|
|
14
14
|
- [AI Usage guide](https://forgecad.io/docs-raw/AI/usage.md): Approved models, project-first agent setup, skills, validation gates, quality prompts, and recording ideas.
|
|
@@ -41,10 +41,10 @@ For coding agents, start with the welcome guide and AI Usage guide, then read th
|
|
|
41
41
|
|
|
42
42
|
- [ForgeCAD modeling skill](https://forgecad.io/docs-raw/skills/forgecad.md): Core agent guidance for authoring, editing, debugging, and validating ForgeCAD geometry.
|
|
43
43
|
- [Skill library index](https://forgecad.io/docs-raw/skills/index.md): Overview of the public agent workflows shipped with ForgeCAD.
|
|
44
|
-
- [
|
|
45
|
-
- [
|
|
46
|
-
- [
|
|
47
|
-
- [
|
|
44
|
+
- [Build model](https://forgecad.io/docs-raw/skills/forgecad-build-model.md): Workflow for creating or editing `.forge.js` models, including assembly discipline and validation.
|
|
45
|
+
- [Design spec](https://forgecad.io/docs-raw/skills/forgecad-design-spec.md): Workflow for turning fuzzy physical artifact requests into concrete briefs, HLDs, and LLDs.
|
|
46
|
+
- [Inspect model](https://forgecad.io/docs-raw/skills/forgecad-inspect-model.md): Workflow for checking collisions, wall thickness, sections, masks, depth, and normals.
|
|
47
|
+
- [Grade model](https://forgecad.io/docs-raw/skills/forgecad-grade-model.md): Workflow for scoring a model against a prompt, brief, reference, or acceptance criteria.
|
|
48
48
|
|
|
49
49
|
## Examples
|
|
50
50
|
|
package/dist/sitemap.xml
CHANGED
|
@@ -2,91 +2,91 @@
|
|
|
2
2
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
3
3
|
<url>
|
|
4
4
|
<loc>https://forgecad.io/</loc>
|
|
5
|
-
<lastmod>2026-06-
|
|
5
|
+
<lastmod>2026-06-15</lastmod>
|
|
6
6
|
<changefreq>weekly</changefreq>
|
|
7
7
|
<priority>1.0</priority>
|
|
8
8
|
</url>
|
|
9
9
|
<url>
|
|
10
10
|
<loc>https://forgecad.io/docs</loc>
|
|
11
|
-
<lastmod>2026-06-
|
|
11
|
+
<lastmod>2026-06-15</lastmod>
|
|
12
12
|
<changefreq>weekly</changefreq>
|
|
13
13
|
<priority>0.8</priority>
|
|
14
14
|
</url>
|
|
15
15
|
<url>
|
|
16
16
|
<loc>https://forgecad.io/docs/ai-native-cad</loc>
|
|
17
|
-
<lastmod>2026-06-
|
|
17
|
+
<lastmod>2026-06-15</lastmod>
|
|
18
18
|
<changefreq>weekly</changefreq>
|
|
19
19
|
<priority>0.9</priority>
|
|
20
20
|
</url>
|
|
21
21
|
<url>
|
|
22
22
|
<loc>https://forgecad.io/docs/ai-usage</loc>
|
|
23
|
-
<lastmod>2026-06-
|
|
23
|
+
<lastmod>2026-06-15</lastmod>
|
|
24
24
|
<changefreq>weekly</changefreq>
|
|
25
25
|
<priority>0.8</priority>
|
|
26
26
|
</url>
|
|
27
27
|
<url>
|
|
28
28
|
<loc>https://forgecad.io/docs/cli</loc>
|
|
29
|
-
<lastmod>2026-06-
|
|
29
|
+
<lastmod>2026-06-15</lastmod>
|
|
30
30
|
<changefreq>weekly</changefreq>
|
|
31
31
|
<priority>0.7</priority>
|
|
32
32
|
</url>
|
|
33
33
|
<url>
|
|
34
34
|
<loc>https://forgecad.io/docs/simready-quickstart</loc>
|
|
35
|
-
<lastmod>2026-06-
|
|
35
|
+
<lastmod>2026-06-15</lastmod>
|
|
36
36
|
<changefreq>weekly</changefreq>
|
|
37
37
|
<priority>0.8</priority>
|
|
38
38
|
</url>
|
|
39
39
|
<url>
|
|
40
40
|
<loc>https://forgecad.io/docs/simulation-workflow</loc>
|
|
41
|
-
<lastmod>2026-06-
|
|
41
|
+
<lastmod>2026-06-15</lastmod>
|
|
42
42
|
<changefreq>weekly</changefreq>
|
|
43
43
|
<priority>0.8</priority>
|
|
44
44
|
</url>
|
|
45
45
|
<url>
|
|
46
|
-
<loc>https://forgecad.io/docs/skills/forgecad-
|
|
47
|
-
<lastmod>2026-06-
|
|
46
|
+
<loc>https://forgecad.io/docs/skills/forgecad-build-model</loc>
|
|
47
|
+
<lastmod>2026-06-15</lastmod>
|
|
48
48
|
<changefreq>weekly</changefreq>
|
|
49
49
|
<priority>0.7</priority>
|
|
50
50
|
</url>
|
|
51
51
|
<url>
|
|
52
52
|
<loc>https://forgecad.io/benchmark</loc>
|
|
53
|
-
<lastmod>2026-06-
|
|
53
|
+
<lastmod>2026-06-15</lastmod>
|
|
54
54
|
<changefreq>weekly</changefreq>
|
|
55
55
|
<priority>0.7</priority>
|
|
56
56
|
</url>
|
|
57
57
|
<url>
|
|
58
58
|
<loc>https://forgecad.io/blog</loc>
|
|
59
|
-
<lastmod>2026-06-
|
|
59
|
+
<lastmod>2026-06-15</lastmod>
|
|
60
60
|
<changefreq>weekly</changefreq>
|
|
61
61
|
<priority>0.6</priority>
|
|
62
62
|
</url>
|
|
63
63
|
<url>
|
|
64
64
|
<loc>https://forgecad.io/pricing</loc>
|
|
65
|
-
<lastmod>2026-06-
|
|
65
|
+
<lastmod>2026-06-15</lastmod>
|
|
66
66
|
<changefreq>monthly</changefreq>
|
|
67
67
|
<priority>0.5</priority>
|
|
68
68
|
</url>
|
|
69
69
|
<url>
|
|
70
70
|
<loc>https://forgecad.io/terms</loc>
|
|
71
|
-
<lastmod>2026-06-
|
|
71
|
+
<lastmod>2026-06-15</lastmod>
|
|
72
72
|
<changefreq>yearly</changefreq>
|
|
73
73
|
<priority>0.3</priority>
|
|
74
74
|
</url>
|
|
75
75
|
<url>
|
|
76
76
|
<loc>https://forgecad.io/privacy</loc>
|
|
77
|
-
<lastmod>2026-06-
|
|
77
|
+
<lastmod>2026-06-15</lastmod>
|
|
78
78
|
<changefreq>yearly</changefreq>
|
|
79
79
|
<priority>0.3</priority>
|
|
80
80
|
</url>
|
|
81
81
|
<url>
|
|
82
82
|
<loc>https://forgecad.io/license</loc>
|
|
83
|
-
<lastmod>2026-06-
|
|
83
|
+
<lastmod>2026-06-15</lastmod>
|
|
84
84
|
<changefreq>yearly</changefreq>
|
|
85
85
|
<priority>0.3</priority>
|
|
86
86
|
</url>
|
|
87
87
|
<url>
|
|
88
88
|
<loc>https://forgecad.io/blog/hello-forgecad-io</loc>
|
|
89
|
-
<lastmod>2026-06-
|
|
89
|
+
<lastmod>2026-06-15</lastmod>
|
|
90
90
|
<changefreq>monthly</changefreq>
|
|
91
91
|
<priority>0.5</priority>
|
|
92
92
|
</url>
|