.
./Cargo.toml
./bench
./bench/capture.sh
./bench/run.sh
./bench/fixtures
./bench/fixtures/git_status.txt
./bench/fixtures/git_log_200.txt
./bench/fixtures/find_deep.txt
./bin
./bin/squeez
./uninstall.sh
./target
./tests
./tests/test_generic.rs
./tests/test_git.rs
./tests/test_runtime.rs
./tests/test_truncation.rs
./tests/test_package_mgr.rs
./tests/test_grouping.rs
./tests/test_database.rs
./tests/test_dedup.rs
./tests/test_docker.rs
./tests/test_test_runner.rs
./tests/test_wrap_integration.rs
./tests/test_config.rs
./tests/test_smart_filter.rs
./tests/test_cloud.rs
./tests/test_build.rs
./tests/test_fs.rs
./tests/test_typescript.rs
./tests/test_network.rs
./Cargo.lock
./build.sh
./.gitignore
./hooks
./hooks/pretooluse.sh
./.gitattributes
./.omc
./.omc/state
./.omc/state/agent-replay-585d5946-dc01-48a9-b6c0-32a9fd5e0d68.jsonl
./.omc/state/checkpoints
./.omc/state/checkpoints/checkpoint-2026-03-23T04-10-01-336Z.json
./.omc/state/last-tool-error.json
./.omc/state/idle-notif-cooldown.json
./.omc/state/subagent-tracking.json
./.omc/project-memory.json
./.git
./src
./src/config.rs
./src/strategies
./src/strategies/smart_filter.rs
./src/strategies/grouping.rs
./src/strategies/mod.rs
./src/strategies/truncation.rs
./src/strategies/dedup.rs
./src/lib.rs
./src/main.rs
./src/commands
./src/commands/package_mgr.rs
./src/commands/runtime.rs
./src/commands/docker.rs
./src/commands/filter_stdin.rs
./src/commands/typescript.rs
./src/commands/generic.rs
./src/commands/database.rs
./src/commands/cloud.rs
./src/commands/build.rs
./src/commands/git.rs
./src/commands/mod.rs
./src/commands/wrap.rs
./src/commands/fs.rs
./src/commands/network.rs
./src/commands/test_runner.rs
./src/filter.rs
