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
Include the thread URL so future iterations can use the `read_thread` tool to reference previous work if needed.
33
+
Find your current Session ID by running `opencode session list` (it should be the first one). Include the session URL so future iterations can reference previous work if needed.
34
34
35
35
The learnings section is critical - it helps future iterations avoid repeating mistakes and understand the codebase better.
36
36
@@ -84,10 +84,10 @@ Only update AGENTS.md if you have **genuinely reusable knowledge** that would he
84
84
85
85
For any story that changes UI, you MUST verify it works in the browser:
86
86
87
-
1.Load the `dev-browser` skill
88
-
2. Navigate to the relevant page
89
-
3. Verify the UI changes work as expected
90
-
4. Take a screenshot if helpful for the progress log
87
+
1.Use available browser verification tools.
88
+
2. Navigate to the relevant page.
89
+
3. Verify the UI changes work as expected.
90
+
4. Take a screenshot if helpful for the progress log.
91
91
92
92
A frontend story is NOT complete until browser verification passes.
0 commit comments