We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f3209 commit c7c6672Copy full SHA for c7c6672
AGENTS.md
@@ -67,6 +67,21 @@ logger:
67
- Terminal where `./script/develop` runs
68
- `config/home-assistant.log`
69
70
+## Workflow
71
+
72
+### Starting New Work
73
74
+**When starting a new task, always ask the user first:**
75
+- Should I switch to `main` branch and rebase?
76
+- Or should I work from the current branch?
77
78
+Then checkout a new feature branch before beginning work. Never work directly on `main` or stale branches.
79
80
+### Branch Naming Convention
81
+- Features: `feature/description`
82
+- Bug fixes: `fix/description`
83
+- Documentation: `docs/description`
84
85
## Code Style
86
87
**Python:**
0 commit comments