authy-cli 0.7.0

CLI secrets store & dispatch for AI agents — encrypted vault, scoped policies, run-only tokens, and audit logging
Documentation
# Build
/target

# Editor
*.swp
*.swo
*~
.idea/
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Secrets (never commit these)
.env
*.key
*.key.pub
*.age
!vault.age.example

# Authy runtime
.authy/
audit.log

# npm platform binaries (injected by CI)
npm/authy-cli/bin/authy-*
npm/authy-cli/node_modules/
*.tgz

# SDK build artifacts
packages/typescript/node_modules/
packages/typescript/dist/
__pycache__/
*.pyc