Skip to content

Commit f14824c

Browse files
authored
Merge pull request #5878 from continuedev/jacob/enhancement/rules
add rule to make the model describe the code in a bigger-picture context
2 parents b05e256 + 0ad746b commit f14824c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: bigger-picture-description-rules
2+
version: 0.0.1
3+
schema: v1
4+
rules:
5+
- name: bigger-picture-description-rules
6+
rule: >-
7+
When a user asks how a certain part of the code works:
8+
9+
1. Describe what the code does in isolation.
10+
11+
2. If the code interacts with other parts of the codebase, describe how the code is imported and used in other parts of the codebase.
12+
13+
3. When describing each use-case, include the parent function for clarity.

0 commit comments

Comments
 (0)