pipechecker 0.3.2

CI/CD Pipeline Auditor - Catch errors before you push
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Project Instructions

## Branch Strategy
- Always work on the `develop` branch
- Never commit directly to `main`

## Workflow
- After making improvements, create a pull request (develop → main)
- Ask before merging any PR — do not auto-merge
- `main` retains the release workflow; `develop` has CI only

## Commands
- Switch to develop: `git checkout develop`
- Verify branch: `git branch --show-current`