Plugins in the Lerian ecosystem must demonstrate high standards of quality and resilience. Testing and performance are non-negotiable requirements to ensure reliability for shared clients in production. This section defines the minimum expectations every partner solution must meet before being approved for the Lerian Marketplace.Documentation Index
Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
Use this file to discover all available pages before exploring further.
Related practices
For faster client adoption, we strongly recommend providing SDKs in popular languages. While not required, SDKs help reduce integration errors and improve developer experience.Testing standards
Your plugin must demonstrate:
- ≥ 90% unit test coverage
- Integration and contract tests for external systems
- A visible test coverage report
Performance testing
Performance testing is mandatory. Your plugin must be:
- Stateless and horizontally scalable
- Resource-efficient (CPU, memory, connections)
- Fault-tolerant and high availability ready

