.gitattributes
.gitignore
.mcp.json
.pre-commit-hooks.yaml
.truemend-rules.md.example
.truemend.json.default
.truemendrc.example
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE-ELASTIC-2.0
LICENSING.md
MANIFEST.in
NOTICE
README.md
SECURITY.md
VERIFIED_METRICS.md
__main__.py
action.yml
cli.py
facts.json
forge.yaml
pyproject.toml
skills-lock.json
truemend_mcp.py
docs/README.md
docs/how-to/adding-a-language.md
docs/how-to/building-llama-cuda.md
docs/how-to/creating-pattern-packs.md
docs/how-to/creating-skills.md
docs/how-to/enabling-local-rewriting.md
docs/how-to/mcp-client-setup.md
docs/how-to/running-in-ci.md
docs/how-to/skill-distribution.md
docs/how-to/tree-sitter-dart-python.md
docs/how-to/upskilling-intelligence.md
docs/how-to/writing-anti-patterns.md
prompts/delta.md
prompts/extract-knowledge.md
prompts/fix.md
prompts/generate-fixtures.md
prompts/generate-query.md
prompts/predict.md
prompts/review.md
prompts/semantic_review.md
skills/__init__.py
skills/actix/SKILL.md
skills/aider/.aider.conf.yml
skills/aider/SKILL.md
skills/amazonq/rules.md
skills/android/SKILL.md
skills/anthropic/SKILL.md
skills/aspnet/SKILL.md
skills/bash/SKILL.md
skills/bash/anti_patterns.json
skills/bedrock/SKILL.md
skills/blazor/SKILL.md
skills/claude/CLAUDE.md
skills/codex/AGENTS.md
skills/compose/SKILL.md
skills/copilot/copilot-instructions.md
skills/csharp/SKILL.md
skills/csharp/anti_patterns.json
skills/cursor/.cursorrules
skills/cursor/cursor-rules.md
skills/dart/SKILL.md
skills/dart/anti_patterns.json
skills/django/SKILL.md
skills/drizzle/SKILL.md
skills/expo/SKILL.md
skills/express/SKILL.md
skills/fastapi/SKILL.md
skills/flask/SKILL.md
skills/flutter/SKILL.md
skills/gemini/GEMINI.md
skills/gh-actions/SKILL.md
skills/gin/SKILL.md
skills/ktor/SKILL.md
skills/kubernetes/SKILL.md
skills/langchain/SKILL.md
skills/mlflow/SKILL.md
skills/mongodb/SKILL.md
skills/nextjs/SKILL.md
skills/openai/SKILL.md
skills/postgres/SKILL.md
skills/powershell/SKILL.md
skills/powershell/anti_patterns.json
skills/prisma/SKILL.md
skills/rails/SKILL.md
skills/react/SKILL.md
skills/roo/.roorules
skills/roo/SKILL.md
skills/scss/SKILL.md
skills/scss/anti_patterns.json
skills/sentry/SKILL.md
skills/springboot/SKILL.md
skills/sqlalchemy/SKILL.md
skills/supabase/SKILL.md
skills/swift/SKILL.md
skills/swift/anti_patterns.json
skills/swiftui/SKILL.md
skills/terraform/SKILL.md
skills/transformers/SKILL.md
skills/truemend/SKILL.md
skills/truemend/reference.md
skills/truemend/upskill.md
skills/typeorm/SKILL.md
skills/vapor/SKILL.md
skills/vercel-ai/SKILL.md
skills/vertex/SKILL.md
skills/wandb/SKILL.md
skills/windsurf/.windsurfrules
skills/windsurf/SKILL.md
skills/zed/SKILL.md
skills/zed/settings.json
skills/zustand/SKILL.md
specs/__init__.py
specs/anti_patterns.json
specs/anti_patterns_api_ux.json
specs/anti_patterns_bash.json
specs/anti_patterns_bash_shellcheck.json
specs/anti_patterns_code_quality.json
specs/anti_patterns_crosslang_cwe_owasp.json
specs/anti_patterns_crosslang_semgrep.json
specs/anti_patterns_csharp.json
specs/anti_patterns_csharp_roslyn_stylecop.json
specs/anti_patterns_css.json
specs/anti_patterns_css_stylelint.json
specs/anti_patterns_dart.json
specs/anti_patterns_dart_core.json
specs/anti_patterns_dart_linter.json
specs/anti_patterns_go.json
specs/anti_patterns_go_golangci.json
specs/anti_patterns_java.json
specs/anti_patterns_java_checkstyle_pmd.json
specs/anti_patterns_java_error_prone.json
specs/anti_patterns_java_spotbugs.json
specs/anti_patterns_javascript.json
specs/anti_patterns_json.json
specs/anti_patterns_kotlin.json
specs/anti_patterns_kotlin_detekt_ktlint.json
specs/anti_patterns_powershell.json
specs/anti_patterns_powershell_psscriptanalyzer.json
specs/anti_patterns_prompts.json
specs/anti_patterns_python.json
specs/anti_patterns_python_bandit.json
specs/anti_patterns_python_flake8_bugbear.json
specs/anti_patterns_python_flake8_comprehensions.json
specs/anti_patterns_python_pylint.json
specs/anti_patterns_python_ruff.json
specs/anti_patterns_python_sonarqube.json
specs/anti_patterns_ruby.json
specs/anti_patterns_ruby_brakeman.json
specs/anti_patterns_ruby_reek.json
specs/anti_patterns_ruby_rubocop.json
specs/anti_patterns_rust.json
specs/anti_patterns_rust_clippy.json
specs/anti_patterns_scss.json
specs/anti_patterns_slop.json
specs/anti_patterns_sql.json
specs/anti_patterns_sql_sqlfluff.json
specs/anti_patterns_swift.json
specs/anti_patterns_swift_swiftlint.json
specs/anti_patterns_testing.json
specs/anti_patterns_typescript_biome.json
specs/anti_patterns_typescript_eslint.json
specs/anti_patterns_typescript_eslint_extended.json
specs/anti_patterns_typescript_sonarqube.json
specs/anti_patterns_ux.json
specs/anti_patterns_visual_slop.json
specs/anti_patterns_yaml.json
specs/deterministic_patches.json
specs/evidence_templates.json
specs/feature_risk_profiles.json
specs/industry_benchmarks.json
specs/mcp_server_spec.json
specs/output-schema.json
specs/refactor_finding_map.json
specs/refactoring_catalog.json
src/__init__.py
src/cli_commands.py
src/cli_helpers.py
src/cli_parsers.py
src/mcp_tools.py
src/truemend_metrics.py
src/analysis/__init__.py
src/analysis/identifier_origin.py
src/analysis/pipeline.py
src/analysis/triage.py
src/analysis/graph/__init__.py
src/analysis/graph/call_resolver.py
src/analysis/graph/import_resolver.py
src/analysis/graph/project_graph.py
src/analysis/graph/symbol_index.py
src/core/__init__.py
src/core/code_masking.py
src/core/config.py
src/core/content_tier.py
src/core/errors.py
src/core/file_classifier.py
src/core/json_utils.py
src/core/language_extensions.py
src/core/numeral_gate.py
src/core/parallel.py
src/core/path_safety.py
src/core/project_detector.py
src/core/project_presets.py
src/core/redos_screen.py
src/core/regex_dispatch.py
src/core/regex_engine.py
src/core/serializers.py
src/core/signing.py
src/core/spec_tiers.py
src/core/standards_reader.py
src/core/tree_sitter_compat.py
src/core/types.py
src/detection/__init__.py
src/detection/_pattern_core.py
src/detection/_secrets_core.py
src/detection/_text_common.py
src/detection/ai_line_scan.py
src/detection/ai_smell_checks.py
src/detection/anti_patterns.py
src/detection/auth_patterns.py
src/detection/breaking_changes.py
src/detection/code_quality_checks.py
src/detection/comment_checker.py
src/detection/config_scanner.py
src/detection/coupling_detector.py
src/detection/coupling_smell_checks.py
src/detection/cross_file_pipeline.py
src/detection/dart_patterns.py
src/detection/dead_code_block_detector.py
src/detection/doc_quality.py
src/detection/duplicate_detector.py
src/detection/duplicate_detector_text.py
src/detection/duplicate_detector_text_blocks.py
src/detection/edge_scanner.py
src/detection/file_filter.py
src/detection/flat_dir_detector.py
src/detection/framework_entry_points.py
src/detection/generated_file.py
src/detection/git_hygiene.py
src/detection/import_helpers.py
src/detection/json_structure.py
src/detection/metric_checks.py
src/detection/migration_detector.py
src/detection/naming_detector.py
src/detection/noise_suppressor.py
src/detection/passthrough_detector.py
src/detection/prompt_auditor.py
src/detection/python_patterns.py
src/detection/react_array_mutation.py
src/detection/react_patterns.py
src/detection/regression_detector.py
src/detection/root_cause.py
src/detection/rust_lock_await.py
src/detection/secrets_scanner.py
src/detection/signature_detector.py
src/detection/simplification_detector.py
src/detection/single_use_detector.py
src/detection/slop_detector.py
src/detection/sql_group_by.py
src/detection/structural_base.py
src/detection/structural_pipeline.py
src/detection/temporal_detector.py
src/detection/test_gap_detector.py
src/detection/test_guards.py
src/detection/ts_patterns.py
src/detection/unused_imports.py
src/detection/semantic/__init__.py
src/detection/semantic/advanced_counting_detector.py
src/detection/semantic/catalog_detector.py
src/detection/semantic/completeness_detector.py
src/detection/semantic/concurrency_detector.py
src/detection/semantic/data_flow_detector.py
src/detection/semantic/error_detector.py
src/detection/semantic/quality_detector.py
src/detection/semantic/runtime_detector.py
src/detection/semantic/slop_ast_detector.py
src/detection/semantic/taint_detector.py
src/detection/semantic/type_inference_detector.py
src/detection/semantic/typescript_detector.py
src/detection/unused_imports_impl/__init__.py
src/detection/unused_imports_impl/_core.py
src/detection/unused_imports_impl/csharp.py
src/detection/unused_imports_impl/dart.py
src/detection/unused_imports_impl/go.py
src/detection/unused_imports_impl/java.py
src/detection/unused_imports_impl/kotlin.py
src/detection/unused_imports_impl/python.py
src/detection/unused_imports_impl/rust.py
src/detection/unused_imports_impl/typescript.py
src/integrations/__init__.py
src/integrations/auth_session.py
src/integrations/benchmark.py
src/integrations/definition_registry.py
src/integrations/definitions_updater.py
src/integrations/fix_revert_checkpoint.py
src/integrations/fix_session.py
src/integrations/forgejo_pr.py
src/integrations/git_diff_analyzer.py
src/integrations/git_exec.py
src/integrations/git_integration.py
src/integrations/github_pr.py
src/integrations/github_pr_comment.py
src/integrations/hooks.py
src/integrations/profiler.py
src/integrations/skill_extraction.py
src/integrations/skill_installer.py
src/integrations/skill_pattern_matcher.py
src/integrations/skill_sync.py
src/integrations/skills_loader.py
src/integrations/watcher.py
src/intelligence/__init__.py
src/intelligence/batch_api.py
src/intelligence/cache.py
src/intelligence/context_budget.py
src/intelligence/conventions.py
src/intelligence/eval_harness.py
src/intelligence/evidence.py
src/intelligence/finding_age.py
src/intelligence/findings_ledger.py
src/intelligence/issue_clustering.py
src/intelligence/predictor.py
src/intelligence/prompt_contexts.py
src/intelligence/prompt_optimizer.py
src/intelligence/recommendations.py
src/intelligence/review_handoff.py
src/intelligence/score_impact.py
src/intelligence/staleness_tracker.py
src/intelligence/subjective_review.py
src/intelligence/subjective_review_core.py
src/intelligence/local_llm/__init__.py
src/intelligence/local_llm/benchmark.py
src/intelligence/local_llm/download.py
src/intelligence/local_llm/eval_set.py
src/intelligence/local_llm/hardware.py
src/intelligence/local_llm/models.py
src/intelligence/local_llm/providers.py
src/intelligence/local_llm/rewrite_validator.py
src/intelligence/local_llm/sentence_plan.py
src/intelligence/local_llm/server.py
src/intelligence/local_llm/server_install.py
src/intelligence/local_llm/summarizer.py
src/intelligence/subjective_review_impl/__init__.py
src/intelligence/subjective_review_impl/detectors.py
src/intelligence/subjective_review_impl/dimensions.py
src/intelligence/subjective_review_impl/persistence.py
src/intelligence/subjective_review_impl/scoring.py
src/intelligence/subjective_review_impl/signals.py
src/interfaces/__init__.py
src/interfaces/api.py
src/interfaces/cli/__init__.py
src/interfaces/cli/parsers.py
src/interfaces/cli/parsers_core.py
src/interfaces/cli/commands/__init__.py
src/interfaces/cli/commands/admin.py
src/interfaces/cli/commands/analyze.py
src/interfaces/cli/commands/audit.py
src/interfaces/cli/commands/baseline.py
src/interfaces/cli/commands/conventions.py
src/interfaces/cli/commands/diagnostics.py
src/interfaces/cli/commands/dispatch.py
src/interfaces/cli/commands/fix.py
src/interfaces/cli/commands/hooks.py
src/interfaces/cli/commands/patterns.py
src/interfaces/cli/commands/quality.py
src/interfaces/cli/commands/queue.py
src/interfaces/cli/commands/reporting.py
src/interfaces/cli/commands/review.py
src/interfaces/cli/commands/team.py
src/interfaces/cli/commands/workflow.py
src/interfaces/cli/helpers/__init__.py
src/interfaces/cli/helpers/analysis.py
src/interfaces/cli/helpers/environment.py
src/interfaces/cli/helpers/formatting.py
src/interfaces/cli/helpers/patching.py
src/interfaces/cli/helpers/review.py
src/interfaces/cli/helpers/ux.py
src/interfaces/mcp/__init__.py
src/interfaces/mcp/audit_blocks.py
src/interfaces/mcp/daemon.py
src/interfaces/mcp/daemon_tools.py
src/interfaces/mcp/prompts.py
src/interfaces/mcp/resources.py
src/interfaces/mcp/tools/__init__.py
src/interfaces/mcp/tools/_core.py
src/interfaces/mcp/tools/_shared.py
src/interfaces/mcp/tools/analysis.py
src/interfaces/mcp/tools/audit.py
src/interfaces/mcp/tools/audit_security.py
src/interfaces/mcp/tools/narrate.py
src/interfaces/mcp/tools/reporting.py
src/interfaces/mcp/tools/review.py
src/interfaces/mcp/tools/status.py
src/interfaces/mcp/tools/verify.py
src/interfaces/mcp/tools/workflow.py
src/languages/__init__.py
src/languages/_comments.py
src/languages/bash.py
src/languages/c_lang.py
src/languages/cpp.py
src/languages/csharp.py
src/languages/dart.py
src/languages/docker.py
src/languages/go.py
src/languages/java.py
src/languages/kotlin.py
src/languages/kotlin_ast.py
src/languages/php.py
src/languages/powershell.py
src/languages/python_lang.py
src/languages/ruby.py
src/languages/rust.py
src/languages/scss.py
src/languages/sql.py
src/languages/swift.py
src/languages/typescript.py
src/languages/yaml_cloudformation.py
src/languages/yaml_envoy.py
src/languages/yaml_kafka.py
src/languages/yaml_lang.py
src/languages/yaml_openapi.py
src/languages/yaml_prometheus.py
src/languages/yaml_workflows.py
src/licensing/__init__.py
src/licensing/entitlements.py
src/licensing/feature_gate.py
src/licensing/license.py
src/licensing/machine_id.py
src/licensing/online_check.py
src/marketplace/__init__.py
src/marketplace/registry.py
src/marketplace/validator.py
src/metrics/__init__.py
src/metrics/analyzer.py
src/metrics/dedup.py
src/metrics/facade.py
src/metrics/filters.py
src/metrics/function_metrics.py
src/metrics/functions.py
src/metrics/line_scan.py
src/metrics/parsing.py
src/metrics/runner.py
src/metrics/specs.py
src/metrics/summary.py
src/metrics/ux.py
src/remediation/__init__.py
src/remediation/apply/__init__.py
src/remediation/apply/baseline.py
src/remediation/apply/diff_preview.py
src/remediation/apply/finding_identity.py
src/remediation/apply/impact_scorer.py
src/remediation/apply/interactive.py
src/remediation/apply/patch_engine.py
src/remediation/apply/rescorer.py
src/remediation/apply/resolution.py
src/remediation/apply/suppression.py
src/remediation/apply/top_fix_selector.py
src/remediation/apply/transforms.py
src/remediation/apply/validator.py
src/remediation/apply/verifier.py
src/remediation/apply/transforms_impl/__init__.py
src/remediation/apply/transforms_impl/_shared.py
src/remediation/apply/transforms_impl/csharp.py
src/remediation/apply/transforms_impl/generic.py
src/remediation/apply/transforms_impl/javascript.py
src/remediation/apply/transforms_impl/python.py
src/remediation/suggest/__init__.py
src/remediation/suggest/catalog_load.py
src/remediation/suggest/findings.py
src/remediation/suggest/fix_type_lookup.py
src/remediation/suggest/map_suggest.py
src/remediation/suggest/packet.py
src/reporting/__init__.py
src/reporting/cost_calculator.py
src/reporting/html_cover_pages.py
src/reporting/html_financials.py
src/reporting/html_findings_pages.py
src/reporting/html_pages.py
src/reporting/html_report.py
src/reporting/html_roadmap_pages.py
src/reporting/html_security_pages.py
src/reporting/html_shared.py
src/reporting/html_ux_report.py
src/reporting/html_ux_supplement_pages.py
src/reporting/pdf_cover.py
src/reporting/pdf_findings.py
src/reporting/pdf_findings_audit.py
src/reporting/pdf_utils.py
src/reporting/production_readiness.py
src/reporting/progress.py
src/reporting/reporter.py
src/reporting/sarif.py
src/reporting/team_report.py
src/reporting/team_report_ingest.py
src/reporting/terminal.py
src/reporting/trace_ai.py
src/reporting/trace_blast_radius.py
src/reporting/trace_design.py
src/reporting/trace_git_core.py
src/reporting/trace_pipeline.py
src/reporting/trace_reporting.py
src/reporting/trace_review.py
src/reporting/trace_test_coverage.py
src/reporting/traceability.py
src/reporting/assets/fonts/Inter-Bold.ttf
src/reporting/assets/fonts/Inter-Light.ttf
src/reporting/assets/fonts/Inter-Medium.ttf
src/reporting/assets/fonts/Inter-Regular.ttf
src/reporting/assets/fonts/Inter-SemiBold.ttf
src/reporting/assets/fonts/JetBrainsMono-Bold.ttf
src/reporting/assets/fonts/JetBrainsMono-Light.ttf
src/reporting/assets/fonts/JetBrainsMono-Medium.ttf
src/reporting/assets/fonts/JetBrainsMono-Regular.ttf
src/reporting/assets/fonts/LICENSE-Inter.txt
src/reporting/assets/fonts/LICENSE-JetBrainsMono.txt
src/rules/__init__.py
src/rules/approval_gates.py
src/rules/custom_patterns.py
src/rules/directives.py
src/rules/dynamic_thresholds.py
src/rules/framework_gate.py
src/rules/pattern_filter.py
src/rules/rule_inheritance.py
src/rules/zones.py
src/scoring/__init__.py
src/scoring/baselines.json
src/scoring/comparative.py
src/scoring/economics.py
src/scoring/health_score.py
src/scoring/progression.py
src/ux/__init__.py
src/ux/accessibility.py
src/ux/component.py
src/ux/helpers.py
src/ux/loading.py
src/ux/mobile.py
src/ux/patterns.py
src/ux/performance.py
src/workflow/__init__.py
src/workflow/batch_all.py
src/workflow/commit_tracker.py
src/workflow/compliance.py
src/workflow/dashboard.py
src/workflow/discovery.py
src/workflow/engage.py
src/workflow/engine.py
src/workflow/loop_runner.py
src/workflow/planner.py
src/workflow/postmortem.py
src/workflow/predict_input.py
src/workflow/priority_queue.py
src/workflow/roadmap.py
src/workflow/safe_move.py
src/workflow/trend_tracker.py
src/workflow/triage.py
truemend.egg-info/PKG-INFO
truemend.egg-info/SOURCES.txt
truemend.egg-info/dependency_links.txt
truemend.egg-info/entry_points.txt
truemend.egg-info/requires.txt
truemend.egg-info/scm_file_list.json
truemend.egg-info/scm_version.json
truemend.egg-info/top_level.txt