hey there!<p>We are launching momentum.sh a behavioral code auditor that analysesthe necessary code behavior and tests it at every git push to ensure the code is ready for production. It does this by performing these steps<p>Blast radius detection - this will be a list of endpoints that could potentially be affected by the changes you made in your code. This will also be a starting point to decide what parts of your code need to be tested before shipping to production.<p>Dependency Visualization: Visualize code dependencies and relationships.<p>Behaviour identification: Automatically identify behaviors written in your code and generate a plan to test their functionality<p>Code generation to test functionality: Generate code to test all behaviors identified and run it in your local environment through momentum<p>Run code in local dev environment: No need for yet another yaml, our cli works with your existing dev environment to run code.<p>Debug code: Based on the stack trace of the run, momentum can diagnose and propose a solution.<p>We currently support python but will add Java support by the end of July and Javascript in the following month.<p>Any feedback is highly appreciated! Thanks in advance for giving momentum a try!