LICENSE
README.md
pyproject.toml
ccmod/__init__.py
ccmod/__main__.py
ccmod/apply.py
ccmod/binary.py
ccmod/check.py
ccmod/cli.py
ccmod/config.py
ccmod/configure.py
ccmod/discovery.py
ccmod/exceptions.py
ccmod/init.py
ccmod/installer.py
ccmod/npm_recovery.py
ccmod/patcher.py
ccmod/patches.py
ccmod/paths.py
ccmod/profiles.py
ccmod/restore.py
ccmod/scope.py
ccmod/state.py
ccmod/status.py
ccmod/transparency.py
ccmod/updater.py
ccmod.egg-info/PKG-INFO
ccmod.egg-info/SOURCES.txt
ccmod.egg-info/dependency_links.txt
ccmod.egg-info/entry_points.txt
ccmod.egg-info/requires.txt
ccmod.egg-info/top_level.txt
ccmod/formats/__init__.py
ccmod/formats/elf.py
ccmod/formats/macho.py
ccmod/hooks/check-patch-currency.sh
ccmod/profiles/full-control.yaml
ccmod/profiles/quality.yaml
ccmod/profiles/transparency.yaml
ccmod/templates/subagent-completeness-fn.json
ccmod/templates/subagent-completeness.json
ccmod/templates/subagent-explore-description.json
ccmod/templates/subagent-explore-speed-note.json
ccmod/templates/subagent-snippet-suppression.json
ccmod/templates/system-prompt-communication-style-dev.json
ccmod/templates/system-prompt-communication-style.json
ccmod/templates/system-prompt-doing-tasks-focus.json
ccmod/templates/system-prompt-doing-tasks-no-additions-dev.json
ccmod/templates/system-prompt-doing-tasks-no-additions.json
ccmod/templates/system-prompt-error-handling-dev.json
ccmod/templates/system-prompt-opening-swe-framing-dev.json
ccmod/templates/system-prompt-opening-swe-framing.json
ccmod/templates/system-prompt-output-efficiency-dev.json
ccmod/templates/system-prompt-output-efficiency.json
ccmod/templates/system-prompt-scope-matching-dev.json
ccmod/templates/system-prompt-tone-concise-output-short-dev.json
ccmod/templates/system-prompt-tone-concise-output-short.json
ccmod/templates/system-reminder-file-truncated.json
ccmod/templates/tool-description-readfile.json
ccmod/templates/zf6-read-full-file.json
tests/test_apply.py
tests/test_binary_bundle.py
tests/test_check.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_config.py
tests/test_configure.py
tests/test_cross_platform.py
tests/test_discovery.py
tests/test_formats.py
tests/test_hook_session_start.py
tests/test_init.py
tests/test_installer.py
tests/test_npm_recovery.py
tests/test_packaging.py
tests/test_patcher.py
tests/test_patches.py
tests/test_paths.py
tests/test_restore.py
tests/test_scope.py
tests/test_state.py
tests/test_status.py
tests/test_transparency.py
tests/test_updater.py