zaxy-memory 2.3.0__tar.gz → 2.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/CHANGELOG.md +27 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/Dockerfile +14 -1
- zaxy_memory-2.3.2/LICENSE +21 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/PKG-INFO +4 -1
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/README.md +2 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/pyproject.toml +1 -1
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/README.html +1 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/index.html +2 -2
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/workspace.py +20 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/hooks.py +21 -1
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/memory_persistence.py +35 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_compose.py +16 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_docs_site.py +1 -1
- zaxy_memory-2.3.2/tests/test_memory_injection.py +85 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/.gitignore +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/AGENTS.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docker-compose.prod.yml +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docker-compose.yml +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/agent-events.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-0.4.0.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-coordinate.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v1.0-x-article.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v1.0.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v1.1-x-article.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v2.1.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v2.2-x-article.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/announcements/zaxy-v2.3-x-article.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/api-inventory.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/api.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/architecture.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/benchmark-contributions.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/benchmark-review.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/competitive-positioning.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/experimental-associative-memory.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/longmembench.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/memory-is-purpose-zaxy-analysis.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/release-validation-checklist.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/synthesis-context-research.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/v09-gate-audit.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/v1-roadmap.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/v10-gate-audit.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/archive/zero-friction-runtime-roadmap.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-coordinate-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v1.1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v2.1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v2.1-hero.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v2.2-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/assets/zaxy-v2.3-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/benchmarks.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/codebase.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/configuration.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/consolidation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/coordinate-quickstart.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/coordinate-roadmap.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/deployment.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/embeddings.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/eventloom.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/external-validation-report.example.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/first-run-timing-report.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/mcp-response-snapshots.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/mcp-tool-contract.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/memory-checkout-contract.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/native-integration-contract.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/v1-schema-freeze.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/external-validation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/first-run-validation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/getting-started.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/graph-schema.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/hooks.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/integrations.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/mcp-install-targets.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/mcp-quickstart.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/mcp.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-2-5-3-0-latent-memory-roadmap-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-codebase-review-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-collaborate-demo.gif +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-collaborate-demo.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-collaborate-demo.mp4 +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/migration.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/operations.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/packet-analyzer.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/ann-engineering-2026-06.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/backend-options.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/external-validation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/int8_bench_e_results.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/int8_bench_results.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/kuzu-usage-audit.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/promotion-pass.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/BASELINE.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim1536-r1.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim1536-r2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-100k.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r1.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r3.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann2-d64-10k-postcopy.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r1.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-r1.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-record.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d1536-50k-gauss-crossover.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r1.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-dimension-gated.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-efs800.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-r2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/ann4-d64-100k-confirm.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/baseline-dim1536.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/baseline-dim64.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/diag-d1536-f32-ceiling.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/diag-gauss-efs-sweep.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/diag-ties-gaussian.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/experiments-e1-e4.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/profiling-a2.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/codebase-review-2026-06-09.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/zaxy-memory-fabric-paper.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/retrieval.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/runbook.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/security.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/stability-commitment.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-08-codebase-file-map.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-08-domain-separated-defaults.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-08-local-first-retrieval.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-09-agent-integration-templates.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-10-merge-sprint.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-16-runtime-dashboard.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-17-skill-memory.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-18-pggraph-adapter.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-18-projection-backend-contract.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-05-31-v1-release-docs-media.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-08-codebase-file-map-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/testing.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/why-zaxy.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/workspace-genesis.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/adapters/coordinationbench_zaxy_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/claude_compatible_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/coordinate_three_worker_project.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/langgraph_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/openai_compatible_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/examples/single_agent_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/reports/archive/benchmarks/longmembench-adapter-kit/README.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/reports/archive/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/reports/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/backend-shootout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/backup.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/benchmark-guardrails.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/beta-uat.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/build-backend-shootout-workload.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/build-dist.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/build-site-docs.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/check-backend-shootout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/check-coverage.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/check-external-validation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/check-state-recovery-benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/generate-certs.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/generate-release-media.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/integration-check.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/live-benchmark.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/mcp_smoke_test.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/release-check.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/restore.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/rotate-logs.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/setup.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/setup_neo4j_indexes.cypher +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/validate-deployment.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/scripts/validate-docs.sh +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/graph.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-coordinate-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v1.1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v2.1-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v2.1-hero.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v2.2-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/assets/zaxy-v2.3-header.png +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/agent-events.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-0.4.0.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-coordinate.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v1.0-x-article.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v1.0.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v1.1-x-article.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v2.1.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v2.2-x-article.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/announcements/zaxy-v2.3-x-article.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/api-inventory.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/api.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/architecture.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/benchmark-contributions.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/benchmark-review.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/competitive-positioning.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/experimental-associative-memory.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/longmembench.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/memory-is-purpose-zaxy-analysis.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/release-validation-checklist.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/synthesis-context-research.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/v09-gate-audit.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/v1-roadmap.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/v10-gate-audit.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/archive/zero-friction-runtime-roadmap.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/benchmarks.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/codebase.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/configuration.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/consolidation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/coordinate-quickstart.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/coordinate-roadmap.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/deployment.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/embeddings.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/eventloom.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/external-validation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/first-run-validation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/getting-started.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/graph-schema.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/hooks.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/integrations.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/mcp-install-targets.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/mcp-quickstart.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/mcp.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/media/zaxy-collaborate-demo.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/migration.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/operations.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/packet-analyzer.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/ann-engineering-2026-06.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/artifacts/2-3-research/backend-options.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/artifacts/2-3-research/external-validation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/artifacts/2-3-research/kuzu-usage-audit.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/artifacts/2-3-research/promotion-pass.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/artifacts/ann-2026-06/BASELINE.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/codebase-review-2026-06-09.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/research/zaxy-memory-fabric-paper.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/retrieval.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/runbook.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/security.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/stability-commitment.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-08-codebase-file-map.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-08-domain-separated-defaults.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-08-local-first-retrieval.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-09-agent-integration-templates.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-10-merge-sprint.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-16-runtime-dashboard.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-17-skill-memory.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-18-pggraph-adapter.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-18-projection-backend-contract.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-05-31-v1-release-docs-media.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-08-codebase-file-map-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/testing.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/why-zaxy.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/docs/workspace-genesis.html +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/site/style.css +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/__main__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/_common.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/claude_compatible.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/coordination.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/crewai.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/langgraph.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/adapters/openai_compatible.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/associative_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/capabilities.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/capture_manager.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/capture_soak.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/causal.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/checkout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/benchmarks.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/evaluation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/runtime.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/cli/serving.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/codebase.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/codex_capture.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/compaction.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/config.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/consolidation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/consolidation_pipeline.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/context.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/context_refresh.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/coordination.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/coordination_git.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/coordination_semantic.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/coordination_templates.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/coordinationbench_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/core.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/dashboard.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/doctor.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/documents.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/domain.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/embedded_graph_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/embedding.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/event.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/event_context.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/evidence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/evidence_candidates.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/evidence_program.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/external_validation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/extract.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/extract_templates.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/feature_evidence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/graph.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/graph_walk.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/inference.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/install.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/integrations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/latticedb_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/lifecycle.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/local_profile.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/log.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/mcp_runtime.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/mcp_server.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/memory_status.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/metacognition.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/metrics.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/neutral.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/observation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/onboarding.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/packet_analyzer.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/packet_guidance.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/packet_projection.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/pagination.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/pggraph_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/procedural_planning.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/procedure_mining.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/projection.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/projection_backends.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/purpose.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/purpose_control.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/py.typed +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/query.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/reasoning_primitives.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/recall.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/recovery.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/refs.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/release.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/remote_security.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/README.md +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/schemas/result.schema.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/schemas/runner-manifest.schema.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/templates/activegraph.runner-manifest.template.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/templates/agent_memory.runner-manifest.template.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/templates/hybi.runner-manifest.template.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/templates/mem0.runner-manifest.template.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/templates/quarq.runner-manifest.template.json +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/resources/coordinationbench/unsupported_runner.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_intent.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/bundles.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/duration_evidence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/fact_queries.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/foundations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/ordering.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_plan/scalars.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/retrieval_profile.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/runtime.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/salience.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/schema.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/security.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/session.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/evidence_rows.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/foundations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/labels.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/ledgers.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis/operations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis_artifact.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/synthesis_packet.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/token_budget.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/tool_profiles.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/trace.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/transcripts.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/verbatim.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/viewer.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/working_set.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/src/zaxy/workspace.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/conftest.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_agent_experience_lanes.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_associative_memory.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_backend_shootout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_benchmarks.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_capabilities.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_capture_manager.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_capture_soak.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_causal.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_causal_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_causal_checkout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_checkout.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_claude_compatible_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_cli.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_codebase.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_codex_capture.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_cognitive_lanes.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_cognitive_profile.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_compaction.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_competitive_benchmarks.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_config.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_consolidation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_consolidation_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_consolidation_pipeline.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_context.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_context_refresh.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coordination.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coordination_adapters.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coordination_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coordination_semantic.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coordinationbench_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_core.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_coverage_ratchet.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_crewai_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_dashboard.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_doctor.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_documents.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_domain.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_embedded_graph_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_embedding.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_event.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_evidence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_evidence_program.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_examples_v05.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_extract.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_extract_templates.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_feature_evidence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_graph.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_graph_scale_lanes.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_graph_walk.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_harvey_lab_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_inference.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_install.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_integration_check_script.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_integrations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_langgraph_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_latticedb_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_lifecycle.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_live_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_local_profile.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_longmembench.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_mcp.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_mcp_runtime.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_mcp_server.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_memory_persistence.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_memory_status.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_metacognition.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_metrics.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_neutral.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_observation.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_onboarding.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_openai_compatible_adapter.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_ops_scripts.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_packaging.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_packet_analyzer.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_packet_memory_e2e.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_packet_projection.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_pagination.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_pggraph_store.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_procedural_planning.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_procedure_mining.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_projection.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_purpose.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_purpose_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_purpose_control.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_query.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_rc_benchmark_freeze.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_reasoning_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_reasoning_primitives.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_recovery.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_refs.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_remote_security.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_retrieval_plan.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_retrieval_profiles.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_runtime.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_salience.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_schema_migrations.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_security.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_session.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_setup_script.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_statistical_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_synthesis.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_synthesis_artifact.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_synthesis_packet.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_token_budget.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_trace.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_transcripts.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_v05_positioning.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_verbatim.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_viewer.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_working_set.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/tests/test_workspace.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/__init__.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/agent_experience_lanes.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/causal_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/consolidation_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/coordination_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/fok_calibration_lane.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/forgetting_lane.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/graph_walk_lane.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/harvey_lab_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/live_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/longmembench.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/purpose_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/rc_benchmark_freeze.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/reasoning_benchmark.py +0 -0
- {zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/zaxy_benchmarks/vector_scale_lane.py +0 -0
|
@@ -2,6 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
All notable Zaxy release changes are recorded here.
|
|
4
4
|
|
|
5
|
+
## 2.3.2 - 2026-06-13
|
|
6
|
+
|
|
7
|
+
- Closed the recall persistence gap with deterministic per-turn memory injection
|
|
8
|
+
on Claude Code. A new `UserPromptSubmit` hook (`zaxy hook-event
|
|
9
|
+
user-prompt-submit`) re-injects a terse, one-line declarative memory-state
|
|
10
|
+
nudge — session, staleness, and a recommended `memory_checkout` — into the
|
|
11
|
+
model's context when memory is stale, and stays silent when fresh to avoid
|
|
12
|
+
noise. Previously, staleness reminders were written to the event log but never
|
|
13
|
+
re-injected, so long sessions silently drifted away from memory use.
|
|
14
|
+
- `render_hook_config("claude-code")` now emits the `UserPromptSubmit` hook
|
|
15
|
+
alongside the unchanged `Stop`/`PreCompact` hooks; `hook_event_type` maps the
|
|
16
|
+
new `user-prompt-submit` trigger to `hook.user_prompt_submitted`.
|
|
17
|
+
- Per-turn injection is Claude Code-only — Codex/generic clients expose no
|
|
18
|
+
equivalent per-prompt hook and continue to rely on advisory reminders.
|
|
19
|
+
- No changes to the embedded runtime, graph projection, or MCP tool APIs.
|
|
20
|
+
|
|
21
|
+
## 2.3.1 - 2026-06-13
|
|
22
|
+
|
|
23
|
+
- Added a `LICENSE` file (MIT) — the project declared MIT in metadata but
|
|
24
|
+
shipped no license text; it now ships in the source distribution.
|
|
25
|
+
- Pre-seeded the LadybugDB `vector` extension into the Docker image so
|
|
26
|
+
containerized approximate (HNSW) search works with no runtime network fetch.
|
|
27
|
+
- Published to the official MCP Registry: added an `mcp-name` ownership marker
|
|
28
|
+
to the README, a `server.json`, and a GitHub-OIDC `publish-mcp` workflow that
|
|
29
|
+
registers each release (PulseMCP and other aggregators mirror the registry).
|
|
30
|
+
- No library code changes; the embedded runtime and APIs are identical to 2.3.0.
|
|
31
|
+
|
|
5
32
|
## 2.3.0 - 2026-06-13
|
|
6
33
|
|
|
7
34
|
- Moved the default embedded projection engine from archived Kuzu to
|
|
@@ -26,6 +26,9 @@ FROM python:3.13-slim
|
|
|
26
26
|
WORKDIR /app
|
|
27
27
|
|
|
28
28
|
ENV ZAXY_ENV=production
|
|
29
|
+
# Anchor HOME at the app dir so the LadybugDB extension cache (HOME/.lbdb)
|
|
30
|
+
# lives under the writable, zaxy-owned tree at both build and runtime.
|
|
31
|
+
ENV HOME=/app
|
|
29
32
|
|
|
30
33
|
# Create non-root user
|
|
31
34
|
RUN groupadd -r zaxy && useradd -r -g zaxy zaxy
|
|
@@ -39,7 +42,17 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
39
42
|
COPY --from=builder /build/dist/*.whl /tmp/
|
|
40
43
|
RUN pip install --no-cache-dir /tmp/*.whl && rm /tmp/*.whl
|
|
41
44
|
|
|
42
|
-
#
|
|
45
|
+
# Pre-seed the LadybugDB `vector` extension into the image cache (HOME/.lbdb).
|
|
46
|
+
# Since 2.3 the embedded engine is LadybugDB, which downloads this extension on
|
|
47
|
+
# first use rather than bundling it; baking it into the image makes approximate
|
|
48
|
+
# (HNSW) vector search work in the container with no runtime network fetch and
|
|
49
|
+
# no writable-HOME surprise under the non-root user. Requires network at build
|
|
50
|
+
# time and fails the build loudly if the extension cannot be fetched — so an
|
|
51
|
+
# image that "builds" is always ANN-ready rather than silently exact-only.
|
|
52
|
+
RUN python -c "import os, tempfile, ladybug; conn = ladybug.Connection(ladybug.Database(os.path.join(tempfile.mkdtemp(), 'seed'))); conn.execute('INSTALL vector'); conn.execute('LOAD vector'); print('LadybugDB vector extension pre-seeded to', os.path.join(os.environ['HOME'], '.lbdb'))"
|
|
53
|
+
|
|
54
|
+
# Create embedded Eventloom/projection directories and hand the whole app tree
|
|
55
|
+
# (including the pre-seeded HOME/.lbdb cache) to the non-root user.
|
|
43
56
|
RUN mkdir -p /app/.eventloom/projections && \
|
|
44
57
|
chown -R zaxy:zaxy /app
|
|
45
58
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Zaxy Contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zaxy-memory
|
|
3
|
-
Version: 2.3.
|
|
3
|
+
Version: 2.3.2
|
|
4
4
|
Summary: Coordinator memory for auditable multi-agent projects
|
|
5
5
|
Project-URL: Homepage, https://syndicalt.github.io/zaxy/
|
|
6
6
|
Project-URL: Documentation, https://syndicalt.github.io/zaxy/docs/getting-started.html
|
|
@@ -8,6 +8,7 @@ Project-URL: Repository, https://github.com/syndicalt/zaxy
|
|
|
8
8
|
Project-URL: Issues, https://github.com/syndicalt/zaxy/issues
|
|
9
9
|
Author: Zaxy Contributors
|
|
10
10
|
License: MIT
|
|
11
|
+
License-File: LICENSE
|
|
11
12
|
Keywords: agent-memory,auditable-memory,coordinator-memory,embedded-memory,event-sourcing,knowledge-graph,ladybugdb,local-first,mcp,multi-agent,temporal-graph
|
|
12
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
14
|
Classifier: Intended Audience :: Developers
|
|
@@ -69,6 +70,8 @@ Description-Content-Type: text/markdown
|
|
|
69
70
|
|
|
70
71
|
**Production memory for agent teams that need receipts.**
|
|
71
72
|
|
|
73
|
+
<!-- mcp-name: io.github.syndicalt/zaxy -->
|
|
74
|
+
|
|
72
75
|
Zaxy turns agent context into an auditable project memory fabric. It captures
|
|
73
76
|
parent missions, worker sessions, tool observations, cited findings, conflict
|
|
74
77
|
review, approval packets, and accepted merge-back into one durable history that
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
**Production memory for agent teams that need receipts.**
|
|
4
4
|
|
|
5
|
+
<!-- mcp-name: io.github.syndicalt/zaxy -->
|
|
6
|
+
|
|
5
7
|
Zaxy turns agent context into an auditable project memory fabric. It captures
|
|
6
8
|
parent missions, worker sessions, tool observations, cited findings, conflict
|
|
7
9
|
review, approval packets, and accepted merge-back into one durable history that
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
<article class="doc-content">
|
|
26
26
|
<h1 id="zaxy">Zaxy</h1>
|
|
27
27
|
<p><strong>Production memory for agent teams that need receipts.</strong></p>
|
|
28
|
+
<p><!-- mcp-name: io.github.syndicalt/zaxy --></p>
|
|
28
29
|
<p>Zaxy turns agent context into an auditable project memory fabric. It captures parent missions, worker sessions, tool observations, cited findings, conflict review, approval packets, and accepted merge-back into one durable history that can be queried, replayed, and inspected.</p>
|
|
29
30
|
<p>Under the hood, Zaxy uses Eventloom append-only JSONL as the source of truth and an embedded LadybugDB graph projection for local reasoning. It is built for agents that need to remember what happened, cite where it came from, and avoid turning project state into a pile of markdown files and vector chunks.</p>
|
|
30
31
|
<p>The embedded LadybugDB graph projection is the default local runtime.</p>
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
</section>
|
|
63
63
|
|
|
64
64
|
<section class="proof-strip" aria-label="Project status">
|
|
65
|
-
<span>PyPI 2.3.
|
|
65
|
+
<span>PyPI 2.3.1</span>
|
|
66
66
|
<span>47 MCP tools, 8-tool core profile</span>
|
|
67
67
|
<span>cognitive ranking default</span>
|
|
68
68
|
<span>embedded local runtime</span>
|
|
@@ -334,7 +334,7 @@ zaxy coordinate checkout --mission auth-main</code></pre>
|
|
|
334
334
|
</main>
|
|
335
335
|
|
|
336
336
|
<footer>
|
|
337
|
-
<span>Zaxy v2.3.
|
|
337
|
+
<span>Zaxy v2.3.1 - MIT</span>
|
|
338
338
|
<span><a href="README.html">README</a> <a href="docs/runbook.html">Runbook</a></span>
|
|
339
339
|
</footer>
|
|
340
340
|
</body>
|
|
@@ -563,6 +563,26 @@ def hook_event(
|
|
|
563
563
|
|
|
564
564
|
eventlog = SessionManager(base_path=eventloom_path).get(session_id).eventlog
|
|
565
565
|
normalized_trigger = trigger.casefold().strip().replace("_", "-")
|
|
566
|
+
if normalized_trigger == "user-prompt-submit":
|
|
567
|
+
# Deterministic recall lever: re-inject terse-prose memory state into the
|
|
568
|
+
# model's context when memory is stale, and stay silent when fresh. For a
|
|
569
|
+
# Claude Code UserPromptSubmit hook, stdout is injected into the prompt, so
|
|
570
|
+
# this branch emits ONLY the structured JSON (no human-readable lines).
|
|
571
|
+
from zaxy.memory_persistence import build_injection_context
|
|
572
|
+
|
|
573
|
+
context = build_injection_context(eventloom_path, session_id=session_id)
|
|
574
|
+
if context:
|
|
575
|
+
typer.echo(
|
|
576
|
+
json.dumps(
|
|
577
|
+
{
|
|
578
|
+
"hookSpecificOutput": {
|
|
579
|
+
"hookEventName": "UserPromptSubmit",
|
|
580
|
+
"additionalContext": context,
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
)
|
|
584
|
+
)
|
|
585
|
+
return
|
|
566
586
|
if normalized_trigger == "command":
|
|
567
587
|
if command is None or exit_code is None:
|
|
568
588
|
raise typer.BadParameter("command hooks require --command and --exit-code")
|
|
@@ -44,6 +44,21 @@ def render_hook_config(
|
|
|
44
44
|
return json.dumps(
|
|
45
45
|
{
|
|
46
46
|
"hooks": {
|
|
47
|
+
"UserPromptSubmit": [
|
|
48
|
+
{
|
|
49
|
+
"hooks": [
|
|
50
|
+
{
|
|
51
|
+
"type": "command",
|
|
52
|
+
"command": _hook_command(
|
|
53
|
+
"user-prompt-submit",
|
|
54
|
+
eventloom_path=eventloom_path,
|
|
55
|
+
session_id=session_id,
|
|
56
|
+
source=hook_source,
|
|
57
|
+
),
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
}
|
|
61
|
+
],
|
|
47
62
|
"Stop": [
|
|
48
63
|
{
|
|
49
64
|
"matcher": "*",
|
|
@@ -80,6 +95,10 @@ def render_hook_config(
|
|
|
80
95
|
indent=2,
|
|
81
96
|
sort_keys=True,
|
|
82
97
|
)
|
|
98
|
+
# NOTE: per-turn recall injection (UserPromptSubmit -> additionalContext) is
|
|
99
|
+
# Claude Code-only. Codex/generic clients expose no equivalent per-prompt hook,
|
|
100
|
+
# so they get capture (session-start/resume/stop/precompact) but NOT the
|
|
101
|
+
# deterministic re-injection lever; on those clients recall stays advisory.
|
|
83
102
|
return "\n".join(
|
|
84
103
|
[
|
|
85
104
|
"# Zaxy observer hook commands",
|
|
@@ -149,13 +168,14 @@ def hook_event_type(trigger: str) -> str:
|
|
|
149
168
|
"precompact": "hook.precompact",
|
|
150
169
|
"checkpoint": "hook.checkpoint",
|
|
151
170
|
"heartbeat": "hook.heartbeat",
|
|
171
|
+
"user-prompt-submit": "hook.user_prompt_submitted",
|
|
152
172
|
}
|
|
153
173
|
try:
|
|
154
174
|
return event_types[normalized]
|
|
155
175
|
except KeyError as exc:
|
|
156
176
|
raise ValueError(
|
|
157
177
|
"hook trigger must be one of: session-start, resume, session-resumed, "
|
|
158
|
-
"stop, precompact, checkpoint, heartbeat"
|
|
178
|
+
"stop, precompact, checkpoint, heartbeat, user-prompt-submit"
|
|
159
179
|
) from exc
|
|
160
180
|
|
|
161
181
|
|
|
@@ -162,6 +162,41 @@ def build_memory_reminder(payload: dict[str, Any]) -> str:
|
|
|
162
162
|
return _reminder_prompt(query=query)
|
|
163
163
|
|
|
164
164
|
|
|
165
|
+
def build_injection_context(
|
|
166
|
+
eventloom_path: str | Path,
|
|
167
|
+
*,
|
|
168
|
+
session_id: str,
|
|
169
|
+
stale_event_threshold: int = DEFAULT_STALE_EVENT_THRESHOLD,
|
|
170
|
+
) -> str | None:
|
|
171
|
+
"""Terse-prose declarative memory-state line for per-turn context injection.
|
|
172
|
+
|
|
173
|
+
Returns ``None`` when memory is fresh, so a ``UserPromptSubmit`` hook stays
|
|
174
|
+
silent and adds no noise. When memory is stale, returns a single declarative
|
|
175
|
+
line naming the session, the staleness, and the recommended action. This is
|
|
176
|
+
the deterministic *recall* lever: capture hooks already log events, but nothing
|
|
177
|
+
re-injects the contract into the model's context, so it drifts after long
|
|
178
|
+
sessions. The terse-prose form (not JSON/glyph) is what the declarative-notation
|
|
179
|
+
experiment validated -- injection lifts adherence ~0.25 -> 1.0 on frontier
|
|
180
|
+
models, and structured forms gave no advantage.
|
|
181
|
+
"""
|
|
182
|
+
sid = validate_session_id(session_id)
|
|
183
|
+
status = inspect_memory_persistence(
|
|
184
|
+
eventloom_path, session_id=sid, stale_event_threshold=stale_event_threshold
|
|
185
|
+
)
|
|
186
|
+
if not status["stale"]:
|
|
187
|
+
return None
|
|
188
|
+
since = status["events_since_memory_use"]
|
|
189
|
+
last_checkout = status["last_checkout_seq"]
|
|
190
|
+
checkpoint = (
|
|
191
|
+
f"last checkout at seq {last_checkout}" if last_checkout else "no checkout yet this session"
|
|
192
|
+
)
|
|
193
|
+
return (
|
|
194
|
+
f"Zaxy memory active for session {sid}: {since} events since last memory use "
|
|
195
|
+
f"({checkpoint}); memory is stale. Call memory_checkout(session_id='{sid}') before "
|
|
196
|
+
"answering and trust only cited current facts."
|
|
197
|
+
)
|
|
198
|
+
|
|
199
|
+
|
|
165
200
|
def append_memory_reminder_if_needed(
|
|
166
201
|
eventloom_path: str | Path,
|
|
167
202
|
*,
|
|
@@ -117,6 +117,22 @@ def test_dockerfile_creates_embedded_projection_directory_without_stale_volumes(
|
|
|
117
117
|
assert "/app/.volumes" not in dockerfile
|
|
118
118
|
|
|
119
119
|
|
|
120
|
+
def test_dockerfile_preseeds_ladybugdb_vector_extension_into_cache() -> None:
|
|
121
|
+
"""The image should bake the LadybugDB vector extension so containerized ANN
|
|
122
|
+
works without a runtime network fetch (2.3 LadybugDB downloads it on first use)."""
|
|
123
|
+
dockerfile = Path("Dockerfile").read_text(encoding="utf-8")
|
|
124
|
+
|
|
125
|
+
# HOME anchored under the writable app tree so HOME/.lbdb is zaxy-owned.
|
|
126
|
+
assert "ENV HOME=/app" in dockerfile
|
|
127
|
+
# Extension pre-seeded at build time...
|
|
128
|
+
assert "INSTALL vector" in dockerfile
|
|
129
|
+
assert "LOAD vector" in dockerfile
|
|
130
|
+
# ...before the chown, so the pre-seeded cache is handed to the non-root user.
|
|
131
|
+
assert dockerfile.index("INSTALL vector") < dockerfile.index("chown -R zaxy:zaxy /app")
|
|
132
|
+
# ...and the pre-seed happens after the package (which provides ladybug) installs.
|
|
133
|
+
assert dockerfile.index("pip install --no-cache-dir /tmp/*.whl") < dockerfile.index("INSTALL vector")
|
|
134
|
+
|
|
135
|
+
|
|
120
136
|
def test_sse_transport_host_is_configurable() -> None:
|
|
121
137
|
"""Container deployments need the SSE listener host to be explicit."""
|
|
122
138
|
cli = "\n".join(
|
|
@@ -102,7 +102,7 @@ def test_public_site_has_product_positioning_and_required_sections() -> None:
|
|
|
102
102
|
assert "Eventloom source of truth" in html
|
|
103
103
|
assert "Pathlight" in html
|
|
104
104
|
assert "embedded LadybugDB" in html
|
|
105
|
-
assert "PyPI 2.3.
|
|
105
|
+
assert "PyPI 2.3.1" in html
|
|
106
106
|
assert "Harvey LAB 10/10 tasks" in html
|
|
107
107
|
assert "Harvey LAB mean 0.788" in html
|
|
108
108
|
assert "Headline 500 R@5 1.000" in html
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"""Tests for per-turn memory-state injection (the UserPromptSubmit recall lever)."""
|
|
2
|
+
|
|
3
|
+
from __future__ import annotations
|
|
4
|
+
|
|
5
|
+
import json
|
|
6
|
+
|
|
7
|
+
from typer.testing import CliRunner
|
|
8
|
+
|
|
9
|
+
from zaxy.__main__ import app
|
|
10
|
+
from zaxy.event import EventLog
|
|
11
|
+
from zaxy.hooks import hook_event_type, render_hook_config
|
|
12
|
+
from zaxy.memory_persistence import build_injection_context, record_memory_activity
|
|
13
|
+
|
|
14
|
+
runner = CliRunner()
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def _make_stale(tmp_path): # type: ignore[no-untyped-def]
|
|
18
|
+
eventloom = tmp_path / ".eventloom"
|
|
19
|
+
log = EventLog(eventloom / "agent.jsonl")
|
|
20
|
+
for index in range(12):
|
|
21
|
+
log.append("transcript.turn", actor="codex", payload={"content": f"turn {index}"}, thread="agent")
|
|
22
|
+
return eventloom
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def _make_fresh(tmp_path): # type: ignore[no-untyped-def]
|
|
26
|
+
eventloom = tmp_path / ".eventloom"
|
|
27
|
+
log = EventLog(eventloom / "agent.jsonl")
|
|
28
|
+
for index in range(3):
|
|
29
|
+
log.append("transcript.turn", actor="codex", payload={"content": f"turn {index}"}, thread="agent")
|
|
30
|
+
record_memory_activity(eventloom, session_id="agent", activity="checkout", source="mcp")
|
|
31
|
+
return eventloom
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def test_injection_context_when_stale(tmp_path) -> None: # type: ignore[no-untyped-def]
|
|
35
|
+
eventloom = _make_stale(tmp_path)
|
|
36
|
+
ctx = build_injection_context(eventloom, session_id="agent")
|
|
37
|
+
assert ctx is not None
|
|
38
|
+
assert "agent" in ctx
|
|
39
|
+
assert "memory_checkout" in ctx
|
|
40
|
+
assert "stale" in ctx
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
def test_injection_silent_when_fresh(tmp_path) -> None: # type: ignore[no-untyped-def]
|
|
44
|
+
eventloom = _make_fresh(tmp_path)
|
|
45
|
+
assert build_injection_context(eventloom, session_id="agent") is None
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
def test_hook_event_type_user_prompt_submit() -> None:
|
|
49
|
+
assert hook_event_type("user-prompt-submit") == "hook.user_prompt_submitted"
|
|
50
|
+
assert hook_event_type("user_prompt_submit") == "hook.user_prompt_submitted"
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def test_render_hook_config_emits_user_prompt_submit() -> None:
|
|
54
|
+
config = json.loads(render_hook_config("claude-code", eventloom_path=".eventloom", domain="zaxy"))
|
|
55
|
+
hooks = config["hooks"]
|
|
56
|
+
# New lever present, existing levers preserved.
|
|
57
|
+
assert "UserPromptSubmit" in hooks
|
|
58
|
+
assert "Stop" in hooks and "PreCompact" in hooks
|
|
59
|
+
cmd = hooks["UserPromptSubmit"][0]["hooks"][0]["command"]
|
|
60
|
+
assert "hook-event user-prompt-submit" in cmd
|
|
61
|
+
assert "zaxy-default" in cmd # canonical session derived from domain
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
def test_cli_emits_additional_context_when_stale(tmp_path) -> None: # type: ignore[no-untyped-def]
|
|
65
|
+
eventloom = _make_stale(tmp_path)
|
|
66
|
+
result = runner.invoke(
|
|
67
|
+
app,
|
|
68
|
+
["hook-event", "user-prompt-submit", "--eventloom-path", str(eventloom),
|
|
69
|
+
"--session-id", "agent", "--source", "claude-code"],
|
|
70
|
+
)
|
|
71
|
+
assert result.exit_code == 0
|
|
72
|
+
payload = json.loads(result.stdout.strip())
|
|
73
|
+
assert payload["hookSpecificOutput"]["hookEventName"] == "UserPromptSubmit"
|
|
74
|
+
assert "memory_checkout" in payload["hookSpecificOutput"]["additionalContext"]
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
def test_cli_silent_when_fresh(tmp_path) -> None: # type: ignore[no-untyped-def]
|
|
78
|
+
eventloom = _make_fresh(tmp_path)
|
|
79
|
+
result = runner.invoke(
|
|
80
|
+
app,
|
|
81
|
+
["hook-event", "user-prompt-submit", "--eventloom-path", str(eventloom),
|
|
82
|
+
"--session-id", "agent", "--source", "claude-code"],
|
|
83
|
+
)
|
|
84
|
+
assert result.exit_code == 0
|
|
85
|
+
assert result.stdout.strip() == ""
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/examples/external-validation-report.example.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/media/zaxy-2-5-3-0-latent-memory-roadmap-header.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/backend-options.md
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/external-validation.md
RENAMED
|
File without changes
|
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/int8_bench_results.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/kuzu-usage-audit.md
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/2-3-research/promotion-pass.md
RENAMED
|
File without changes
|
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim1536-r1.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim1536-r2.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-100k.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r1.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r2.json
RENAMED
|
File without changes
|
{zaxy_memory-2.3.0 → zaxy_memory-2.3.2}/docs/research/artifacts/ann-2026-06/after-dim64-r3.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|