.env.example
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
GOVERNANCE.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
SUPPORT.md
pyproject.toml
assets/diagrams/architecture.mmd
assets/diagrams/architecture.svg
assets/screenshots/README.md
assets/screenshots/home-desktop.png
assets/screenshots/manifest.json
assets/screenshots/memory-mobile.png
assets/screenshots/recall-citation-detail.png
assets/screenshots/recall-coverage-detail.png
assets/screenshots/recall-desktop.png
docs/index.md
docs/concepts/adaptive-thermal-scoring.md
docs/concepts/architecture.md
docs/concepts/bounded-autonomy.md
docs/concepts/data-model.md
docs/concepts/memory-lifecycle-and-curation.md
docs/concepts/mental-model.md
docs/concepts/multi-agent-council-records.md
docs/concepts/overflow-trim-and-writeback.md
docs/concepts/retrieval-and-context-packing.md
docs/concepts/scopes-privacy-and-authority.md
docs/concepts/source-grounding-and-provenance.md
docs/concepts/source-health-and-degradation.md
docs/contributing/architecture-decisions.md
docs/contributing/development-setup.md
docs/contributing/documentation-style.md
docs/contributing/public-projection-workflow.md
docs/contributing/release-process.md
docs/contributing/tests-and-fixtures.md
docs/getting-started/configuration.md
docs/getting-started/first-memory-lifecycle.md
docs/getting-started/first-source-and-recall.md
docs/getting-started/installation.md
docs/getting-started/quickstart.md
docs/guides/curate-review-and-revise.md
docs/guides/ingest-controlled-sources.md
docs/guides/integrate-cli-json.md
docs/guides/integrate-generic-harness.md
docs/guides/integrate-hermes.md
docs/guides/integrate-python.md
docs/guides/migrate-legacy-memory.md
docs/guides/operate-overflow.md
docs/guides/project-to-obsidian.md
docs/guides/recover-and-rollback-writeback.md
docs/guides/run-benchmarks.md
docs/guides/write-source-adapter.md
docs/guides/write-working-memory-adapter.md
docs/operations/backup-and-restore.md
docs/operations/health-and-observability.md
docs/operations/local-deployment.md
docs/operations/overflow-coordinator.md
docs/operations/privacy-and-data-handling.md
docs/operations/release-verification.md
docs/operations/security-model.md
docs/operations/sqlite-concurrency.md
docs/operations/threat-model.md
docs/reference/cli.md
docs/reference/compatibility.md
docs/reference/configuration.md
docs/reference/environment-variables.md
docs/reference/error-codes.md
docs/reference/memory-states.md
docs/reference/python-api.md
docs/reference/schemas.md
docs/reference/scope-and-privacy-matrix.md
docs/reference/source-types.md
docs/reference/tool-contracts.md
docs/reference/versioning.md
docs/troubleshooting/degraded-sources.md
docs/troubleshooting/hermes-adapter.md
docs/troubleshooting/index.md
docs/troubleshooting/installation.md
docs/troubleshooting/no-results-or-abstain.md
docs/troubleshooting/overflow-and-trim.md
docs/troubleshooting/scope-denied.md
docs/troubleshooting/sqlite-locked.md
docs/troubleshooting/writeback-and-rollback.md
examples/integrations/generic_cli_consumer.py
examples/quickstart/python_quickstart.py
schemas/events/autonomy-tick.schema.json
schemas/events/envelope.schema.json
schemas/events/memory-event.schema.json
schemas/examples/recall-response.example.json
schemas/openapi/openapi.json
schemas/sql/0001_initial_schema.sql
scripts/verify_candidate.py
src/mnemoir_provenance/__init__.py
src/mnemoir_provenance/audit.py
src/mnemoir_provenance/autonomy.py
src/mnemoir_provenance/benchmark.py
src/mnemoir_provenance/cli.py
src/mnemoir_provenance/council.py
src/mnemoir_provenance/curation.py
src/mnemoir_provenance/db.py
src/mnemoir_provenance/embeddings.py
src/mnemoir_provenance/experiments.py
src/mnemoir_provenance/health.py
src/mnemoir_provenance/hermes_provider.py
src/mnemoir_provenance/improvement_proposals.py
src/mnemoir_provenance/ingest.py
src/mnemoir_provenance/learning.py
src/mnemoir_provenance/live_overflow.py
src/mnemoir_provenance/local_ui.py
src/mnemoir_provenance/local_ui_adapter.py
src/mnemoir_provenance/migration_manifest.py
src/mnemoir_provenance/migration_readiness.py
src/mnemoir_provenance/operator_api.py
src/mnemoir_provenance/operator_surface.py
src/mnemoir_provenance/overflow_policy.py
src/mnemoir_provenance/plugin_install.py
src/mnemoir_provenance/plugin_onboarding.py
src/mnemoir_provenance/policy_guard.py
src/mnemoir_provenance/recall.py
src/mnemoir_provenance/retrieval.py
src/mnemoir_provenance/retrieval_hardening.py
src/mnemoir_provenance/scope.py
src/mnemoir_provenance/scoring.py
src/mnemoir_provenance/service.py
src/mnemoir_provenance/source_adapters.py
src/mnemoir_provenance/sources.py
src/mnemoir_provenance/tool_gating.py
src/mnemoir_provenance/wiki_projection.py
src/mnemoir_provenance/worker.py
src/mnemoir_provenance.egg-info/PKG-INFO
src/mnemoir_provenance.egg-info/SOURCES.txt
src/mnemoir_provenance.egg-info/dependency_links.txt
src/mnemoir_provenance.egg-info/entry_points.txt
src/mnemoir_provenance.egg-info/requires.txt
src/mnemoir_provenance.egg-info/top_level.txt
src/mnemoir_provenance/hermes_plugin/__init__.py
src/mnemoir_provenance/hermes_plugin/plugin.yaml
src/mnemoir_provenance/hermes_plugin/provider.py
src/mnemoir_provenance/resources/0001_initial_schema.sql
src/mnemoir_provenance/resources/__init__.py
src/mnemoir_provenance/ui/__init__.py
src/mnemoir_provenance/ui/app.css
src/mnemoir_provenance/ui/app.js
src/mnemoir_provenance/ui/index.html
tests/conftest.py
tests/test_public_capabilities.py
tests/test_public_core.py
tests/test_public_ingest_security.py
tests/test_public_integrations.py
tests/test_public_onboarding.py
tests/test_public_overflow.py
tests/test_public_ui.py
tests/test_public_visual_remediation.py