LICENSE
README.md
pyproject.toml
benchmark/__init__.py
benchmark/compressors.py
benchmark/evaluate.py
benchmark/report.py
benchmark/run_benchmark.py
claw_compactor.egg-info/PKG-INFO
claw_compactor.egg-info/SOURCES.txt
claw_compactor.egg-info/dependency_links.txt
claw_compactor.egg-info/entry_points.txt
claw_compactor.egg-info/requires.txt
claw_compactor.egg-info/top_level.txt
scripts/__init__.py
scripts/audit_memory.py
scripts/benchmark_fusion.py
scripts/cli.py
scripts/compress_memory.py
scripts/compressed_context.py
scripts/dedup_memory.py
scripts/dictionary_compress.py
scripts/engram_auto.py
scripts/engram_cli.py
scripts/estimate_tokens.py
scripts/generate_summary_tiers.py
scripts/mem_compress.py
scripts/observation_compressor.py
scripts/lib/__init__.py
scripts/lib/cli.py
scripts/lib/config.py
scripts/lib/crunch_bench.py
scripts/lib/dedup.py
scripts/lib/dictionary.py
scripts/lib/engram.py
scripts/lib/engram_learner.py
scripts/lib/engram_prompts.py
scripts/lib/engram_storage.py
scripts/lib/exceptions.py
scripts/lib/feedback.py
scripts/lib/markdown.py
scripts/lib/rle.py
scripts/lib/tokenizer_optimizer.py
scripts/lib/tokens.py
scripts/lib/unicode_maps.py
scripts/lib/fusion/__init__.py
scripts/lib/fusion/base.py
scripts/lib/fusion/content_detector.py
scripts/lib/fusion/cortex.py
scripts/lib/fusion/diff_crunch.py
scripts/lib/fusion/engine.py
scripts/lib/fusion/ionizer.py
scripts/lib/fusion/log_crunch.py
scripts/lib/fusion/neurosyntax.py
scripts/lib/fusion/nexus.py
scripts/lib/fusion/nexus_model.py
scripts/lib/fusion/photon.py
scripts/lib/fusion/pipeline.py
scripts/lib/fusion/quantum_lock.py
scripts/lib/fusion/search_crunch.py
scripts/lib/fusion/semantic_dedup.py
scripts/lib/fusion/structural_collapse.py
scripts/lib/rewind/__init__.py
scripts/lib/rewind/marker.py
scripts/lib/rewind/retriever.py
scripts/lib/rewind/store.py
tests/test_audit_comprehensive.py
tests/test_audit_memory.py
tests/test_benchmark.py
tests/test_cli_commands.py
tests/test_compress_memory.py
tests/test_compress_memory_comprehensive.py
tests/test_compressed_context.py
tests/test_config.py
tests/test_cortex.py
tests/test_crunch_bench.py
tests/test_dedup_memory.py
tests/test_dictionary.py
tests/test_dictionary_comprehensive.py
tests/test_engram.py
tests/test_engram_auto.py
tests/test_engram_learner.py
tests/test_error_handling.py
tests/test_estimate_tokens.py
tests/test_feedback.py
tests/test_fusion_engine.py
tests/test_fusion_pipeline.py
tests/test_generate_summary_tiers.py
tests/test_integration.py
tests/test_lib_dedup.py
tests/test_lib_markdown.py
tests/test_lib_tokens.py
tests/test_main_entry.py
tests/test_markdown_advanced.py
tests/test_neurosyntax.py
tests/test_new_features.py
tests/test_nexus.py
tests/test_observation_comprehensive.py
tests/test_observation_compressor.py
tests/test_performance.py
tests/test_phase3_structured.py
tests/test_photon.py
tests/test_pipeline.py
tests/test_quantum_lock.py
tests/test_real_workspace.py
tests/test_rewind.py
tests/test_rle.py
tests/test_rle_comprehensive.py
tests/test_roundtrip.py
tests/test_roundtrip_comprehensive.py
tests/test_semantic_dedup.py
tests/test_structural_collapse.py
tests/test_tiers_comprehensive.py
tests/test_token_economics.py
tests/test_tokenizer_optimizer.py
tests/test_tokenizer_optimizer_comprehensive.py
tests/test_tokens.py