LICENSE
README.md
pyproject.toml
src/sql_write_gate.egg-info/PKG-INFO
src/sql_write_gate.egg-info/SOURCES.txt
src/sql_write_gate.egg-info/dependency_links.txt
src/sql_write_gate.egg-info/entry_points.txt
src/sql_write_gate.egg-info/requires.txt
src/sql_write_gate.egg-info/top_level.txt
src/write_gate/__init__.py
src/write_gate/__main__.py
src/write_gate/approvals.py
src/write_gate/audit.py
src/write_gate/cases.py
src/write_gate/catalog.py
src/write_gate/cli.py
src/write_gate/config.py
src/write_gate/db.py
src/write_gate/decision.py
src/write_gate/engine.py
src/write_gate/hooks.py
src/write_gate/init.py
src/write_gate/mcp_server.py
src/write_gate/mcp_tools.py
src/write_gate/parser.py
src/write_gate/paths.py
src/write_gate/policy.py
src/write_gate/proxy.py
src/write_gate/wrapper.py
src/write_gate/adapters/__init__.py
src/write_gate/adapters/base.py
src/write_gate/adapters/duckdb.py
src/write_gate/adapters/mysql.py
src/write_gate/adapters/postgres.py
src/write_gate/adapters/sqlite.py
src/write_gate/guards/__init__.py
src/write_gate/guards/blast_radius.py
src/write_gate/guards/destructive.py
src/write_gate/guards/environment.py
src/write_gate/guards/freshness.py
src/write_gate/guards/pii.py
src/write_gate/guards/schema.py
src/write_gate/templates/GETTING_STARTED.md
src/write_gate/templates/catalog.json
src/write_gate/templates/policy.yaml
tests/test_adapters.py
tests/test_approvals.py
tests/test_audit.py
tests/test_blast_radius.py
tests/test_demo_cases.py
tests/test_destructive.py
tests/test_environment.py
tests/test_hooks.py
tests/test_init.py
tests/test_installed_init_check.py
tests/test_mcp.py
tests/test_mcp_execute.py
tests/test_mysql.py
tests/test_mysql_live.py
tests/test_paths_defaults.py
tests/test_policy.py
tests/test_postgres_live.py
tests/test_proxy.py
tests/test_readme.py
tests/test_security_bypasses_v017.py
tests/test_sqlite.py
tests/test_v018.py