-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement the gitbrancher doctor command to perform a quick diagnostic of the repository/team environment and configuration.
The command should validate and report:
- Git configuration status
- Azure DevOps accessibility
- Personal Access Token (PAT) validity
- Branch naming convention compliance
Expected output (example):
✓ Git configured correctly
✓ Azure DevOps accessible
⚠️ PAT expires in 15 days
✗ Branch naming convention not followed in 3 branches
Acceptance Criteria:
- Clear output without emojis ✓
⚠️ ✗ - Different exit code if critical errors occur
- Does not modify repository state (read-only)
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Backlog