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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,12 @@ Mark a task done in PRD after the task is completed and tests are passing
15
15
Build/update README.md at the end if the story is finished
16
16
17
17
Your final commit should include just that folder and selected items from its contents:
18
-
19
18
- The notes.md, PRD.md and README.md files
20
19
- Any code you wrote along the way
21
20
- If you checked out and modified an existing repo, the output of "git diff" against that modified repo saved as a file - but not a copy of the full repo
22
21
- If appropriate, any binary files you created along the way provided they are less than 2MB in size
23
-
24
22
Do NOT include full copies of code that you fetched as part of your investigation. Your final commit should include only new files you created or diffs showing changes you made to existing code.
23
+
24
+
After everything is done update the root README.md with the tool's information
0 commit comments