openlatch-client 0.1.13

The open-source security layer for AI agents — client forwarder
1
2
3
4
5
6
7
8
9
10
11
# Project-wide typos configuration.
#
# The `typos` pre-commit hook (crate-ci/typos) otherwise auto-"fixes"
# legitimate tokens in our test fixtures — e.g. rewriting the URL-encoded
# string `caf%C3%A9` to `calf%C3%A9` because it treats `caf` as a misspelling
# of `calf`. Ship project-specific allow-listed tokens here.

[default.extend-words]
# `caf%C3%A9` is the URL-encoded form of "café" — asserted verbatim in
# src/cli/commands/auth.rs tests. Must not be rewritten.
caf = "caf"