LICENSE
README.md
pyproject.toml
agentihooks.egg-info/PKG-INFO
agentihooks.egg-info/SOURCES.txt
agentihooks.egg-info/dependency_links.txt
agentihooks.egg-info/entry_points.txt
agentihooks.egg-info/requires.txt
agentihooks.egg-info/top_level.txt
hooks/__init__.py
hooks/__main__.py
hooks/_async.py
hooks/_brain_http.py
hooks/_redis.py
hooks/common.py
hooks/config.py
hooks/hook_manager.py
hooks/quota.py
hooks/secrets.py
hooks/statusline.py
hooks/telemetry.py
hooks/tool_memory.py
hooks/context/__init__.py
hooks/context/_strip.py
hooks/context/amygdala_hook.py
hooks/context/auto_dev_switch.py
hooks/context/bash_output_filter.py
hooks/context/brain_adapter.py
hooks/context/brain_writer_hook.py
hooks/context/branch_guard.py
hooks/context/broadcast.py
hooks/context/ci_manifesto.py
hooks/context/claude_md_sanity.py
hooks/context/compact_advisor.py
hooks/context/context_refresh.py
hooks/context/controls_toggle.py
hooks/context/dep_banner.py
hooks/context/enforcement.py
hooks/context/file_read_cache.py
hooks/context/kubectl_mutation_guard.py
hooks/context/memory_sync_events.py
hooks/context/overlay_injector.py
hooks/context/preprocessor.py
hooks/context/prod_lockdown.py
hooks/context/retry_breaker.py
hooks/context/rules_refresh.py
hooks/context/thinking_policy.py
hooks/context/version_guard.py
hooks/context/voice_output.py
hooks/context/data/abbreviations.json
hooks/integrations/__init__.py
hooks/integrations/aws.py
hooks/integrations/base.py
hooks/integrations/dynamodb.py
hooks/integrations/lambda_invoke.py
hooks/integrations/mailer.py
hooks/integrations/postgres.py
hooks/integrations/session_state.py
hooks/integrations/storage.py
hooks/mcp/__init__.py
hooks/mcp/__main__.py
hooks/mcp/_registry.py
hooks/mcp/aws.py
hooks/mcp/channels.py
hooks/mcp/compute.py
hooks/mcp/database.py
hooks/mcp/email.py
hooks/mcp/enforcement.py
hooks/mcp/observability.py
hooks/mcp/profiles.py
hooks/mcp/storage.py
hooks/mcp/utilities.py
hooks/memory/__init__.py
hooks/memory/__main__.py
hooks/memory/auto_save.py
hooks/memory/server.py
hooks/memory/store.py
hooks/memory/transcript_reader.py
hooks/observability/__init__.py
hooks/observability/agent_log_stream.py
hooks/observability/container_logs.py
hooks/observability/context_audit.py
hooks/observability/event_relay.py
hooks/observability/metrics.py
hooks/observability/otel.py
hooks/observability/peak_hours.py
hooks/observability/token_monitor.py
hooks/observability/transcript.py
profiles/__init__.py
profiles/_base/__init__.py
profiles/_base/settings.base.json
profiles/default/__init__.py
profiles/default/profile.yml
profiles/default/.claude/settings.overrides.json
scripts/__init__.py
scripts/claude_linter.py
scripts/claude_usage_watcher.py
scripts/install.py
scripts/mcp_reporter.py
scripts/memory_mirror_sync.py
scripts/overlay.py
scripts/session_registry.py
scripts/status_checker.py
scripts/sync_daemon.py
tests/test_channels.py
tests/test_claude_linter.py
tests/test_claude_md_sanity.py
tests/test_common.py
tests/test_common_extended.py
tests/test_config.py
tests/test_container_logs.py
tests/test_enforcement.py
tests/test_event_relay.py
tests/test_hook_manager.py
tests/test_install.py
tests/test_install_validation.py
tests/test_integrations_base.py
tests/test_kubectl_mutation_guard.py
tests/test_mcp_registry.py
tests/test_mcp_reporter.py
tests/test_mcp_utilities.py
tests/test_memory_mirror_sync.py
tests/test_memory_store.py
tests/test_memory_store_extended.py
tests/test_memory_sync_events.py
tests/test_metrics_extended.py
tests/test_observability.py
tests/test_overlay.py
tests/test_quota.py
tests/test_rules_refresh.py
tests/test_secrets.py
tests/test_status_checker.py
tests/test_sync_daemon.py
tests/test_tool_memory.py
tests/test_transcript_reader.py