CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
src/agent_memguard.egg-info/PKG-INFO
src/agent_memguard.egg-info/SOURCES.txt
src/agent_memguard.egg-info/dependency_links.txt
src/agent_memguard.egg-info/entry_points.txt
src/agent_memguard.egg-info/requires.txt
src/agent_memguard.egg-info/top_level.txt
src/memoryguard/__init__.py
src/memoryguard/__main__.py
src/memoryguard/access_context.py
src/memoryguard/adapters.py
src/memoryguard/agent_binding.py
src/memoryguard/agent_cleanup.py
src/memoryguard/agent_install_detector.py
src/memoryguard/agent_locator.py
src/memoryguard/agent_mapping.py
src/memoryguard/agent_profiles.py
src/memoryguard/auto_organizer.py
src/memoryguard/change_history.py
src/memoryguard/cli.py
src/memoryguard/codex_subagent_reconcile.py
src/memoryguard/content_parsers.py
src/memoryguard/context_bootstrap.py
src/memoryguard/conversation_history.py
src/memoryguard/data_home.py
src/memoryguard/desktop_executor.py
src/memoryguard/discover.py
src/memoryguard/distiller.py
src/memoryguard/encoding_guard.py
src/memoryguard/external_mcp_detector.py
src/memoryguard/extractor.py
src/memoryguard/file_lock_detector.py
src/memoryguard/gc.py
src/memoryguard/governance_capability.py
src/memoryguard/governance_engine.py
src/memoryguard/governance_lock.py
src/memoryguard/governance_scope.py
src/memoryguard/group_migration.py
src/memoryguard/gui.py
src/memoryguard/history_api.py
src/memoryguard/history_importers.py
src/memoryguard/host_agent_backend.py
src/memoryguard/host_enrichment.py
src/memoryguard/host_hooks.py
src/memoryguard/interactive.py
src/memoryguard/ipc.py
src/memoryguard/knowledge_chunker.py
src/memoryguard/knowledge_distill.py
src/memoryguard/knowledge_graph.py
src/memoryguard/knowledge_gui.py
src/memoryguard/knowledge_ingestion.py
src/memoryguard/knowledge_mcp.py
src/memoryguard/knowledge_organizer.py
src/memoryguard/knowledge_parser.py
src/memoryguard/knowledge_policy.py
src/memoryguard/knowledge_retriever.py
src/memoryguard/knowledge_store.py
src/memoryguard/light_graph.py
src/memoryguard/managed_store.py
src/memoryguard/mcp_client.py
src/memoryguard/mcp_server.py
src/memoryguard/memory_ir.py
src/memoryguard/merge_governance_coordinator.py
src/memoryguard/native_file_release.py
src/memoryguard/native_memory_loader.py
src/memoryguard/policies.py
src/memoryguard/projection.py
src/memoryguard/provider_adapters.py
src/memoryguard/provider_api.py
src/memoryguard/provider_contract.py
src/memoryguard/release_manager.py
src/memoryguard/report.py
src/memoryguard/rule_binding.py
src/memoryguard/rule_creation.py
src/memoryguard/rule_definition.py
src/memoryguard/rule_evidence.py
src/memoryguard/rule_evidence_ledger.py
src/memoryguard/rule_merge.py
src/memoryguard/rule_merge_policy.py
src/memoryguard/rule_merge_store.py
src/memoryguard/rule_read_path.py
src/memoryguard/rule_reconciliation.py
src/memoryguard/rule_scope.py
src/memoryguard/rule_semantic_judge.py
src/memoryguard/runtime_lease.py
src/memoryguard/schema.py
src/memoryguard/schema_v3.py
src/memoryguard/secrets.py
src/memoryguard/security.py
src/memoryguard/semantic_dedup.py
src/memoryguard/semantic_enricher.py
src/memoryguard/sensitive_content.py
src/memoryguard/shared_memory_import.py
src/memoryguard/shared_memory_store.py
src/memoryguard/source_registry.py
src/memoryguard/toml_compat.py
src/memoryguard/v2_cli.py
src/memoryguard/assets_v2/__init__.py
src/memoryguard/assets_v2/models.py
src/memoryguard/assets_v2/store.py
src/memoryguard/codegraph_v2/__init__.py
src/memoryguard/codegraph_v2/models.py
src/memoryguard/codegraph_v2/projector.py
src/memoryguard/codegraph_v2/store.py
src/memoryguard/compat_v2/__init__.py
src/memoryguard/compat_v2/legacy_adapter.py
src/memoryguard/content/__init__.py
src/memoryguard/content/conversation_projector.py
src/memoryguard/content/conversation_sync.py
src/memoryguard/content/store.py
src/memoryguard/cutover_v2/__init__.py
src/memoryguard/cutover_v2/evidence_assembler.py
src/memoryguard/cutover_v2/facade.py
src/memoryguard/cutover_v2/ports.py
src/memoryguard/cutover_v2/readiness.py
src/memoryguard/cutover_v2/state.py
src/memoryguard/cutover_v2/surfaces.py
src/memoryguard/evidence/__init__.py
src/memoryguard/evidence/store.py
src/memoryguard/governance_v2/__init__.py
src/memoryguard/governance_v2/boundary.py
src/memoryguard/governance_v2/context.py
src/memoryguard/governance_v2/rules.py
src/memoryguard/knowledge_v2/__init__.py
src/memoryguard/knowledge_v2/adapter.py
src/memoryguard/knowledge_v2/service.py
src/memoryguard/maintenance_v2/__init__.py
src/memoryguard/maintenance_v2/adapters.py
src/memoryguard/maintenance_v2/api.py
src/memoryguard/maintenance_v2/blob_sweep.py
src/memoryguard/maintenance_v2/models.py
src/memoryguard/maintenance_v2/reference_audit.py
src/memoryguard/maintenance_v2/registry.py
src/memoryguard/maintenance_v2/runtime_port.py
src/memoryguard/maintenance_v2/sqlite_maintenance.py
src/memoryguard/maintenance_v2/storage_report.py
src/memoryguard/maintenance_v2/store.py
src/memoryguard/memory/__init__.py
src/memoryguard/memory/store.py
src/memoryguard/migration/__init__.py
src/memoryguard/migration/assets.py
src/memoryguard/migration/codegraph.py
src/memoryguard/migration/content.py
src/memoryguard/migration/framework.py
src/memoryguard/migration/memory.py
src/memoryguard/migration/projections.py
src/memoryguard/migration/ready_prepare.py
src/memoryguard/migration/rules.py
src/memoryguard/migration/skills.py
src/memoryguard/migration/v2_coordinator.py
src/memoryguard/migration/v2_validator.py
src/memoryguard/migration/workspace_prepare.py
src/memoryguard/migrations/rule_definition_v1.py
src/memoryguard/migrations/rule_intelligence_v2.py
src/memoryguard/projection_v2/__init__.py
src/memoryguard/projection_v2/projector.py
src/memoryguard/projection_v2/store.py
src/memoryguard/retrieval_v2/__init__.py
src/memoryguard/retrieval_v2/models.py
src/memoryguard/retrieval_v2/planner.py
src/memoryguard/retrieval_v2/ports.py
src/memoryguard/rules/__init__.py
src/memoryguard/rules/instruction_rules.py
src/memoryguard/rules/memory_rules.py
src/memoryguard/rules/rag_rules.py
src/memoryguard/rules/skill_rules.py
src/memoryguard/rules/v2_store.py
src/memoryguard/runtime_v2/__init__.py
src/memoryguard/runtime_v2/context_budget.py
src/memoryguard/runtime_v2/context_engine.py
src/memoryguard/runtime_v2/external_mcp_native.py
src/memoryguard/runtime_v2/extraction_native.py
src/memoryguard/runtime_v2/history_native.py
src/memoryguard/runtime_v2/native_ports.py
src/memoryguard/runtime_v2/phase4_acceptance.py
src/memoryguard/runtime_v2/rule_lifecycle_native.py
src/memoryguard/runtime_v2/rule_merge_native.py
src/memoryguard/runtime_v2/safe_services.py
src/memoryguard/runtime_v2/task_canvas.py
src/memoryguard/runtime_v2/working_memory.py
src/memoryguard/skills_v2/__init__.py
src/memoryguard/skills_v2/models.py
src/memoryguard/skills_v2/runtime.py
src/memoryguard/skills_v2/store.py
src/memoryguard/static/cytoscape.min.js
src/memoryguard/static/memoryguard-icon.ico
src/memoryguard/static/memoryguard-icon.png
src/memoryguard/storage/__init__.py
src/memoryguard/storage/database.py
src/memoryguard/storage/layout.py
src/memoryguard/storage/schema.py
src/memoryguard/storage/transaction.py
src/memoryguard/system/__init__.py
src/memoryguard/system/manifest.py
tests/test_accept_scripts.py
tests/test_agent_memory_ingestion.py
tests/test_api_call.py
tests/test_batch_bundle_via_cli.py
tests/test_binding_admin.py
tests/test_bootstrap_canonical_gate.py
tests/test_canonical_reconciliation_real_snapshot.py
tests/test_cli_doctor.py
tests/test_codex_subagent_reconcile.py
tests/test_codex_toml_reconcile.py
tests/test_content_parsers.py
tests/test_context_bootstrap.py
tests/test_conversation_evidence_policy.py
tests/test_conversation_history.py
tests/test_cursor_bootstrap_gate.py
tests/test_distiller.py
tests/test_encoding_guard.py
tests/test_extract_preview_by_path.py
tests/test_gc.py
tests/test_governance_capability.py
tests/test_governance_degraded_diagnostics.py
tests/test_governance_engine.py
tests/test_governance_projection_barrier.py
tests/test_governance_scope_isolation.py
tests/test_group_migration.py
tests/test_gui_alignment.py
tests/test_gui_governance_security.py
tests/test_history_importers.py
tests/test_history_runtime_integration.py
tests/test_hook_stdin_bom.py
tests/test_host_enrichment.py
tests/test_host_hooks.py
tests/test_interactive.py
tests/test_knowledge_acceptance.py
tests/test_knowledge_library.py
tests/test_light_graph_snapshot.py
tests/test_mandatory_rules.py
tests/test_manual_override_governance.py
tests/test_mcp.py
tests/test_mcp_full.py
tests/test_mcp_rule_permissions.py
tests/test_mcp_shared_memory.py
tests/test_memory_ir_localization.py
tests/test_milestone_ab.py
tests/test_native_file_release.py
tests/test_neuron.py
tests/test_neuron_graph_hydration.py
tests/test_open_gui_script.py
tests/test_p2_3_tuning.py
tests/test_p3_barrier_canonical_source.py
tests/test_p3_final_regressions.py
tests/test_p3_group_scoped_readiness.py
tests/test_p3_mcp_governance.py
tests/test_p3_strength_evidence_shadow.py
tests/test_p3_trust_and_group_isolation.py
tests/test_perf_benchmark.py
tests/test_persistence_atomicity.py
tests/test_personal_memory_group.py
tests/test_projection_derivation.py
tests/test_projection_modes.py
tests/test_projection_source_map.py
tests/test_provider_adapter_identity.py
tests/test_provider_api.py
tests/test_publish_reconstructed_memory.py
tests/test_repair_scripts.py
tests/test_rule_acceptance_pr7.py
tests/test_rule_assignments.py
tests/test_rule_binding_contributions.py
tests/test_rule_bundle_priority.py
tests/test_rule_cockpit_lifecycle.py
tests/test_rule_creation_service.py
tests/test_rule_evidence_contributions.py
tests/test_rule_evidence_mcp.py
tests/test_rule_feedback_authorization.py
tests/test_rule_feedback_outbox.py
tests/test_rule_governance.py
tests/test_rule_governance_migration.py
tests/test_rule_identity_v2.py
tests/test_rule_intelligence_read_only.py
tests/test_rule_lifecycle_api.py
tests/test_rule_lifecycle_models.py
tests/test_rule_merge.py
tests/test_rule_merge_security.py
tests/test_rule_merge_undo.py
tests/test_rule_migration.py
tests/test_rule_migration_pr6.py
tests/test_rule_page_runtime.py
tests/test_rule_phase_a_boundaries.py
tests/test_rule_proposal_governance.py
tests/test_rule_read_path.py
tests/test_rule_readiness.py
tests/test_rule_scope_conflict.py
tests/test_rule_scope_gui.py
tests/test_rule_semantic_judge.py
tests/test_rule_split_atomic.py
tests/test_rule_weight_maturity.py
tests/test_runtime_governance_scope.py
tests/test_runtime_lease.py
tests/test_schema.py
tests/test_scope_golden.py
tests/test_scope_inference.py
tests/test_secrets.py
tests/test_security.py
tests/test_security_hardening.py
tests/test_share_group_ai_enrichment.py
tests/test_shared_projection_parity.py
tests/test_source_library_cards.py
tests/test_source_selection_persistence.py
tests/test_transaction_self_lock.py
tests/test_v2_architecture_contract.py
tests/test_v2_assets.py
tests/test_v2_blob_sweep.py
tests/test_v2_content_migration.py
tests/test_v2_context_engine.py
tests/test_v2_conversation_shadow.py
tests/test_v2_conversation_sync.py
tests/test_v2_cutover_core.py
tests/test_v2_governance_boundary.py
tests/test_v2_gui_cli_cutover.py
tests/test_v2_knowledge_codegraph.py
tests/test_v2_knowledge_native_service.py
tests/test_v2_legacy_adapter.py
tests/test_v2_maintenance_contract.py
tests/test_v2_mcp_hook_cutover.py
tests/test_v2_memory_migration.py
tests/test_v2_migration_framework.py
tests/test_v2_native_control_plane.py
tests/test_v2_native_external_mcp.py
tests/test_v2_native_extraction.py
tests/test_v2_native_gui_mutations.py
tests/test_v2_native_history.py
tests/test_v2_native_rule_lifecycle.py
tests/test_v2_native_rule_merge.py
tests/test_v2_native_runtime_ports.py
tests/test_v2_native_safe_services.py
tests/test_v2_native_service_integration.py
tests/test_v2_phase0_acceptance.py
tests/test_v2_phase2_integration.py
tests/test_v2_phase8_rehearsal.py
tests/test_v2_projections.py
tests/test_v2_projector_batch.py
tests/test_v2_readiness_evidence.py
tests/test_v2_ready_prepare.py
tests/test_v2_recall_planner.py
tests/test_v2_reference_audit.py
tests/test_v2_rules_migration.py
tests/test_v2_rules_projector_batch.py
tests/test_v2_skills.py
tests/test_v2_sqlite_maintenance.py
tests/test_v2_storage_core.py
tests/test_v2_storage_overview.py
tests/test_v2_working_memory.py
tests/test_v2_workspace_prepare.py
tests/test_v3_2_agent_binding.py
tests/test_v3_2_agent_scan_cleanup.py
tests/test_v3_2_auto_organizer_enhanced.py
tests/test_v3_2_document_extract.py
tests/test_v3_2_e2e.py
tests/test_v3_2_external_mcp.py
tests/test_v3_2_lifecycle_scope.py
tests/test_v3_2_schema.py
tests/test_virtual_graph_categories.py
tests/test_w2_classify_enricher.py