CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/README.md
benchmarks/RESULTS.md
benchmarks/RESULTS_diff.md
benchmarks/RESULTS_fingerprint.md
benchmarks/RESULTS_merge.md
benchmarks/common.py
benchmarks/run_all.py
benchmarks/time_diff.py
benchmarks/time_fingerprint.py
benchmarks/time_merge.py
docs/CANONICALIZATION-v1.md
docs/RELEASE-v1.2.0.md
docs/RELEASE-v1.3.0.md
docs/ROADMAP-to-product.md
docs/STABILITY.md
docs/architecture.md
docs/migration.md
docs/migration_example.py
docs/specs/DECISIONS.md
docs/specs/sprint_21_conflict_resolution.md
docs/specs/sprint_22_citation_graph.md
docs/specs/sprint_23_access_control.md
docs/specs/sprint_24a_embedding_input.md
docs/specs/sprint_24b_schema_migration.md
docs/specs/sprint_24c_context_pack_compiler.md
docs/specs/sprint_24d_end_to_end_demo.md
docs/specs/sprint_25_langchain_memory.md
docs/specs/sprint_26_mcp_server.md
docs/specs/sprint_27_decay.md
docs/specs/sprint_28_audit_and_runtime.md
docs/specs/sprint_v100_final_stability.md
docs/sprints/v1.2.1-release-artifacts/REVIEW_PACKET.md
docs/sprints/v1.3.0-access-decision-codes/REVIEW_PACKET.md
docs/sprints/v1.3.0-canonicalization-v1/REVIEW_PACKET.md
docs/sprints/v1.3.0-record-fingerprint-duplicates/REVIEW_PACKET.md
docs/sprints/v1.3.0-stability-release-readiness/REVIEW_PACKET.md
docs/sprints/v1.3.0-supersession-acyclic/REVIEW_PACKET.md
examples/access.py
examples/citations.py
examples/company_brain_demo.py
examples/compilation.py
examples/conflict_resolution.py
examples/decay.py
examples/embedding.py
examples/extract_taste_cards.py
examples/langchain_memory.py
examples/mcp_server.py
examples/migrations.py
examples/quickstart.py
examples/reference_reducer.py
examples/arthashila_demo/build.py
examples/poisoning_demo/fixtures.py
examples/poisoning_demo/governed_store.py
examples/poisoning_demo/naive_store.py
examples/poisoning_demo/run.py
scripts/audit_public_api.py
scripts/check_release_artifacts.py
src/agent_memory_contracts/__init__.py
src/agent_memory_contracts/__main__.py
src/agent_memory_contracts/_canonical.py
src/agent_memory_contracts/_supersession.py
src/agent_memory_contracts/access.py
src/agent_memory_contracts/audit.py
src/agent_memory_contracts/bundle_diff.py
src/agent_memory_contracts/bundles.py
src/agent_memory_contracts/candidate_contracts.py
src/agent_memory_contracts/candidate_ids.py
src/agent_memory_contracts/citations.py
src/agent_memory_contracts/compilation.py
src/agent_memory_contracts/conflict.py
src/agent_memory_contracts/contextpack_contracts.py
src/agent_memory_contracts/contextpack_ids.py
src/agent_memory_contracts/contextpack_validation.py
src/agent_memory_contracts/decay.py
src/agent_memory_contracts/embedding.py
src/agent_memory_contracts/evidence_contracts.py
src/agent_memory_contracts/evidence_ids.py
src/agent_memory_contracts/hygiene.py
src/agent_memory_contracts/jsonschema_validator.py
src/agent_memory_contracts/ledger_contracts.py
src/agent_memory_contracts/ledger_ids.py
src/agent_memory_contracts/merge.py
src/agent_memory_contracts/migrations.py
src/agent_memory_contracts/py.typed
src/agent_memory_contracts/state_contracts.py
src/agent_memory_contracts/state_ids.py
src/agent_memory_contracts/state_queries.py
src/agent_memory_contracts/taste_contracts.py
src/agent_memory_contracts/taste_ids.py
src/agent_memory_contracts.egg-info/PKG-INFO
src/agent_memory_contracts.egg-info/SOURCES.txt
src/agent_memory_contracts.egg-info/dependency_links.txt
src/agent_memory_contracts.egg-info/entry_points.txt
src/agent_memory_contracts.egg-info/requires.txt
src/agent_memory_contracts.egg-info/top_level.txt
src/agent_memory_contracts/integrations/__main__.py
src/agent_memory_contracts/integrations/langchain.py
src/agent_memory_contracts/integrations/mcp.py
src/agent_memory_contracts/runtime/__init__.py
src/agent_memory_contracts/runtime/anchors.py
src/agent_memory_contracts/runtime/gate.py
src/agent_memory_contracts/runtime/grounding.py
src/agent_memory_contracts/runtime/store.py
src/agent_memory_contracts/schemas/candidate_claim.schema.json
src/agent_memory_contracts/schemas/candidate_decision.schema.json
src/agent_memory_contracts/schemas/candidate_preference.schema.json
src/agent_memory_contracts/schemas/candidate_task.schema.json
src/agent_memory_contracts/schemas/candidate_taste_signal.schema.json
src/agent_memory_contracts/schemas/context_pack.schema.json
src/agent_memory_contracts/schemas/context_pack_build_receipt.schema.json
src/agent_memory_contracts/schemas/context_pack_validation_report.schema.json
src/agent_memory_contracts/schemas/core_state_delta_proposal.schema.json
src/agent_memory_contracts/schemas/core_state_snapshot.schema.json
src/agent_memory_contracts/schemas/decision_ledger_entry.schema.json
src/agent_memory_contracts/schemas/episode_record.schema.json
src/agent_memory_contracts/schemas/evidence_span.schema.json
src/agent_memory_contracts/schemas/fact_ledger_entry.schema.json
src/agent_memory_contracts/schemas/memory_reducer_decision.schema.json
src/agent_memory_contracts/schemas/preference_ledger_entry.schema.json
src/agent_memory_contracts/schemas/project_state_delta_proposal.schema.json
src/agent_memory_contracts/schemas/project_state_snapshot.schema.json
src/agent_memory_contracts/schemas/source_record.schema.json
src/agent_memory_contracts/schemas/state_reducer_decision.schema.json
src/agent_memory_contracts/schemas/taste_card.schema.json
src/agent_memory_contracts/schemas/taste_delta_proposal.schema.json
src/agent_memory_contracts/schemas/taste_reducer_decision.schema.json
tests/__init__.py
tests/fixtures.py
tests/runtime_seed.py
tests/test_access.py
tests/test_arthashila_demo.py
tests/test_arthashila_runtime.py
tests/test_audit.py
tests/test_bundle_diff.py
tests/test_bundles.py
tests/test_candidate.py
tests/test_canonicalization.py
tests/test_citations.py
tests/test_cli.py
tests/test_cli_hygiene.py
tests/test_cli_json.py
tests/test_cli_merge.py
tests/test_compilation.py
tests/test_conflict.py
tests/test_contextpack.py
tests/test_decay.py
tests/test_embedding.py
tests/test_evidence.py
tests/test_hygiene.py
tests/test_integrations_langchain.py
tests/test_integrations_mcp.py
tests/test_jsonschema_validator.py
tests/test_ledger.py
tests/test_merge.py
tests/test_migration_example.py
tests/test_migrations.py
tests/test_poisoning_demo.py
tests/test_reference_reducer.py
tests/test_runtime_anchors.py
tests/test_runtime_gate.py
tests/test_runtime_grounding.py
tests/test_runtime_store.py
tests/test_state.py
tests/test_supersession.py
tests/test_taste.py
tests/invariants/__init__.py
tests/invariants/test_deterministic_receipts.py
tests/invariants/test_full_provenance.py
tests/invariants/test_grounded_or_refused.py
tests/invariants/test_no_silent_writes.py
tests/invariants/test_reciprocal_supersession.py