When manifest sync resolves differences and tries to write the merged result locally, projects relying on a get-manifest hook instead of a static manifest.json file hit:
! No manifest.json found in project root — merged manifest was not written locally
We should update our SDK hook implementations to prefer manifest.json as the default source of truth.
Context: #624 (review)
When manifest sync resolves differences and tries to write the merged result locally, projects relying on a
get-manifesthook instead of a staticmanifest.jsonfile hit:We should update our SDK hook implementations to prefer
manifest.jsonas the default source of truth.Context: #624 (review)