# `tact`: Public API The package-level module lists the stable, supported import surface. The command-line and MCP mappings are in the [reference](reference.md); module docstrings carry behavior-level detail. ## Core package ```{eval-rst} .. automodule:: tact :members: ``` ## Native hook routing ```{eval-rst} .. automodule:: tact.routing :members: ``` ## Installation diagnostics ```{eval-rst} .. automodule:: tact.doctor :members: ``` ## Privacy-minimal telemetry ```{eval-rst} .. automodule:: tact.telemetry :members: ```