CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
benchmarks/benchmark_fingerprint.py
benchmarks/harbor/README.md
benchmarks/harbor/__init__.py
benchmarks/harbor/launch.py
benchmarks/harbor/mca_agent.py
benchmarks/harbor/pilot-25.json
benchmarks/harbor/protocol.json
benchmarks/harbor/protocol.py
benchmarks/harbor/requirements.txt
evals/README.md
evals/__init__.py
evals/memory_shadow_candidates.py
evals/run_evals.py
evals/run_memory_comparison.py
evals/run_memory_complex_intervention_model.py
evals/run_memory_control.py
evals/run_memory_evals.py
evals/run_memory_formation.py
evals/run_memory_intervention.py
evals/run_memory_intervention_model.py
evals/run_memory_long_conversation.py
evals/run_memory_longitudinal.py
evals/run_memory_model_comparison.py
evals/run_memory_natural_intervention_model.py
evals/run_memory_portability.py
evals/run_memory_shadow_extraction.py
evals/run_memory_suite.py
evals/run_sillytavern_memory_eval.py
evals/save_memory_report.py
evals/fixtures/explain_only/pricing.py
evals/fixtures/explain_only/test_pricing.py
evals/fixtures/failure_recovery/test_transform.py
evals/fixtures/failure_recovery/transform.py
evals/fixtures/memory_complex/invoice.py
evals/fixtures/memory_complex/pricing.py
evals/fixtures/memory_complex/shipping.py
evals/fixtures/memory_complex/test_checkout.py
evals/fixtures/memory_natural_holdout/delivery.py
evals/fixtures/memory_natural_holdout/discounts.py
evals/fixtures/memory_natural_holdout/statement.py
evals/fixtures/memory_natural_holdout/test_statement.py
evals/fixtures/multi_file_fix/invoice.py
evals/fixtures/multi_file_fix/pricing.py
evals/fixtures/multi_file_fix/test_invoice.py
evals/fixtures/resume/test_value.py
evals/fixtures/resume/value.py
evals/fixtures/security_refusal/note.py
evals/fixtures/security_refusal/test_note.py
evals/fixtures/single_file_fix/calculator.py
evals/fixtures/single_file_fix/test_calculator.py
evals/fixtures/undo/note.py
evals/fixtures/undo/test_note.py
evals/fixtures/verification_gate/test_value.py
evals/fixtures/verification_gate/value.py
evals/fixtures/zero_tests/module.py
evals/results/README.md
src/memory_core/__init__.py
src/memory_core/continuity.py
src/memory_core/contracts.py
src/memory_core/conversation.py
src/memory_core/experience.py
src/memory_core/lifecycle.py
src/memory_core/mutations.py
src/memory_core/rendering.py
src/memory_core/runtime.py
src/memory_core/security.py
src/memory_core/semantic.py
src/memory_core/adapters/__init__.py
src/memory_core/adapters/sillytavern.py
src/memory_core/adapters/tavern_helper.py
src/mini_code_agent/__init__.py
src/mini_code_agent/__main__.py
src/mini_code_agent/agent.py
src/mini_code_agent/chat.py
src/mini_code_agent/checks.py
src/mini_code_agent/cli.py
src/mini_code_agent/context.py
src/mini_code_agent/contracts.py
src/mini_code_agent/diagnostics.py
src/mini_code_agent/executor.py
src/mini_code_agent/locking.py
src/mini_code_agent/memory_admission.py
src/mini_code_agent/memory_control.py
src/mini_code_agent/memory_models.py
src/mini_code_agent/memory_retrieval.py
src/mini_code_agent/memory_store.py
src/mini_code_agent/model.py
src/mini_code_agent/prompts.py
src/mini_code_agent/receipt.py
src/mini_code_agent/sandbox_probe.py
src/mini_code_agent/security.py
src/mini_code_agent/trajectory.py
src/mini_code_agent/transaction.py
src/mini_code_agent/transaction_adapter.py
src/mini_code_agent/transaction_cli.py
src/mini_code_agent/utils.py
src/mini_code_agent/verification.py
src/mini_code_agent/workspace.py
src/mini_code_agent/memory_adapters/__init__.py
src/mini_code_agent/memory_adapters/agent.py
src/mini_code_agent/memory_adapters/project.py
src/mini_code_agent/memory_adapters/semantic.py
src/mini_code_agent/memory_adapters/transaction.py
src/mini_code_agent_langgraph.egg-info/PKG-INFO
src/mini_code_agent_langgraph.egg-info/SOURCES.txt
src/mini_code_agent_langgraph.egg-info/dependency_links.txt
src/mini_code_agent_langgraph.egg-info/entry_points.txt
src/mini_code_agent_langgraph.egg-info/requires.txt
src/mini_code_agent_langgraph.egg-info/top_level.txt
tests/test_agent_cli.py
tests/test_architecture.py
tests/test_checks.py
tests/test_cli_launch.py
tests/test_conversation_memory.py
tests/test_diagnostics.py
tests/test_evals.py
tests/test_executor.py
tests/test_harbor_protocol.py
tests/test_hardening.py
tests/test_hygiene_scan.py
tests/test_memory.py
tests/test_memory_admission.py
tests/test_memory_comparison.py
tests/test_memory_complex_intervention.py
tests/test_memory_continuity.py
tests/test_memory_control.py
tests/test_memory_control_eval.py
tests/test_memory_core.py
tests/test_memory_evals.py
tests/test_memory_formation.py
tests/test_memory_intervention.py
tests/test_memory_long_conversation.py
tests/test_memory_longitudinal.py
tests/test_memory_model_comparison.py
tests/test_memory_mutations.py
tests/test_memory_natural_intervention.py
tests/test_memory_portability_eval.py
tests/test_memory_release_suite.py
tests/test_memory_reports.py
tests/test_memory_retrieval.py
tests/test_memory_semantic_adapter.py
tests/test_memory_shadow_candidates.py
tests/test_memory_shadow_extraction.py
tests/test_model_usage.py
tests/test_process_cleanup.py
tests/test_sandbox_integration.py
tests/test_sandbox_probe.py
tests/test_sillytavern_memory_eval.py
tests/test_tavern_helper_adapter.py
tests/test_transaction.py
tests/test_windows_compat.py
tests/test_workflow_policy.py
tests/test_workspace_fingerprint.py