v0.1.1 — OSS-readiness polish
OSS-readiness polish. No SDK behaviour changes; one CLI rename and a README/docstring cleanup pass.
Changed
- Renamed the document-attachment CLI command to
bcli attach, with subcommandsbcli attach uploadandbcli attach test. Functionality unchanged. The previous name was a customer-name leftover from internal development. - Genericised customer-named example values in
docs/authentication.md,examples/attach-purchase-invoice-pdf.yaml, and SDK docstrings.
Fixed
- README license badge said Apache 2.0 but the License section said MIT. Now consistent: Apache 2.0 throughout (matches the actual
LICENSEfile andpyproject.toml).