# CLAUDE.md

## Project
Ship — AI-powered development toolkit by TeleLabs AI.

## Commands
- Lint: `npm run lint`
- Test: `npm test`
- Build: `npm run build`

## Skills
- `/ship-version` — Git version control (commit, push, pr, branch, diff, changelog)

## Rules
- Use conventional commits with optional ticket ID (--ticket for Jira, Trello, ClickUp, etc.)
- Never commit secrets or .env files
- Run lint before committing
