deployments
Installation
SKILL.md
Deployments
This monorepo has three deployment paths:
- telecine -- GCP Cloud Run services deployed via Pulumi; deploy is gated on CI (integration, playwright, typecheck) passing via a PR merged to
main - elements -- npm packages published by pushing a git tag
- skills -- public documentation published to the
skillsremote viascripts/push-skills
Scripts
telecine and elements are sibling repos cloned alongside the monorepo under ~/Editframe/worktrees/<branch>/. Push to them with standard git push origin from within the sibling repo directory. There are no subtree push scripts.