From 8634e4611e611329360b52e92759407a51db2da0 Mon Sep 17 00:00:00 2001 From: Daniel Morris Date: Thu, 21 May 2026 21:44:36 +0100 Subject: [PATCH] docs: skills/ilo/ilo-builtins.md uses pst as canonical (closes ILO-80) Explicitly note that pst is the canonical name since 0.12.0 and that the old name post is not accepted, preventing agents loading the skill from using the wrong builtin name. Co-Authored-By: Claude Sonnet 4.6 --- skills/ilo/ilo-builtins-io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/ilo/ilo-builtins-io.md b/skills/ilo/ilo-builtins-io.md index 73eb1eb2..219f5051 100644 --- a/skills/ilo/ilo-builtins-io.md +++ b/skills/ilo/ilo-builtins-io.md @@ -20,7 +20,7 @@ Prefix-call: `name arg1 arg2 ...`. Cross-engine unless noted. **Every verb takes an optional trailing `M t t` headers map** for Authorization, Accept, X-API-Key. No wrapper needed - pass the map as the last arg (`get url hs`, `pst url body hs`). `get url` (`R t t`), `get url headers` (with `M t t` custom headers), `get-to url timeout-ms` (explicit ms timeout). -`pst url body` (`R t t`), `pst url body headers`, `pst-to url body timeout-ms`. +`pst url body` (`R t t`), `pst url body headers`, `pst-to url body timeout-ms`. (`pst` is the canonical name since 0.12.0; the old name `post` is not accepted.) `put url body` / `pat url body` mirror `pst` (PUT / PATCH); accept optional headers map. `del url` / `hed url` / `opt url` mirror `get` (DELETE / HEAD / OPTIONS); accept optional headers map. `get-many urls` (parallel fan-out, `L (R t t)`).