LICENSE
README.md
pyproject.toml
tests/test_api.py
tests/test_app.py
tests/test_architecture.py
tests/test_auth.py
tests/test_context.py
tests/test_csvkit_t.py
tests/test_docq.py
tests/test_docs.py
tests/test_dry_run.py
tests/test_envar.py
tests/test_eval.py
tests/test_gitsum.py
tests/test_idempotency.py
tests/test_imgsort.py
tests/test_mcp.py
tests/test_note_indexer.py
tests/test_otel.py
tests/test_proj.py
tests/test_secret_input.py
tests/test_security.py
tests/test_skill.py
tests/test_syswatch.py
tests/test_taskr.py
tests/test_telemetry.py
tests/test_versioning.py
tooli/__init__.py
tooli/annotations.py
tooli/app.py
tooli/auth.py
tooli/command.py
tooli/command_meta.py
tooli/config.py
tooli/context.py
tooli/dry_run.py
tooli/envelope.py
tooli/errors.py
tooli/exit_codes.py
tooli/idempotency.py
tooli/input.py
tooli/output.py
tooli/pagination.py
tooli/py.typed
tooli/schema.py
tooli/telemetry.py
tooli/telemetry_pipeline.py
tooli/testing.py
tooli/transforms.py
tooli/versioning.py
tooli.egg-info/PKG-INFO
tooli.egg-info/SOURCES.txt
tooli.egg-info/dependency_links.txt
tooli.egg-info/requires.txt
tooli.egg-info/top_level.txt
tooli/api/openapi.py
tooli/api/server.py
tooli/docs/llms_txt.py
tooli/docs/man.py
tooli/docs/skill.py
tooli/eval/__init__.py
tooli/eval/analyzer.py
tooli/eval/recorder.py
tooli/mcp/__init__.py
tooli/mcp/export.py
tooli/mcp/server.py
tooli/providers/__init__.py
tooli/providers/base.py
tooli/providers/filesystem.py
tooli/providers/local.py
tooli/security/__init__.py
tooli/security/policy.py
tooli/security/sanitizer.py