Known Limitations¶
Known limitations keep operator expectations realistic and reduce ambiguous bug reports.
Visual Summary¶
flowchart TD
limitations[Known limitations]
limitations --> performance[performance limits]
limitations --> environment[deployment and environment assumptions]
limitations --> interfaces[interface rough edges]
limitations --> recovery[recovery boundaries]
limitations --> extensibility[extensibility constraints]
Limitation Categories¶
- environment portability gaps affecting reproducibility class
- backend capability differences affecting fidelity outcomes
- intentionally unsupported graph features pending design approval
- explain output detail limits for specific mismatch types
Documentation Rules¶
- every limitation must include impact and mitigation notes
- resolved limitations must be removed in the same release train
- limitation language must avoid ambiguous severity claims