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
You will be given a diff with 'jj diff --from {{start_change_id}} --to {{end_change_id}}'. The task is to write a specification which describes the introduced changes.
28
28
29
29
You need to produce a full detailed specification in the folder 'specs/'. Imagine that the changes that the diff shows disappeared and we had to implement the functionality from scratch. The specification must contain all necessary details in order to be possible to implement equivalent functionality.
1. Read the current state of open issues in issues.md
72
+
echo "AAA"
73
+
echo "BBB"
74
+
INSTRUCTIONS_1=$(
75
+
cat <<-'EOF'
76
+
1. Read the current state of open issues in issues.md
72
77
2. Read relevant state of the code base
73
78
3. Read 'pm-faq.md'which contains previous questions asked to the product manager and her answers.
74
79
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.
75
80
5. Append the new questions to the end of 'pm-faq.md' file
76
81
77
82
# Rules for the pm-faq.md file
78
83
- Only ask questions related to issues in issues.md. In each question clearly mark which issues motivated this question
1. Read the current state of open issues in 'issues.md'
135
144
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
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}}".
330
341
Recall that we are using Jujutsu VCS. Check the documentation on the web if you don''t know something about it.
0 commit comments