Skip to main content

Workflow

Development Workflow

Stable

Follow the exact registered Dev stages from repository validation through local commit and remote push.

Commandcusty run dev

Category

Pipeline Profile

Quick Command

custy run dev [OPTIONS]

workflowdevelopmentcommit and push

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.
completed
2
Validate commit inputs
Resolve the commit-validation provider, hook policy, message file, and remote.
completed
3
Review the commit message
Open only the commit-message file and validate the saved content.
completed
4
Back up and clean
Back up the commit message and prune retained backups.
completed
5
Stage and commit
Stage resolved files and create the Git commit.
completed
6
Push
Push branch HEAD to resolved remotes without pushing a tag.
completed


Remote Completion

Because push is the final stage, verify the reported destination and remote result before considering the development pipeline complete.