release
Step through versioning, tagging, and verification
git clone --depth 1 https://github.com/Devin-AXIS/iPolloWork /tmp/release && cp -r /tmp/release/.opencode/skills/release ~/.claude/skills/releaseSKILL.md
## Prepare Confirm the repo is on `main` and clean. Keep changes aligned with OpenCode primitives like `.opencode`, `opencode.json`, skills, and plugins when relevant. --- ## Bump Update versions in `packages/app/package.json`, `packages/desktop/package.json`, `packages/orchestrator/package.json` (publishes as `ipollowork-orchestrator`), `packages/desktop/src-tauri/tauri.conf.json`, and `packages/desktop/src-tauri/Cargo.toml`. Use one of these commands. ```bash pnpm bump:patch pnpm bump:minor pnpm bump:major pnpm bump:set -- 0.1.21 ``` --- ## Merge Merge the version bump into `main`. Make sure no secrets or credentials are committed. --- ## Tag Create and push the tag to trigger the Release App workflow. ```bash git tag vX.Y.Z git push origin vX.Y.Z ``` --- ## Rerun If a tag needs a rerun, dispatch the workflow. ```bash gh workflow run "Release App" --repo Devin-AXIS/iPolloWork -f tag=vX.Y.Z ``` --- ## Verify Confirm the run and the published release. ```bash gh run list --repo Devin-AXIS/iPolloWork --workflow "Release App" --limit 5 gh release view vX.Y.Z --repo Devin-AXIS/iPolloWork ```
Create deterministic animation and transitions for the active iPollo Video project.
Inspect, validate, preview, and render the active iPollo Video project with its bundled HyperFrames CLI.
Apply the core composition, timing, media, and determinism contract used by iPollo Video.
Plan visual direction, typography, pacing, audio, and composition for iPollo Video projects.
Build seek-safe keyframe animation for the active iPollo Video timeline.
Reuse approved HyperFrames blocks and components inside the active iPollo Video project.
Route video creation and editing through the active iPollo Video project and its built-in HyperFrames runtime.
Edit an image from the active iPolloWork Image Studio selection or mask without overwriting the source image.