What is Norma?
Norma systematically verifies code generated by AI against a defined set of guidelines, consistently yielding the same results. This verification takes place in two separate environments: Livecheck, which evaluates individual files or code snippets upon requests from editors like Cursor, Claude Code, Windsurf, or VS Code, and Full Scan, which performs an exhaustive examination of an entire GitHub or Bitbucket repository, discerning the technology stack and frameworks even when a configuration file is missing, all while prioritizing issues based on their severity and offering essential context for resolution. The rules are evaluated through static analysis, ensuring consistent results across multiple runs. These guidelines are based on SOLID design principles and specific conventions for diverse technology stacks, with the capability to deactivate those that do not apply. The system's coverage spans various programming languages and frameworks, including JavaScript, TypeScript, Python, PHP, Java, Node, React, and Supabase. Furthermore, the MCP server offers a variety of features, including link_repository, get_rulesets, get_rules_for_ruleset, live_check, get_open_issues, and register_applied_actions, all protected by OAuth and cataloged on the Official MCP Registry. This comprehensive framework empowers developers to uphold high code quality while easily adapting to the unique requirements of different projects, leading to improved collaboration and efficiency. Ultimately, such a structured approach fosters a more reliable coding environment.