I built Homebrew to make installing developer tools on macOS ordinary. That worked because the expected operator was a person: a developer who installed a tool, read a command, and used local credentials with human context.
AI coding agents are different. They can read files, call CLIs, run
package managers, inspect configuration, and pass data between tools.
A file like .env, ~/.netrc,
.npmrc, ~/.aws/credentials, GitHub CLI
config, or MCP server config is no longer just local developer state.
It can become model-readable authority.
Automic Vault exists because the boundary has to move down to the layer where the agent acts: packages, paths, secrets, credential injection, and command execution.