Loading...
Loading...
git, git tags, pushing and pulling to repository. Any version control tasks.
npx skill4agent add editframe/skills monorepo-setup-gittelecineelements~/Editframe/worktrees/<branch>/
monorepo/ # primary monorepo checkout
telecine/ # telecine repo clone
elements/ # elements repo cloneskillsgit@github.com:editframe/skills.gittelecineelementsoriginorigin# From ~/Editframe/worktrees/<branch>/telecine/
git push origin main # push to telecine main
git push origin <branch> # push a branch# From ~/Editframe/worktrees/<branch>/elements/
git push origin main
git push origin <branch>
git push origin v<version> # push a tag to trigger release CI# From monorepo/
scripts/push-skillsskillsgit@github.com:editframe/skills.gitskills-syncgit tag -f -a skills-sync HEAD -m "skills synced $(date -I)"
git push skills skills-sync# Poll telecine deploy until complete
scripts/wait-for-telecine-action
# Poll elements release until complete
scripts/wait-for-elements-action
# Get failed job logs
scripts/gh-logs editframe/telecine
scripts/gh-logs editframe/elementstelecine/mainbuild-runnerdocker (*)integrationtypecheckplaywrightmain# From telecine/
git push origin <branch>
# Open PR on github.com/editframe/telecine, let CI pass, merge
# Then from monorepo/
scripts/wait-for-telecine-action