Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@ configs/
## Release

Tag push (`v*`) triggers GoReleaser via GitHub Actions → publishes `.deb` (amd64/arm64) to GitHub Releases.

## Branch Workflow

- **Always branch before pushing** — never push directly to `main`
- **One feature per branch** — keep features isolated (e.g., `feat/xxx`, `fix/xxx`, `chore/xxx`)
- Merge via PR on GitHub
- **No interactive confirmation needed** — create branch, implement, and push without asking
- **Security checks are mandatory** — verify for security issues before making changes, before committing, and before pushing