hypr-chrome v0.1.2 #10

Merged
darman merged 19 commits from develop into master 2026-07-31 00:06:42 +02:00
Showing only changes of commit 48a56b31f6 - Show all commits
+1 -1
View File
@@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Workflow ## Workflow
Do not commit directly to `master`. All feature work goes on a `feature/<name>` branch and all bug fixes go on a `fix/<name>` branch, merged back via PR. Do not commit directly to `master` or `develop`. All feature work goes on a `feature/<name>` branch and all bug fixes go on a `fix/<name>` branch, cut from `develop` and merged back into `develop` via PR. `develop` is periodically merged into `master` with its commits squashed into a single release commit — `master` should only ever contain release commits.
## Build ## Build