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
Update workflow for AI era: come with a patch, not just discussion
In the AI era, drafting code is fast. A working prototype speaks
louder than abstract discussion. Updated lifecycle and pitfalls
to reflect this new approach.
Copy file name to clipboardExpand all lines: REV/CLAUDE.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,18 +72,20 @@ All agents are defined in `.claude/agents/` and can be invoked with `@agent-name
72
72
73
73
---
74
74
75
-
## The Patch Lifecycle
75
+
## The Patch Lifecycle (AI Era)
76
+
77
+
In the AI era, **come to pgsql-hackers with a patch**, not just an idea. Drafting code is now fast—a working prototype speaks louder than abstract discussion.
76
78
77
79
```
78
-
IDEATION ──► DEVELOPMENT ──► SUBMISSION ──► REVIEW CYCLE ──► COMMIT
79
-
│ │ │ │
80
-
▼ ▼ ▼ ▼
81
-
Discuss on @pg-build @pg-patch-create @pg-feedback
0 commit comments