Skip to content

Commit 20a85ed

Browse files
committed
fix: improved prompt to return some snippets
1 parent 3d78b76 commit 20a85ed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/constants.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ STRICT OUTPUT RULES (DO NOT VIOLATE)
1313
- Use null / [] / {} when unknown; never write commentary outside JSON.
1414
- MAX_SNIPPET_LINES: 80 (prefer 30–60).
1515
- TARGET_FILES_COVERED: at least 15 distinct file_path.
16-
- TARGET_SNIPPETS: 30 (or as many as possible within budget).
16+
- There must be at least 3 snippets and a related "analysis_response" on them
17+
- TARGET_SNIPPETS: 10 (or as many as possible within budget).
1718
- Never include more than 3 snippets from the same file unless it's an entrypoint.
1819
1920
SELECTION POLICY (VERY IMPORTANT)

0 commit comments

Comments
 (0)