feature:compat
Compare two features and report compatibility issues.
Usage
splent feature:compat <feature_a> <feature_b> [--min-severity <level>] [--json]
Description
Compares the contracts of two specific features and reports conflicts. Useful when you want to check a new feature against an existing one before adding it to a product.
For validating all features in a product at once, use product:validate instead.
Examples
splent feature:compat splent_feature_auth splent_feature_profile
splent feature:compat splent_feature_auth splent_feature_profile --min-severity error
See also
product:validate— full product validation (SAT + contracts + dependencies)feature:xray— visualize the refinement and hook map