What problem does it solve? Teams struggle to keep codebases aligned with organizational standards for dependency injection, testing, mapping, and project structure, especially when reviewing changes across .NET, Rails, IaC, and Vue projects. ## Core Features & Use Cases - Full Repo Audit: Scans an entire repository, detects the project type, discovers existing patterns, and compares them against organizational standards. - Changes Audit: Scopes the audit to staged changes, branch diffs, or a specific GitLab MR, checking only the concerns touched by modified files. - Brownfield/Greenfield Verdicts: Applies different conformance logic depending on whether the repo has established patterns, so existing conventions are respected. - Use Case: Before merging a GitLab MR in a .NET service, run the audit with the MR flag to verify the changes use the repo's established DI container, mapping library, and testing stack rather than introducing inconsistent patterns. ## Quick Start Ask the assistant to audit the current repository against Trigent standards, or audit only staged changes by specifying the staged mode.