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: workshops/modernizr/prompts/03-dual-database-abstraction/tasks.md
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,20 @@ All tasks, analysis, and modifications should be limited to the backend/ folder
14
14
15
15
This stage follows a discovery-driven approach where Q first explores the backend codebase to understand its structure, then generates appropriate requirements and design specifications based on the actual code found.
16
16
17
-
## COMMIT FREQUENCY
17
+
## COMMIT FREQUENCY AND TASK COMPLETION
18
18
19
-
**IMPORTANT**: Commit changes frequently throughout this stage to maintain a clean Git history. Each major task completion should include a commit with a descriptive message. Use `git -P` to avoid interactive prompts.
19
+
**IMPORTANT**:
20
+
-**Commit changes frequently** throughout this stage to maintain a clean Git history
21
+
-**Use `git -P`** to avoid interactive prompts
22
+
-**Mark tasks as completed** by changing `[ ]` to `[x]` as you finish each task
23
+
-**Commit after each major task completion** with descriptive messages
24
+
-**Update the tasks.md file** itself when marking tasks complete and commit those changes too
25
+
-**Use single working log**: Use `artifacts/stage-03/03_working_log.md` throughout the entire stage (not individual logs per subtask)
20
26
21
27
-[ ]1. Explore and document backend codebase structure
0 commit comments