Part of #20
Scope
Update the two transferred repos so their callers pass transferred: true on every deploy invocation (across preview/stage/production environments).
Acceptance Criteria
Edge Cases
- The flag affects only the deploy step —
ci jobs keep running so lint/typecheck/test/build remain useful if someone is still maintaining the repo.
Depends on the sibling issue that adds the transferred input to deploy.yml.
Part of #20
Scope
Update the two transferred repos so their callers pass
transferred: trueon every deploy invocation (across preview/stage/production environments).Acceptance Criteria
umh-custom-codecaller passestransferred: trueand stops producing failed deploy runs.profile-behavior-custom-codecaller passestransferred: trueand stops producing failed deploy runs.Edge Cases
cijobs keep running so lint/typecheck/test/build remain useful if someone is still maintaining the repo.