LICENSE
README.md
pyproject.toml
codeclaw/__init__.py
codeclaw/__main__.py
codeclaw/anonymizer.py
codeclaw/classifier.py
codeclaw/collector.py
codeclaw/config.py
codeclaw/daemon.py
codeclaw/formatter.py
codeclaw/graph_index.py
codeclaw/mcp_server.py
codeclaw/parser.py
codeclaw/publisher.py
codeclaw/redactor.py
codeclaw/secrets.py
codeclaw/setup_wizard.py
codeclaw/source_adapters.py
codeclaw/storage.py
codeclaw/synthesizer.py
codeclaw.egg-info/PKG-INFO
codeclaw.egg-info/SOURCES.txt
codeclaw.egg-info/dependency_links.txt
codeclaw.egg-info/entry_points.txt
codeclaw.egg-info/requires.txt
codeclaw.egg-info/top_level.txt
codeclaw/cli/__init__.py
codeclaw/cli/_helpers.py
codeclaw/cli/config.py
codeclaw/cli/console.py
codeclaw/cli/diff.py
codeclaw/cli/export.py
codeclaw/cli/finetune.py
codeclaw/cli/growth.py
codeclaw/cli/mcp.py
codeclaw/cli/projects.py
codeclaw/cli/reset.py
codeclaw/cli/setup.py
codeclaw/cli/tui.py
codeclaw/cli/update.py
codeclaw/cli/watch.py
codeclaw/tui/__init__.py
codeclaw/tui/app.py
codeclaw/tui/commands.py
codeclaw/tui/jobs.py
codeclaw/tui/plugins.py
codeclaw/tui/types.py
tests/test_anonymizer.py
tests/test_classifier.py
tests/test_cli.py
tests/test_codeclaw_cli_mcp.py
tests/test_config.py
tests/test_docs_consistency.py
tests/test_formatter.py
tests/test_graph_index.py
tests/test_growth_cli.py
tests/test_new_features.py
tests/test_parser.py
tests/test_publisher.py
tests/test_redactor.py
tests/test_reset_cli.py
tests/test_secrets.py
tests/test_setup_and_projects.py
tests/test_setup_wizard.py
tests/test_synthesizer.py
tests/test_tui_app.py
tests/test_tui_commands.py
tests/test_tui_jobs.py
tests/test_tui_plugins.py