Update exported components
update_componentsPAID. Reports what has changed in the opointo-supplied files since export and returns only what moved. Reads the .opointo/files.json the export wrote into the project, so no share code is needed and it works months later. Never touches the customer's own screens, and flags the rare change that needs a code edit rather than a re-copy. This is how the components and app shell we supplied stay current as iOS and Android move.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| current | No | only when a `split-unverified` blocker asks for it: the hash of each named file on disk, from the command the blocker gives | |
| manifest | Yes | the parsed contents of .opointo/files.json from the project root (the whole object, or just its `files` array) | |
| acceptSplit | No | only after the customer agreed to replace a file they edited: the paths named by `split-customer-edited` blockers |