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
- Updated `tools/schemas/workspace.manifest.schema.json` so generated Workspace Manager V2 manifests require `tools.palette-manager-v2` and `tools.asset-manager-v2`.
7
+
- Updated Asset Manager V2 schema loading and validation messages from `asset-browser.schema.json` to `asset-manager-v2.schema.json`.
8
+
- Updated Workspace Manager V2 generated JSON and tests to reject old generated `palette-browser`/`asset-browser` tool keys.
9
+
- Updated visible V2 registry/shell naming for Asset Manager V2 and Palette Manager V2 where this lane directly references them.
10
+
- Preview Generator V2 remains under its existing `preview-generator-v2` tool ID and dedicated Playwright spec path; this lane only revalidated that reference through `test:workspace-v2`.
11
+
- Deprecated `tools/workspace-v2` was not modified.
Copy file name to clipboardExpand all lines: tools/asset-manager-v2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Asset Manager V2
2
2
3
-
Asset Manager V2 is an asset-only First-Class Tool V2 surface. It creates and validates audio, color, data, font, image, localization, shader, and video entries against `tools/schemas/tools/asset-browser.schema.json`.
3
+
Asset Manager V2 is an asset-only First-Class Tool V2 surface. It creates and validates audio, color, data, font, image, localization, shader, and video entries against `tools/schemas/tools/asset-manager-v2.schema.json`.
4
4
5
5
The Type radios choose the asset type before picking an asset. File-backed types use the selected type's accept filter, preserve the selected path filename exactly from the project root, default the role from the selected type, and persist only schema-valid `path`, `type`, `kind`, `role`, and `source` metadata. Color assets use only active Workspace Manager V2 palette swatches and persist schema-valid palette color metadata. The visible Assets list and Output Summary use compact `id`, `type`, `kind`, `role`, and `path` display fields. The tool has no dependency on the legacy asset browsing implementation and does not discover or enumerate all tools. In Workspace Manager V2 launch mode, validated entries are written only to the canonical `tools.asset-manager-v2.assets` schema location in the workspace manifest context.
0 commit comments