LICENSE
README.md
pyproject.toml
src/becwright/__init__.py
src/becwright/__main__.py
src/becwright/bundle.py
src/becwright/catalog.py
src/becwright/cli.py
src/becwright/engine.py
src/becwright/git.py
src/becwright/mcp_server.py
src/becwright/report.py
src/becwright/rules.py
src/becwright.egg-info/PKG-INFO
src/becwright.egg-info/SOURCES.txt
src/becwright.egg-info/dependency_links.txt
src/becwright.egg-info/entry_points.txt
src/becwright.egg-info/requires.txt
src/becwright.egg-info/top_level.txt
src/becwright/becs/no-console-log-js.bec.yaml
src/becwright/becs/no-dangerous-eval.bec.yaml
src/becwright/becs/no-debug-go.bec.yaml
src/becwright/becs/no-debug-remnants.bec.yaml
src/becwright/becs/no-debug-rust.bec.yaml
src/becwright/becs/no-debugger-js.bec.yaml
src/becwright/becs/no-hardcoded-secrets.bec.yaml
src/becwright/becs/no-token-in-logs.bec.yaml
src/becwright/becs/no-wildcard-imports.bec.yaml
src/becwright/checks/__init__.py
src/becwright/checks/_ignore.py
src/becwright/checks/dangerous_eval.py
src/becwright/checks/debug_remnants.py
src/becwright/checks/filename.py
src/becwright/checks/forbid.py
src/becwright/checks/hardcoded_secrets.py
src/becwright/checks/max_lines.py
src/becwright/checks/no_token_in_logs.py
src/becwright/checks/redundant_comments.py
src/becwright/checks/require.py
src/becwright/checks/wildcard_imports.py
tests/test_bundle.py
tests/test_catalog.py
tests/test_checks.py
tests/test_cli_and_git.py
tests/test_engine.py
tests/test_engine_integration.py
tests/test_forbid.py
tests/test_ignore.py
tests/test_init.py
tests/test_list.py
tests/test_mcp.py
tests/test_metric_naming_checks.py
tests/test_more_checks.py
tests/test_redundant_comments.py
tests/test_report_and_json.py
tests/test_rules.py
tests/test_staged_content.py