docs: surface pass-cli's AI-agent integration across README and docs#149
Merged
Conversation
The AI-agent capabilities (env injection via exec/export/inject, the background agent, and the new `skills` command) were real but buried in docs/05-operations — the README never mentioned AI agents at all, and the docs landing page had no entry. A human or research-agent evaluating pass-cli as "a password manager my AI agent can use safely" couldn't tell it fit. Make it discoverable without rebranding — the command-line 1Password/Bitwarden identity stays primary; agent-readiness is surfaced as a differentiator: - New front-door guide docs/02-guides/ai-agents.md: the safety model plus exec/export/inject, the background agent (POSIX-only), and `skills`. - README: an "AI Agent Ready" feature bullet, a scannable "AI Agent Integration" section (research agents read the raw README directly), and a Documentation link. - Docs landing + Guides grid: Quick Links / Features / card entries. - Scripting Guide: a reciprocal pointer to the agent guide. All copy grounded in shipped behavior; cross-links use the existing ../section/page pattern (reference docs in 05-operations left in place). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014kVLjbUL4F4CkoA7RbMYy8
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 & why
pass-cli's AI-agent capabilities — env injection (
exec/export/inject), the background agent, and the newskillscommand — were real but buried indocs/05-operations. The README never mentioned AI agents, and the docs landing page had no entry. A human (or a research-agent acting for one) evaluating "a password manager my AI agent can use safely" couldn't tell pass-cli fit.This makes it discoverable without rebranding — the command-line 1Password/Bitwarden identity stays primary; agent-readiness is surfaced as a differentiator.
Changes
docs/02-guides/ai-agents.md— the front door: the safety model (secrets never hit the transcript),exec/export/injectwith value filters, the background agent (POSIX-only), andskills._index.md) — Quick Links + Features entries.02-guides/_index.md) — a card for the new guide.The reference docs (
05-operations/agent,agent-skills) are left in place and cross-linked — visibility comes from the new front-door + links, not from moving files (which risks the Pages build).Notes
skillsis onmainbut not yet in a tagged release — a release cut is planned right after this merges so the advertised command is installable.../section/pagepattern with all targets confirmed to exist.🤖 Generated with Claude Code