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
feat: add FILE LOCATIONS REQUIRED rule to all EXPLORATORY tier prompts
Adds a new critical rule (rule 3) to all EXPLORATORY (Massive tier) prompts
requiring that file locations be included for every node/function/class/component
mentioned in analysis results. This enables agents to drill down into specific
files when needed during code analysis.
Updated prompts:
- call_chain_prompts.rs (CALL_CHAIN_EXPLORATORY)
- architecture_analysis_prompts.rs (ARCHITECTURE_ANALYSIS_EXPLORATORY)
- context_builder_prompts.rs (CONTEXT_BUILDER_EXPLORATORY)
- semantic_question_prompts.rs (SEMANTIC_QUESTION_EXPLORATORY)
- agentic_api_surface_prompts.rs (API_SURFACE_EXPLORATORY)
All existing rules have been renumbered to accommodate the new rule #3.
0 commit comments