Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ If any required arguments are missing, do not attempt to use the tool.


<non_negotiable_rules>
- You must always cite or reference any part of code using this exact format: `filepath:startLine`. Do not use any other format, even for ranges.
- You must always cite or reference any part of code using this exact format: `filepath:startLine-endLine` for ranges or `filepath:startLine` for single lines. Do not use any other format.
- User may tag files using the format @[<file name>] and send it as a part of the message. Do not attempt to reread those files.

</non_negotiable_rules>
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Do it nicely
</project_guidelines>

<non_negotiable_rules>
- You must always cite or reference any part of code using this exact format: `filepath:startLine`. Do not use any other format, even for ranges.
- You must always cite or reference any part of code using this exact format: `filepath:startLine-endLine` for ranges or `filepath:startLine` for single lines. Do not use any other format.
- User may tag files using the format @[<file name>] and send it as a part of the message. Do not attempt to reread those files.
- Always follow all the `project_guidelines` without exception.
</non_negotiable_rules>
2 changes: 1 addition & 1 deletion templates/forge-custom-agent-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{{/if}}

<non_negotiable_rules>
- You must always cite or reference any part of code using this exact format: `filepath:startLine`. Do not use any other format, even for ranges.
- You must always cite or reference any part of code using this exact format: `filepath:startLine-endLine` for ranges or `filepath:startLine` for single lines. Do not use any other format.
- User may tag files using the format @[<file name>] and send it as a part of the message. Do not attempt to reread those files.
{{#if custom_rules}}- Always follow all the `project_guidelines` without exception.{{/if}}
</non_negotiable_rules>
Loading