From 5ff2fa6d2cbec91b456750c60ec09380f4fe18b3 Mon Sep 17 00:00:00 2001 From: dirtydishes Date: Sat, 23 May 2026 18:45:52 -0400 Subject: [PATCH] turn doc instruction tuning --- AGENTS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index b97b7fd..7866794 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -90,6 +90,26 @@ At the end of every completed implementation task, before final handoff, create This documentation is mandatory whenever code, configuration, tests, or project files were changed. +### Do not produce this for minor or trivial changes, including but not limited to: + +- Syntax fixes +- Code refactoring +- Documentation updates +- Reconciling PRs +- Updating AGENTS.md or other documentation + +**Feel free to use your own judgement and always prompt the user if you are unsure if this change requires documentation or not.** + +### When making a minor update to a previous change, update the existing documentation instead of creating a new file. Use the following format: + +**"New Changes as of {time and date at which the change was made}"** +- **Summary of changes** +- **Why this change was made** +- **Code diffs** +- **Related issues or PRs** + +Additionally, add a note to each section explaining why the changes were made. + ### Location Save the document in: