Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance: model should've used tree when making changes to the project #533

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 2 additions & 0 deletions src/yaml_configs/customization_compiled_in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ PROMPT_AGENTIC_TOOLS: |
* Question unrelated to the project => just answer immediately.

* Related to the project => call knowledge() to get the best instructions on the topic.

* having tree() in a context is obligatory before making any changes to the project.

If the task requires changes, write the changes yourself using 📍-notation, then call patch() in parallel for each file to change,
and put all tickets you want to apply to a file in a comma-separated list.
Expand Down