CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
fettle/__init__.py
fettle/__main__.py
fettle/_resources.py
fettle/action_entrypoint.py
fettle/advisory.py
fettle/ai_summaries.py
fettle/artifact_gate.py
fettle/autofix.py
fettle/baseline.py
fettle/bash_audit.py
fettle/bench.py
fettle/blackduck_adapter.py
fettle/boundary_rules.py
fettle/boundary_scan.py
fettle/cache.py
fettle/changeset.py
fettle/ci.py
fettle/ci_diagnose.py
fettle/ci_ingest.py
fettle/cli.py
fettle/commit_message.py
fettle/complexity_check.py
fettle/config.py
fettle/config_protect.py
fettle/config_schema.py
fettle/config_v050.py
fettle/coverage_gate.py
fettle/cross_review.py
fettle/debt_report.py
fettle/dep_check.py
fettle/deploy_gate.py
fettle/destructive_guard.py
fettle/discipline_link.py
fettle/dispatcher.py
fettle/dispatcher_aggregate.py
fettle/dispatcher_registry.py
fettle/dispatcher_types.py
fettle/doctor.py
fettle/entry_points.py
fettle/environment.py
fettle/evals_runner.py
fettle/event.py
fettle/explain.py
fettle/finding.py
fettle/fp_stamp.py
fettle/health_telemetry.py
fettle/import_graph.py
fettle/init_cmd.py
fettle/install.py
fettle/integration_base.py
fettle/lean_debt.py
fettle/lean_sniffers.py
fettle/learn.py
fettle/loop_detect.py
fettle/lsp_server.py
fettle/mcp_trust_gate.py
fettle/migration_safety.py
fettle/mutation_test.py
fettle/pact_adapter.py
fettle/paths.py
fettle/plan_validator.py
fettle/policy_layers.py
fettle/post_bash_doc_check.py
fettle/post_edit.py
fettle/post_edit_go.py
fettle/post_edit_ts.py
fettle/pr_review.py
fettle/profile.py
fettle/project_rules.py
fettle/provenance_gate.py
fettle/py.typed
fettle/quality_gate.py
fettle/quality_scan.py
fettle/ratchet.py
fettle/release_gate.py
fettle/report.py
fettle/result.py
fettle/review.py
fettle/sarif.py
fettle/schema_drift.py
fettle/scope_creep.py
fettle/secret_scan.py
fettle/security_review.py
fettle/semgrep_util.py
fettle/sonar_adapter.py
fettle/spec_audit.py
fettle/stop_quality_gate.py
fettle/suppressions_v3.py
fettle/tdd_gate.py
fettle/test_discovery.py
fettle/test_runner_opts.py
fettle/threat_model.py
fettle/tier_routing.py
fettle/tool_runner.py
fettle/trace.py
fettle/trace_requirements.py
fettle/ux_spec_gate.py
fettle/worklog.py
fettle/workspace.py
fettle/adapters/__init__.py
fettle/adapters/go_adapter.py
fettle/adapters/python_adapter.py
fettle/adapters/rust_adapter.py
fettle/adapters/typescript_adapter.py
fettle/agents/__init__.py
fettle/agents/claude_code.py
fettle/agents/opencode.py
finefettle.egg-info/PKG-INFO
finefettle.egg-info/SOURCES.txt
finefettle.egg-info/dependency_links.txt
finefettle.egg-info/entry_points.txt
finefettle.egg-info/requires.txt
finefettle.egg-info/top_level.txt
hooks/hooks.json
hooks/subagent_inject.js
integrations/opencode/fettle.ts
integrations/vscode/src/extension.ts
rules/.ruff.toml
rules/go-antipatterns.yml
rules/llm-antipatterns.yml
rules/ts-antipatterns.yml
templates/ci-fettle.yml
templates/claude-md-addon.md
templates/gitlab-ci.yml
templates/ops-review.md
templates/pre-commit-config.yaml
templates/preflight.md
tests/test_action_entrypoint.py
tests/test_adapter.py
tests/test_advanced.py
tests/test_advisory.py
tests/test_agents.py
tests/test_artifact_gate.py
tests/test_baseline.py
tests/test_bash_audit.py
tests/test_bench.py
tests/test_bootstrap_gate.py
tests/test_boundary_rules.py
tests/test_boundary_scan.py
tests/test_changeset.py
tests/test_ci.py
tests/test_ci_diagnose.py
tests/test_ci_ingest.py
tests/test_cli.py
tests/test_commit_message.py
tests/test_complexity.py
tests/test_config.py
tests/test_config_protect.py
tests/test_config_schema.py
tests/test_config_v050.py
tests/test_coverage_gate.py
tests/test_debt_report.py
tests/test_debug_detect.py
tests/test_dep_check.py
tests/test_deploy_gate.py
tests/test_destructive_guard.py
tests/test_discipline_link.py
tests/test_dispatcher.py
tests/test_doctor.py
tests/test_entry_points.py
tests/test_environment.py
tests/test_evals_runner.py
tests/test_finding.py
tests/test_health_telemetry.py
tests/test_import_graph.py
tests/test_init_cmd.py
tests/test_integrations.py
tests/test_lean_debt.py
tests/test_lean_sniffers.py
tests/test_lean_surface.py
tests/test_learn.py
tests/test_loop_detect.py
tests/test_loop_discipline.py
tests/test_lsp_server.py
tests/test_mcp_trust_gate.py
tests/test_mutation_test.py
tests/test_output_schema.py
tests/test_paths.py
tests/test_plan_validator.py
tests/test_policy_layers.py
tests/test_polyglot_adapters.py
tests/test_post_bash_doc_check.py
tests/test_post_edit.py
tests/test_post_edit_go.py
tests/test_post_edit_rust.py
tests/test_post_edit_shell.py
tests/test_pr_review.py
tests/test_profile.py
tests/test_project_rules.py
tests/test_provenance_gate.py
tests/test_quality_gate.py
tests/test_quality_scan.py
tests/test_ratchet.py
tests/test_release_gate.py
tests/test_report.py
tests/test_resources.py
tests/test_result.py
tests/test_rule_integrity.py
tests/test_rules.py
tests/test_run_sh.py
tests/test_scope_creep.py
tests/test_scrub_audit.py
tests/test_secret_scan.py
tests/test_security_review.py
tests/test_semgrep_anchor.py
tests/test_spec_audit.py
tests/test_stop_quality_gate.py
tests/test_subagent_inject.py
tests/test_suppressions_v3.py
tests/test_tdd_gate.py
tests/test_test_discovery.py
tests/test_test_runner_opts.py
tests/test_threat_model.py
tests/test_tier_routing.py
tests/test_tool_runner.py
tests/test_trace.py
tests/test_trace_requirements.py
tests/test_ts_rules.py
tests/test_typescript_adapter.py
tests/test_ux_spec_gate.py
tests/test_worklog.py
tests/test_workspace.py