|
1 | 1 | # git status --short |
2 | | -M docs/dev/PLAN_PR.md |
3 | | - M docs/dev/reports/PR_26126_084_asset_manager_v2_manual_validation_notes.md |
4 | | - M docs/dev/reports/PR_26126_084_asset_manager_v2_schema_validation_notes.md |
5 | | - M docs/dev/reports/coverage_changed_js_guardrail.txt |
| 2 | +M docs/dev/reports/coverage_changed_js_guardrail.txt |
6 | 3 | M docs/dev/reports/playwright_v8_coverage_report.txt |
7 | 4 | M tests/playwright/PreviewGeneratorV2Baseline.spec.mjs |
8 | | - M tests/tools/ToolWorkspaceSchemaManifestBoundaries.test.mjs |
9 | | - M tests/validation/samples.curriculum.validation.json |
10 | | - M tests/validation/samples.runtime.validation.report.json |
11 | | - M tests/validation/samples.shared.boundaries.report.json |
12 | 5 | M tools/asset-manager-v2/README.md |
13 | 6 | M tools/asset-manager-v2/index.html |
14 | | - M tools/asset-manager-v2/js/AssetManagerV2App.js |
15 | 7 | M tools/asset-manager-v2/js/assetManagerMetadata.js |
16 | 8 | M tools/asset-manager-v2/js/bootstrap.js |
17 | 9 | M tools/asset-manager-v2/js/controls/AssetFormControl.js |
18 | | - M tools/asset-manager-v2/js/services/AssetSchemaValidator.js |
19 | 10 | M tools/asset-manager-v2/styles/assetManager.css |
20 | | - M tools/schemas/README.md |
21 | | - M tools/schemas/sample.tool-payload.schema.json |
22 | | - M tools/schemas/tools/asset-browser.schema.json |
23 | | -?? docs/dev/reports/PR_26126_084_asset_manager_v2_path_normalization_notes.md |
24 | | -?? tools/schemas/samples/ |
| 11 | +?? docs/dev/reports/PR_26126_085_asset_manager_v2_manual_validation_notes.md |
| 12 | +?? docs/dev/reports/PR_26126_085_asset_manager_v2_schema_validation_notes.md |
| 13 | +?? docs/dev/reports/PR_26126_085_asset_manager_v2_ui_control_notes.md |
25 | 14 |
|
26 | 15 | # git ls-files --others --exclude-standard |
27 | | -docs/dev/reports/PR_26126_084_asset_manager_v2_path_normalization_notes.md |
28 | | -tools/schemas/samples/sample.tool-payload.schema.json |
| 16 | +docs/dev/reports/PR_26126_085_asset_manager_v2_manual_validation_notes.md |
| 17 | +docs/dev/reports/PR_26126_085_asset_manager_v2_schema_validation_notes.md |
| 18 | +docs/dev/reports/PR_26126_085_asset_manager_v2_ui_control_notes.md |
29 | 19 |
|
30 | 20 | # git diff --stat |
31 | | -docs/dev/PLAN_PR.md | 3 +- |
32 | | - ...084_asset_manager_v2_manual_validation_notes.md | 21 +-- |
33 | | - ...084_asset_manager_v2_schema_validation_notes.md | 26 ++-- |
34 | | - docs/dev/reports/coverage_changed_js_guardrail.txt | 19 +-- |
35 | | - docs/dev/reports/playwright_v8_coverage_report.txt | 47 ++----- |
36 | | - .../playwright/PreviewGeneratorV2Baseline.spec.mjs | 134 +++++++++++++------ |
37 | | - .../ToolWorkspaceSchemaManifestBoundaries.test.mjs | 2 +- |
38 | | - .../validation/samples.curriculum.validation.json | 2 +- |
39 | | - .../samples.runtime.validation.report.json | 2 +- |
40 | | - .../samples.shared.boundaries.report.json | 2 +- |
41 | | - tools/asset-manager-v2/README.md | 2 +- |
42 | | - tools/asset-manager-v2/index.html | 70 +--------- |
43 | | - tools/asset-manager-v2/js/AssetManagerV2App.js | 12 ++ |
44 | | - tools/asset-manager-v2/js/assetManagerMetadata.js | 130 ++++++++++++++++++- |
45 | | - tools/asset-manager-v2/js/bootstrap.js | 9 +- |
46 | | - .../js/controls/AssetFormControl.js | 144 +++++++++++++-------- |
47 | | - .../js/services/AssetSchemaValidator.js | 15 +-- |
48 | | - tools/asset-manager-v2/styles/assetManager.css | 47 ++----- |
49 | | - tools/schemas/README.md | 3 +- |
50 | | - tools/schemas/sample.tool-payload.schema.json | 83 +----------- |
51 | | - tools/schemas/tools/asset-browser.schema.json | 1 + |
52 | | - 21 files changed, 393 insertions(+), 381 deletions(-) |
| 21 | +docs/dev/reports/coverage_changed_js_guardrail.txt | 5 +- |
| 22 | + docs/dev/reports/playwright_v8_coverage_report.txt | 16 +++--- |
| 23 | + .../playwright/PreviewGeneratorV2Baseline.spec.mjs | 55 ++++++++++++------- |
| 24 | + tools/asset-manager-v2/README.md | 2 +- |
| 25 | + tools/asset-manager-v2/index.html | 46 ++++++++++++---- |
| 26 | + tools/asset-manager-v2/js/assetManagerMetadata.js | 20 +++++-- |
| 27 | + tools/asset-manager-v2/js/bootstrap.js | 2 +- |
| 28 | + .../js/controls/AssetFormControl.js | 62 +++++++++++++++------- |
| 29 | + tools/asset-manager-v2/styles/assetManager.css | 41 +++++++++++++- |
| 30 | + 9 files changed, 181 insertions(+), 68 deletions(-) |
0 commit comments