agents: add credential retrieval instructions using pass

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-10 17:38:08 -08:00
committed by Kat Huang
parent edd967e163
commit 01834dcbda

View File

@@ -38,3 +38,9 @@
- If you are not sure what the package is called in nixpkgs, use:
nix search nixpkgs <name-or-keyword>
## Credentials
- When a credential (password, API key, token, etc.) is needed to complete a task, use the `pass` utility to retrieve it.
- The pass password store lives at `~/.password-store/`.
- Use `pass show <entry>` to retrieve a secret, or `pass find <search-term>` to locate entries.
- Never hardcode credentials or store them in plain text files.