v1.0.0 — first production release
bog-banking v1.0.0 — a read-only Bank of Georgia Business Online banking skill for AI coding agents (Claude Code, Codex, and any SKILL.md-compatible agent).
Install
```bash
curl -fsSL https://raw.githubusercontent.com/SyntaxFear/claude-bog-banking/main/install.sh | bash
```
Pin this version: append `| BOG_SKILL_REF=v1.0.0 bash`.
Highlights
- Conversational setup — enter Client ID/Secret, then add account IBANs one at a time; currencies auto-detected.
- Capabilities — balance, statements (V2, auto-paginated), today's activity, FX rates — across all accounts & currencies by default.
- Persistent multi-account — add / remove / list IBANs.
- Read-only — never moves money, creates payments, or signs anything.
Security
- Credentials in the macOS Keychain or a 0600 file — never in the repo, logs, or `ps`/argv.
- HTTPS-only to allowlisted BOG hosts; authenticated calls don't follow redirects; strict IBAN/currency/date validation.
- Independent multi-agent adversarial audit — no credential-leak findings.
See CHANGELOG.md. Not affiliated with Bank of Georgia.