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: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,4 @@ This repository is the source for generating C/C++ template repositories.
9
9
3. Treat setup scripts as cross-platform contracts (`sh`, `ps1`, `cmd`).
10
10
4. Validate all model scaffolds before release.
11
11
5. Preserve low-friction defaults and explicit error messaging.
12
+
6. For GitHub Project-managed repos, implement only against clear issues; keep issues and commits small and issue-scoped by default (`one issue -> one small commit set`), with documented exceptions for non-diff, discovery-first, or unavoidable architecture-wide work.
0 commit comments