Workflow
Development Workflow
Stable
Follow the exact registered Dev stages from repository validation through local commit and remote push.
Command
custy run devCategory
Pipeline Profile
Quick Command
custy run dev [OPTIONS]Overviewâ
Dev coordinates commit-message review, staging, commit creation, and branch push. Release preparation and tag operations are intentionally absent.
Workflow Timeline
Dev Profile
1
Validate repository
Confirm execution inside a Git repository.
2
Validate commit inputs
Resolve the commit-validation provider, hook policy, message file, and remote.
3
Review the commit message
Open only the commit-message file and validate the saved content.
4
Back up and clean
Back up the commit message and prune retained backups.
5
Stage and commit
Stage resolved files and create the Git commit.
6
Push
Push branch HEAD to resolved remotes without pushing a tag.
Remote Completion
Because push is the final stage, verify the reported destination and remote result before considering the development pipeline complete.