Skip to content

Commit 7e2ea09

Browse files
committed
fix: add documentation style guidelines to editing instructions
1 parent 2e4fc54 commit 7e2ea09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prometheus/lang_graph/nodes/issue_documentation_edit_message_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ class IssueDocumentationEditMessageNode:
2626
2. Make precise edits that preserve existing formatting and style
2727
3. Create new files if specified in the plan
2828
4. Verify your changes by reading the files again after editing
29+
5. Follow the documentation style and conventions observed in the existing documentation
2930
3031
Remember:
3132
- Follow the plan provided in the analysis
3233
- Maintain consistency with existing documentation style
3334
- Ensure all edits are precise and accurate
34-
- Do NOT write or run any tests - focus only on documentation updates
3535
"""
3636

3737
def __init__(self):

0 commit comments

Comments
 (0)