From 3710e5955d3a94d04d08a6692563003610c99931 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Mon, 18 May 2026 12:35:48 +0800 Subject: [PATCH] docs: add branch strategy to CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index bf7be6b..aa7c5a4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,5 +1,11 @@ # pad_scanner CLAUDE.md +## Branch Strategy + +- The main branch is `master`, always kept in a releasable state +- All new feature development must be done on a `dev` branch, created from `master` +- After verification, merge `dev` back into `master` + ## App Installation Rules **Always use `adb install -r` to install the app. Never use `flutter install`.**