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
3. Read 'pm-faq.md'which contains previous questions asked to the product manager and her answers.
67
68
4. Create questions to the product manager to clarify unclear design choices, priorities and so on. If everything is clear and no questions are needed do nothing.
68
69
5. Append the new questions to the end of 'pm-faq.md' file
70
+
71
+
# Rules for the pm-faq.md file
72
+
- Only ask questions related to issues in issues.md. In each question clearly mark which issues motivated this question
69
73
EOF
70
74
71
75
jj new -r {{rev}} -m "Questions for the PM"
@@ -110,7 +114,7 @@ pm-flow-update-inner rev='@':
110
114
#!/usr/bin/env sh
111
115
read -r -d '' INSTRUCTIONS_2 <<-EOF
112
116
1. Read the current state of open issues in 'issues.md'
113
-
2. Read the conversation with the product manager so far in 'pm-faq.md'
117
+
2. Read the conversation with the product manager so far in 'pm-faq.md'. Read ONLY THE LATEST SECTION. IGNORE PREVIOUS SECTIONS as they were already handled
114
118
3. If necessary read relevant parts of the code
115
119
4. Update the issues database in 'issues.md' to match the instructions provided by the product manager.
I was working on something long ago but I forgot what I was doing. Go over the changes and bring me up-to-speed. The changes in question are all changes between "{{start_rev}}" and "{{end_rev}}".
311
+
Recall that we are using Jujutsu VCS. Check the documentation on the web if you don''t know something about it.
0 commit comments