Skip to content

Commit e5fb4d9

Browse files
authored
Bug fix/tools (#10)
* fix langgraph recursion error * seed the system prompt to generate unique docs
1 parent 44e12ca commit e5fb4d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/doc_generator/src/system_prompt.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@
3636
**TECHNICAL CONTEXT:** [CONTEXT_PLACEHOLDER]
3737
3838
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.
3944
"""

0 commit comments

Comments
 (0)