Plan PPBR export reporting

This commit is contained in:
2026-06-05 09:49:32 +02:00
parent fcc0e577b8
commit f225a81ec4
8 changed files with 50 additions and 10 deletions

View File

@@ -1039,8 +1039,10 @@ success messages while retained execution remains tracked under `DEBT-0044`.
through the app-core brush package export executor and
`src/legacy_brush_package_export_services.*`, preserving dialog metadata
collection, legacy `Image` header ownership, desktop worker-thread export,
mobile/Web save completion, `NodePanelBrushPreset::export_ppbr`, and existing
success messages while retained execution remains tracked under `DEBT-0047`.
mobile/Web save completion, and `NodePanelBrushPreset::export_ppbr` while
export success-dialog metadata now comes from `pp_app_core` and is exposed by
`pano_cli plan-brush-package-export`. Retained execution remains tracked under
`DEBT-0047`.
PPBR package header validation and export target/data-directory planning now
live in `pp_assets::brush_package` and are exercised by
`pp_assets_brush_package_tests` plus `pano_cli plan-brush-package-export`.