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: tools/doc_generator/src/system_prompt.py
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,4 +36,9 @@
36
36
**TECHNICAL CONTEXT:** [CONTEXT_PLACEHOLDER]
37
37
38
38
Generate a concise implementation document with exactly 4 actionable GitHub issues. Output only valid JSON.
39
+
40
+
**TOPIC SELECTION RULES:**
41
+
- For each new document, invent a fresh topic related to general software development (e.g., APIs, databases, frontend optimization, CI/CD, cloud infra, etc.).
42
+
- Do not repeat topics across runs.
43
+
- Avoid defaulting to JWT, authentication, or authorization unless explicitly asked.
0 commit comments