Skip to content

perf: shorten safe Tool Bridge invocation paths - #2

Merged
pDJJq merged 1 commit into
mainfrom
update-tool-bridge-tools
Aug 24, 2026
Merged

perf: shorten safe Tool Bridge invocation paths#2
pDJJq merged 1 commit into
mainfrom
update-tool-bridge-tools

Conversation

@pDJJq

@pDJJq pDJJq commented Aug 24, 2026

Copy link
Copy Markdown
Member

Summary

  • split execution into fast, discovery, and recovery paths instead of mandatory preflight ceremony
  • reuse verified targets and contracts so known read-only tools call directly
  • make help and feedback conditional, preferring feedback attached to failures and bounding recovery to one safe retry
  • retain current CLI invocation, upload, and error-shape guidance in the reference

Validation

  • quick_validate.py skills/tool-bridge
  • npx --yes skills add . --list
  • isolated forward tests for direct call, search then call, and attached-feedback recovery
  • git diff --check

The forward-test command logs were respectively 1, 2, and 3 tb calls, with no unauthorized feedback writes.

Keep known read-only calls on the minimum safe path while preserving conditional discovery and bounded recovery. Treat attached feedback as a signal instead of mandatory preflight ceremony.
@pDJJq
pDJJq merged commit 10980d3 into main Aug 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant