Loading...
Loading...
Commit workflow for agent-media - builds, typechecks, creates changeset, and pushes
npx skill4agent add agntswrm/agent-media commitpnpm build && pnpm typecheckgit status
git diff --statagent-media@agent-media/cli.changeset/<descriptive-name>.md---
"agent-media": patch|minor|major
"@agent-media/core": patch|minor|major
"@agent-media/providers": patch|minor|major
"@agent-media/image": patch|minor|major
"@agent-media/audio": patch|minor|major
"@agent-media/video": patch|minor|major
---
Brief description of changespatchminormajorgit checkout -b feat/<descriptive-name>
# or fix/<descriptive-name> for bug fixesgit add <files> .changeset/<name>.md
git commit -m "feat|fix: descriptive message"git push -u origin <branch-name>
gh pr create --title "..." --body "..."Note: If you need to switch GitHub accounts for PR creation, checkfor your personal account switching commands..claude.local/workflow.md
pnpm changeset versionpnpm build && pnpm typecheck