commit 1cb60ee1ed926582171c05d47f16cab8334c12db
parent 5748384cb3d0db9fe37375cf1f513446a7f99160
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date: Tue, 24 Feb 2026 13:40:58 -0600
Tell agent to consider updating if things break (#140)
* Inform about network access
* Inform about network access
* Inform about network access
* Auto-updating
---------
Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/skills/vet/SKILL.md b/skills/vet/SKILL.md
@@ -89,3 +89,9 @@ Vet analyzes the full git diff from the base commit. This may include changes fr
- `--quiet`: Suppress status messages and 'No issues found.'
- `--agentic`: Mode that routes analysis through the locally installed Claude Code or Codex CLI instead of calling the API directly. Try this if vet fails due to missing API keys. Slower (~3 min) so not recommended as the default.
- `--help`: Show comprehensive list of options
+
+## Updating
+
+The vet CLI, skill files, and export scripts can become outdated as things change. The export scripts in particular are tightly coupled to the session storage formats of Codex, Claude Code, and OpenCode, which will change over time.
+
+If vet or the export scripts fail unexpectedly, try updating them. Run `which vet` to determine how vet was installed and update accordingly. For the skill files, check which skill directories exist on disk and update them with the latest versions from https://github.com/imbue-ai/vet/tree/main/skills/vet.