From 9e3ed9c0ecf1a83d32c772c7ba0e016e9eb07a9a Mon Sep 17 00:00:00 2001 From: Milad Khajavi Date: Tue, 10 Mar 2026 16:47:03 +0330 Subject: [PATCH] docs(agents): update skill execution guidance for clarity and completeness --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index a408d273dd..65391d99e5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -102,6 +102,7 @@ When waiting on PR checks, suppress watch output to avoid context bloat: - Follow workflow phases in order - Batch edits; keep sbt runs scoped to one project - Update AGENTS.md if you find errors or gaps +- In the middle of executing a skill, if you discover a deviation from the skill's instructions, encounter missing information or unclear guidance, or discover a better approach than what was written, update that skill file to reflect what you learned. - Document new data types in `docs/`; update existing docs when behavior changes - **README.md is auto-generated.** Never edit `README.md` directly. Edit `docs/index.md` instead, then run `sbt --client generateReadme` to regenerate `README.md`.