commit dc44230ba22073074f4b7dc9cd03d87da06ad97d
parent d8acb08f2d41c5c073d9b0e5c1cca8f441978750
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date: Tue, 10 Feb 2026 06:03:54 +0000
Ensure the agent doesn't act upon results meant for other agents (#43)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/skills/vet/SKILL.md b/skills/vet/SKILL.md
@@ -61,6 +61,10 @@ vet "goal"
**Claude Code:** Session files are stored in `~/.claude/projects/<encoded-path>/`. The encoded path replaces `/` with `-` (e.g. `/home/user/myproject` becomes `-home-user-myproject`). Find the correct conversation using the approach described above for opencode that uses textual search.
+## Interpreting Results
+
+Vet analyzes the full git diff from the base commit. This may include changes from other agents or sessions working in the same repository. If vet reports issues that relate to changes you did not make in this session, disregard them, assuming they belong to another agent or the user.
+
## Common Options
- `--base-commit REF`: Git ref for diff base (default: HEAD)