From 4998bb433b9c7baa88e3e3d3e843c0ccbbef9f95 Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Fri, 10 Apr 2026 20:50:32 +0200 Subject: Refined dev role Now it uses wrapped tool scripts instead of raw bash commands. Together with JSON function mapping this enables better use-case fitting and less errors in tool usage (e.g. partial file writes with out-of-context deletions). --- agents/dev/tools.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'agents/dev/tools.txt') diff --git a/agents/dev/tools.txt b/agents/dev/tools.txt index c51e5df..bfdd625 100644 --- a/agents/dev/tools.txt +++ b/agents/dev/tools.txt @@ -1 +1,7 @@ +execute_command.sh fs_patch.sh +fs_cat.sh +fs_mkdir.sh +fs_ls.sh +fs_write.sh +fs_rm.sh -- cgit v1.2.3