May 8, 2026 Documentation update Review recommendedDocumentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Affects
Teams using the public Matcher documentation to implement, review, or maintain integrations. This update applies to the public documentation portal. It does not change the runtime API behavior.
The public documentation portal is the customer-facing reference. Repository source files should not be treated as integration artifacts or downloaded API specifications for client use.
What changed
Fee-rule routes
The public API reference now shows the real Matcher fee-rule routes. Five fee-rule endpoints were previously documented under a phantom/v1/config/... prefix. The documentation portal now points to the working /v1/contexts/... and /v1/fee-rules/... routes.
Schema and field names
The reference now follows the Go DTOs and JSON tags used by the releasedv2.1.1 binary.
Key cleanup:
- 36 field names moved from
snake_casetocamelCase. - 9 schemas were renamed to canonical Go names.
Inputschemas were renamed toRequestwhere that matches the Go convention.$reflinks andrequiredarrays were updated.
Removed phantom wrappers
The documentation no longer shows wrappers or duplicate schemas that the API does not return. For example,AdjustmentResponse now shows the fields inline instead of a non-existent adjustment wrapper. CloneContextResponse now points to the canonical reconciliation context schema and uses feeRulesCloned.
Missing fields and schemas
Fields and schemas present in the Go DTOs were added to the documentation portal, including audit log fields, extraction request bridge fields, variance report fields, and export helper schemas.Impact
This is a documentation update. It reduces drift between the public reference and the released Matcher API. If your integration already works, no migration is required from this release note alone. If you use the documentation to generate examples, review routes, or check field names, use the updated documentation portal.

