fluxa-core/tests
KhooLy 90d13d9983 Consolidate addon resource parse+plan into a single core call
Extracts parse_addon_body (returns a ParsedAddonBody enum instead of
always serializing to a JSON string) so the existing three-hop path
(parseAddonResourceResult -> wrapAddonResourceResponse ->
resourceParsePlan, still used by subtitles.ts) and the new single-call
parseAndPlanAddonResource share the same parsing logic instead of
duplicating error-envelope construction.

Removes the now-redundant wrapAddonResourceResponse FFI method. Tests
assert the combined call produces byte-identical output to the old
three-step pipeline.

Pairs with fluxa-desktop's matching addonManifest.ts/fetchPlanning.ts
change.
2026-07-09 21:29:29 +03:00
..
wire Consolidate addon resource parse+plan into a single core call 2026-07-09 21:29:29 +03:00