diff --git a/dotfiles/agents/AGENTS.md b/dotfiles/agents/AGENTS.md index e25ec079..1634709a 100644 --- a/dotfiles/agents/AGENTS.md +++ b/dotfiles/agents/AGENTS.md @@ -38,3 +38,9 @@ - If you are not sure what the package is called in nixpkgs, use: nix search nixpkgs + +## 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 ` to retrieve a secret, or `pass find ` to locate entries. +- Never hardcode credentials or store them in plain text files.