You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop_ai_coders.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,3 +93,16 @@ Adding a new optimisation parameter requires 4 edits per `docs/develop.md`: (1)
93
93
94
94
### Source-resolve discipline
95
95
Ambiguous types / signs / units / conventions: trace upstream code first. "Ask maintainer" is last resort. Real precedent: PR [#835](https://github.com/davidusb-geek/emhass/pull/835)'s sign-convention questions self-resolved from `optimization.py` MILP constraints rather than punting to the maintainer. Audit-source-ambiguity does not have to propagate into the PR.
96
+
97
+
## 4. Self-check pre-PR
98
+
99
+
Run through before opening:
100
+
101
+
-[ ] Issue filed if behavior change? (Per decision-tree in §2)
0 commit comments