Retracted: SSPL-era tags: published while LICENSE asserted SSPL-1.0 and the README
asserted MIT. Relicensed to Apache-2.0 on this branch; the proxy cache of
these versions is immutable, so they are retracted rather than removed.
Package credentials provides secure credential storage using native OS
keychains (macOS Keychain, Linux libsecret, Windows Credential Manager)
with file-based fallback.
Keychain entries use:
Service: com.noblefactor.DevLore
Account: the key (e.g., "ai/anthropic", "ai/openai")
Password: the secret value
Lookup priority: Native keystore > Credentials file
Environment variables are handled by the caller, not here.