From 0dff8a275c04a91c81ef8fc6eda79cdb9691e403 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Tue, 14 Apr 2026 22:50:18 +0200 Subject: [PATCH] updated AGENTS.md --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index f592f71..96f2c6d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,7 +10,7 @@ Also see the other related technical documentation: README.md. - Before beginning with the edit phase, always present a plan first. Only begin editing after the user approves the plan. - Don't make assumptions in the plan. If necessary, ask all clarifying questions before presenting the final plan. - After every iteration, evaluate if the test coverage would fall below 100%, and write tests if necessary. -- After every iteration, run `jb cleanupcode --build=False $file1;$file2;...` for every file you touched. +- After every iteration, run `jb cleanupcode --build=False '$file1' '$file2'` for every file you touched. - After every iteration, run "scripts/ci-local.ps1" and ensure that nothing broke. - After every iteration, update all related documentation according to the change. - Update the wording of touched concerns instead of introducing incremental change reports