docs(agents): require explicit install consent - #247
Open
dliu120 wants to merge 1 commit into
Open
Conversation
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.
Problem and value
Agents working in this repository had no repository-local boundary separating code/review work from live Archify installation, update, or removal. This adds a fail-closed consent and scope contract. Closes #246.
Scope
AGENTS.md, a Claude Code pointer, and focused regression tests for direct consent, scoped Skills CLI actions, disposable-source rejection, destination-conflict handling, and notification-only updates.Stability impact
archify/SKILL.mdand packaged payload bytes are unchanged.Tests run
node --test archify/test/agent-install-consent.test.mjs— 5 passed, 0 failed.cd archify && npm test— 1022 tests: 991 passed, 0 failed, 31 skipped for unavailable optional environments.npx -y skills add tt-a1i/archify --list --full-depth— found exactly one Skill namedarchify; no Skill installed.git diff --check— passed.Visual evidence
Not applicable; no visible product output changed. Visual review: skipped.
Generated artifacts
None. Packaged Skill source and generated inputs are unchanged, so
archify.zip, Gallery pages, guides, and README proofs remain fresh.Checklist
npm testinarchify/.