You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ product and `models/` as the shared fixture/artifact area.
45
45
one-off, or local-only helper scripts there; use `tmp/` or `/tmp` instead.
46
46
-`viewer/`, `packages` are the source of truth for CAD Viewer and shared CAD runtime behavior. Duplicate files under skills such as `skills/cad-viewer/scripts/viewer`, `skills/cad-viewer/scripts/packages/`, `skills/cad/scripts/packages/`, and snapshot runtimes are generated copies that should not be edited.
47
47
- When changing skill behavior that uses `packages/cadjs`, `packages/cadpy`, or `skills/cad-viewer/scripts/viewer`, edit the root source in `packages/*` or `viewer/*`, then rebuild the generated skill copies. Never patch the copies as the lasting fix.
48
-
-`plugins/cad/skills/` is a generated, materialized plugin package copy of
48
+
-`plugins/cad/skills/` is a generated production plugin package copy of
49
49
the root `skills/` sources. Edit `skills/*` first, then run
50
50
`scripts/build/build-plugin.sh` to refresh the plugin copy; do not hand-edit
51
51
plugin skill copies.
@@ -59,7 +59,7 @@ product and `models/` as the shared fixture/artifact area.
59
59
- Keep release versioning in lockstep: the git tag, plugin manifests and
0 commit comments