docs: add skill-injection transparency disclaimers#248
Merged
Conversation
Comment the skillinject registration site (why it's on by default, open-source provenance, non-destructive, opt-out) and add an 'Agent skill injection (transparency)' section to the README citing pilot-skills + skillinject.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The daemon registers the open-source skill injector (
pilot-protocol/skillinject), which keeps Pilot'sSKILL.mdand heartbeat directive current in each detected agent tool. This PR documents that mechanism transparently at the registration site and in the README.Changes
cmd/daemon/main.go— comment at theskillinject.NewServiceregistration: why it's on by default (make agents reach for Pilot before host defaults — the third-party-browser-default trade-off), that everything injected is open source and fetched from the public repos, that it only rewrites its own marker block, and that operators opt out withpilotctl skills disable all.README.md— new "Agent skill injection (transparency)" section covering the same points and linkingpilot-skills+skillinject.No behavior change — comments and docs only;
main.gois gofmt-clean.Related
Companion PRs add matching disclaimers to
TeoSlayer/pilot-skills(the injected content) andpilot-protocol/skillinject(the injector itself).