Skip to content

Commit 3d1a426

Browse files
committed
chore: add squad directives for branching workflow and flake8 pre-push
1 parent f19d856 commit 3d1a426

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### 2026-03-11T12:00:00Z: User directive
2+
**By:** marcvanduyn (via Copilot)
3+
**What:** Always create a feature branch (`feature/*`) or fix branch (`fix/*`) for issue work. Never commit directly to `dev`. Push the branch, then open a PR into `dev`.
4+
**Why:** User request — maintain clean Git workflow with proper branch-based development.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### 2026-03-11T12:15:00Z: User directive
2+
**By:** marcvanduyn (via Copilot)
3+
**What:** Always run `flake8 ./investing_algorithm_framework` before pushing any changes. Fix any lint errors before committing.
4+
**Why:** User request — ensure code quality and style consistency.

0 commit comments

Comments
 (0)