/l-b4push
Run pnpm b4push in the doc directory to execute pre-push validation checks.
This command runs:
- Code quality checks (typecheck, lint, format)
- Build verification
Instructions:
- Change to the
docdirectory and executepnpm b4pushusing the Bash tool - If the command succeeds, report success to the user
- If errors or warnings occur:
- Analyze the errors/warnings
- If they are fixable code issues (linting errors, type errors, formatting issues), fix them automatically
- Run
pnpm b4pushagain to verify the fixes
- Repeat until all checks pass