From 5c016cfdbcb122e2b4f0496ef946642d68953c4b Mon Sep 17 00:00:00 2001 From: T Date: Wed, 27 May 2026 20:39:45 -0600 Subject: tool names prefixed with `std.` --- agent/tools/write.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'agent/tools/write.lua') diff --git a/agent/tools/write.lua b/agent/tools/write.lua index 70aa5c8..01bf3b2 100644 --- a/agent/tools/write.lua +++ b/agent/tools/write.lua @@ -1,5 +1,5 @@ --- Write text to a file, creating parent directories as needed. Pi-style --- terse description because every byte of every tool description rides +-- Write text to a file, creating parent directories as needed. Keep the +-- description terse because every byte of every tool description rides -- in the system prompt on every turn. local uv = require("luv") @@ -31,7 +31,7 @@ local function dirname(path) end return { - name = "write", + name = "std.write", description = "Save content to a path. Overwrites existing files; missing parent directories are created automatically.", schema = { type = "object", -- cgit v1.3