zaxy-memory 2.3.2__tar.gz → 2.3.3__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.
Files changed (549) hide show
  1. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/CHANGELOG.md +15 -0
  2. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/PKG-INFO +1 -1
  3. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/pyproject.toml +1 -1
  4. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/hooks.py +62 -57
  5. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_memory_injection.py +18 -0
  6. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/.gitignore +0 -0
  7. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/AGENTS.md +0 -0
  8. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/Dockerfile +0 -0
  9. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/LICENSE +0 -0
  10. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/README.md +0 -0
  11. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docker-compose.prod.yml +0 -0
  12. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docker-compose.yml +0 -0
  13. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/agent-events.md +0 -0
  14. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-0.4.0.md +0 -0
  15. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-coordinate.md +0 -0
  16. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v1.0-x-article.md +0 -0
  17. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v1.0.md +0 -0
  18. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v1.1-x-article.md +0 -0
  19. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v2.1.md +0 -0
  20. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v2.2-x-article.md +0 -0
  21. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/announcements/zaxy-v2.3-x-article.md +0 -0
  22. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/api-inventory.md +0 -0
  23. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/api.md +0 -0
  24. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/architecture.md +0 -0
  25. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/benchmark-contributions.md +0 -0
  26. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/benchmark-review.md +0 -0
  27. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/competitive-positioning.md +0 -0
  28. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/experimental-associative-memory.md +0 -0
  29. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/longmembench.md +0 -0
  30. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/memory-is-purpose-zaxy-analysis.md +0 -0
  31. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/release-validation-checklist.md +0 -0
  32. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/synthesis-context-research.md +0 -0
  33. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/v09-gate-audit.md +0 -0
  34. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/v1-roadmap.md +0 -0
  35. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/v10-gate-audit.md +0 -0
  36. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/archive/zero-friction-runtime-roadmap.md +0 -0
  37. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-coordinate-header.png +0 -0
  38. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v1-header.png +0 -0
  39. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v1.1-header.png +0 -0
  40. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v2.1-header.png +0 -0
  41. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v2.1-hero.png +0 -0
  42. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v2.2-header.png +0 -0
  43. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/assets/zaxy-v2.3-header.png +0 -0
  44. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/benchmarks.md +0 -0
  45. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/codebase.md +0 -0
  46. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/configuration.md +0 -0
  47. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/consolidation.md +0 -0
  48. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/coordinate-quickstart.md +0 -0
  49. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/coordinate-roadmap.md +0 -0
  50. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/deployment.md +0 -0
  51. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/embeddings.md +0 -0
  52. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/eventloom.md +0 -0
  53. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/external-validation-report.example.json +0 -0
  54. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/first-run-timing-report.json +0 -0
  55. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/mcp-response-snapshots.json +0 -0
  56. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/mcp-tool-contract.json +0 -0
  57. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/memory-checkout-contract.json +0 -0
  58. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/native-integration-contract.json +0 -0
  59. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/examples/v1-schema-freeze.json +0 -0
  60. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/external-validation.md +0 -0
  61. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/first-run-validation.md +0 -0
  62. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/getting-started.md +0 -0
  63. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/graph-schema.md +0 -0
  64. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/hooks.md +0 -0
  65. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/integrations.md +0 -0
  66. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/mcp-install-targets.md +0 -0
  67. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/mcp-quickstart.md +0 -0
  68. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/mcp.md +0 -0
  69. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/media/zaxy-2-5-3-0-latent-memory-roadmap-header.png +0 -0
  70. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/media/zaxy-codebase-review-header.png +0 -0
  71. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/media/zaxy-collaborate-demo.gif +0 -0
  72. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/media/zaxy-collaborate-demo.md +0 -0
  73. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/media/zaxy-collaborate-demo.mp4 +0 -0
  74. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/migration.md +0 -0
  75. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/operations.md +0 -0
  76. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/packet-analyzer.md +0 -0
  77. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/ann-engineering-2026-06.md +0 -0
  78. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/backend-options.md +0 -0
  79. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/external-validation.md +0 -0
  80. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/int8_bench_e_results.json +0 -0
  81. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/int8_bench_results.json +0 -0
  82. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/kuzu-usage-audit.md +0 -0
  83. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/2-3-research/promotion-pass.md +0 -0
  84. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/BASELINE.md +0 -0
  85. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim1536-r1.json +0 -0
  86. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim1536-r2.json +0 -0
  87. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim64-100k.json +0 -0
  88. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim64-r1.json +0 -0
  89. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim64-r2.json +0 -0
  90. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/after-dim64-r3.json +0 -0
  91. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann2-d64-10k-postcopy.json +0 -0
  92. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r1.json +0 -0
  93. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r2.json +0 -0
  94. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-r1.json +0 -0
  95. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-record.json +0 -0
  96. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d1536-50k-gauss-crossover.json +0 -0
  97. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r1.json +0 -0
  98. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r2.json +0 -0
  99. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-dimension-gated.json +0 -0
  100. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-efs800.json +0 -0
  101. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-r2.json +0 -0
  102. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/ann4-d64-100k-confirm.json +0 -0
  103. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/baseline-dim1536.json +0 -0
  104. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/baseline-dim64.json +0 -0
  105. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/diag-d1536-f32-ceiling.json +0 -0
  106. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/diag-gauss-efs-sweep.json +0 -0
  107. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/diag-ties-gaussian.json +0 -0
  108. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/experiments-e1-e4.json +0 -0
  109. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/artifacts/ann-2026-06/profiling-a2.json +0 -0
  110. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/codebase-review-2026-06-09.md +0 -0
  111. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/research/zaxy-memory-fabric-paper.md +0 -0
  112. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/retrieval.md +0 -0
  113. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/runbook.md +0 -0
  114. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/security.md +0 -0
  115. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/stability-commitment.md +0 -0
  116. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-08-codebase-file-map.md +0 -0
  117. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-08-domain-separated-defaults.md +0 -0
  118. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-08-local-first-retrieval.md +0 -0
  119. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.md +0 -0
  120. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-09-agent-integration-templates.md +0 -0
  121. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.md +0 -0
  122. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.md +0 -0
  123. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-10-merge-sprint.md +0 -0
  124. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-16-runtime-dashboard.md +0 -0
  125. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-17-skill-memory.md +0 -0
  126. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-18-pggraph-adapter.md +0 -0
  127. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-18-projection-backend-contract.md +0 -0
  128. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.md +0 -0
  129. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.md +0 -0
  130. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-05-31-v1-release-docs-media.md +0 -0
  131. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.md +0 -0
  132. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.md +0 -0
  133. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.md +0 -0
  134. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.md +0 -0
  135. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.md +0 -0
  136. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.md +0 -0
  137. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-08-codebase-file-map-design.md +0 -0
  138. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.md +0 -0
  139. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.md +0 -0
  140. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.md +0 -0
  141. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.md +0 -0
  142. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.md +0 -0
  143. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.md +0 -0
  144. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.md +0 -0
  145. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.md +0 -0
  146. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.md +0 -0
  147. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.md +0 -0
  148. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.md +0 -0
  149. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.md +0 -0
  150. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/testing.md +0 -0
  151. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/why-zaxy.md +0 -0
  152. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/docs/workspace-genesis.md +0 -0
  153. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/__init__.py +0 -0
  154. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/adapters/coordinationbench_zaxy_adapter.py +0 -0
  155. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/claude_compatible_memory.py +0 -0
  156. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/coordinate_three_worker_project.py +0 -0
  157. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/langgraph_memory.py +0 -0
  158. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/openai_compatible_memory.py +0 -0
  159. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/examples/single_agent_memory.py +0 -0
  160. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/reports/archive/benchmarks/longmembench-adapter-kit/README.md +0 -0
  161. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/reports/archive/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
  162. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/reports/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
  163. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/backend-shootout.py +0 -0
  164. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/backup.sh +0 -0
  165. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/benchmark-guardrails.sh +0 -0
  166. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/beta-uat.sh +0 -0
  167. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/build-backend-shootout-workload.py +0 -0
  168. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/build-dist.sh +0 -0
  169. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/build-site-docs.py +0 -0
  170. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/check-backend-shootout.py +0 -0
  171. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/check-coverage.py +0 -0
  172. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/check-external-validation.py +0 -0
  173. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/check-state-recovery-benchmark.py +0 -0
  174. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/generate-certs.sh +0 -0
  175. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/generate-release-media.py +0 -0
  176. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/integration-check.sh +0 -0
  177. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/live-benchmark.sh +0 -0
  178. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/mcp_smoke_test.py +0 -0
  179. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/release-check.sh +0 -0
  180. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/restore.sh +0 -0
  181. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/rotate-logs.sh +0 -0
  182. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/setup.sh +0 -0
  183. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/setup_neo4j_indexes.cypher +0 -0
  184. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/validate-deployment.sh +0 -0
  185. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/scripts/validate-docs.sh +0 -0
  186. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/README.html +0 -0
  187. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/graph.png +0 -0
  188. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-coordinate-header.png +0 -0
  189. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v1-header.png +0 -0
  190. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v1.1-header.png +0 -0
  191. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v2.1-header.png +0 -0
  192. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v2.1-hero.png +0 -0
  193. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v2.2-header.png +0 -0
  194. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/assets/zaxy-v2.3-header.png +0 -0
  195. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/agent-events.html +0 -0
  196. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-0.4.0.html +0 -0
  197. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-coordinate.html +0 -0
  198. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v1.0-x-article.html +0 -0
  199. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v1.0.html +0 -0
  200. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v1.1-x-article.html +0 -0
  201. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v2.1.html +0 -0
  202. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v2.2-x-article.html +0 -0
  203. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/announcements/zaxy-v2.3-x-article.html +0 -0
  204. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/api-inventory.html +0 -0
  205. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/api.html +0 -0
  206. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/architecture.html +0 -0
  207. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/benchmark-contributions.html +0 -0
  208. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/benchmark-review.html +0 -0
  209. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/competitive-positioning.html +0 -0
  210. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/experimental-associative-memory.html +0 -0
  211. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/longmembench.html +0 -0
  212. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/memory-is-purpose-zaxy-analysis.html +0 -0
  213. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/release-validation-checklist.html +0 -0
  214. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/synthesis-context-research.html +0 -0
  215. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/v09-gate-audit.html +0 -0
  216. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/v1-roadmap.html +0 -0
  217. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/v10-gate-audit.html +0 -0
  218. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/archive/zero-friction-runtime-roadmap.html +0 -0
  219. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/benchmarks.html +0 -0
  220. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/codebase.html +0 -0
  221. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/configuration.html +0 -0
  222. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/consolidation.html +0 -0
  223. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/coordinate-quickstart.html +0 -0
  224. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/coordinate-roadmap.html +0 -0
  225. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/deployment.html +0 -0
  226. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/embeddings.html +0 -0
  227. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/eventloom.html +0 -0
  228. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/external-validation.html +0 -0
  229. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/first-run-validation.html +0 -0
  230. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/getting-started.html +0 -0
  231. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/graph-schema.html +0 -0
  232. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/hooks.html +0 -0
  233. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/integrations.html +0 -0
  234. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/mcp-install-targets.html +0 -0
  235. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/mcp-quickstart.html +0 -0
  236. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/mcp.html +0 -0
  237. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/media/zaxy-collaborate-demo.html +0 -0
  238. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/migration.html +0 -0
  239. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/operations.html +0 -0
  240. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/packet-analyzer.html +0 -0
  241. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/ann-engineering-2026-06.html +0 -0
  242. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/artifacts/2-3-research/backend-options.html +0 -0
  243. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/artifacts/2-3-research/external-validation.html +0 -0
  244. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/artifacts/2-3-research/kuzu-usage-audit.html +0 -0
  245. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/artifacts/2-3-research/promotion-pass.html +0 -0
  246. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/artifacts/ann-2026-06/BASELINE.html +0 -0
  247. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/codebase-review-2026-06-09.html +0 -0
  248. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/research/zaxy-memory-fabric-paper.html +0 -0
  249. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/retrieval.html +0 -0
  250. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/runbook.html +0 -0
  251. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/security.html +0 -0
  252. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/stability-commitment.html +0 -0
  253. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-08-codebase-file-map.html +0 -0
  254. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-08-domain-separated-defaults.html +0 -0
  255. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-08-local-first-retrieval.html +0 -0
  256. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.html +0 -0
  257. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-09-agent-integration-templates.html +0 -0
  258. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.html +0 -0
  259. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.html +0 -0
  260. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-10-merge-sprint.html +0 -0
  261. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-16-runtime-dashboard.html +0 -0
  262. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-17-skill-memory.html +0 -0
  263. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-18-pggraph-adapter.html +0 -0
  264. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-18-projection-backend-contract.html +0 -0
  265. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.html +0 -0
  266. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.html +0 -0
  267. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-05-31-v1-release-docs-media.html +0 -0
  268. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.html +0 -0
  269. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.html +0 -0
  270. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.html +0 -0
  271. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.html +0 -0
  272. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.html +0 -0
  273. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.html +0 -0
  274. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-08-codebase-file-map-design.html +0 -0
  275. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.html +0 -0
  276. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.html +0 -0
  277. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.html +0 -0
  278. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.html +0 -0
  279. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.html +0 -0
  280. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.html +0 -0
  281. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.html +0 -0
  282. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.html +0 -0
  283. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.html +0 -0
  284. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.html +0 -0
  285. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.html +0 -0
  286. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.html +0 -0
  287. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/testing.html +0 -0
  288. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/why-zaxy.html +0 -0
  289. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/docs/workspace-genesis.html +0 -0
  290. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/index.html +0 -0
  291. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/site/style.css +0 -0
  292. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/__init__.py +0 -0
  293. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/__main__.py +0 -0
  294. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/__init__.py +0 -0
  295. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/_common.py +0 -0
  296. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/claude_compatible.py +0 -0
  297. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/coordination.py +0 -0
  298. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/crewai.py +0 -0
  299. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/langgraph.py +0 -0
  300. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/adapters/openai_compatible.py +0 -0
  301. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/associative_memory.py +0 -0
  302. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/capabilities.py +0 -0
  303. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/capture_manager.py +0 -0
  304. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/capture_soak.py +0 -0
  305. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/causal.py +0 -0
  306. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/checkout.py +0 -0
  307. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/__init__.py +0 -0
  308. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/benchmarks.py +0 -0
  309. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/evaluation.py +0 -0
  310. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/runtime.py +0 -0
  311. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/serving.py +0 -0
  312. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/cli/workspace.py +0 -0
  313. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/codebase.py +0 -0
  314. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/codex_capture.py +0 -0
  315. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/compaction.py +0 -0
  316. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/config.py +0 -0
  317. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/consolidation.py +0 -0
  318. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/consolidation_pipeline.py +0 -0
  319. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/context.py +0 -0
  320. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/context_refresh.py +0 -0
  321. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/coordination.py +0 -0
  322. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/coordination_git.py +0 -0
  323. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/coordination_semantic.py +0 -0
  324. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/coordination_templates.py +0 -0
  325. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/coordinationbench_adapter.py +0 -0
  326. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/core.py +0 -0
  327. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/dashboard.py +0 -0
  328. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/doctor.py +0 -0
  329. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/documents.py +0 -0
  330. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/domain.py +0 -0
  331. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/embedded_graph_store.py +0 -0
  332. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/embedding.py +0 -0
  333. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/event.py +0 -0
  334. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/event_context.py +0 -0
  335. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/evidence.py +0 -0
  336. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/evidence_candidates.py +0 -0
  337. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/evidence_program.py +0 -0
  338. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/external_validation.py +0 -0
  339. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/extract.py +0 -0
  340. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/extract_templates.py +0 -0
  341. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/feature_evidence.py +0 -0
  342. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/graph.py +0 -0
  343. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/graph_walk.py +0 -0
  344. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/inference.py +0 -0
  345. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/install.py +0 -0
  346. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/integrations.py +0 -0
  347. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/latticedb_store.py +0 -0
  348. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/lifecycle.py +0 -0
  349. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/local_profile.py +0 -0
  350. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/log.py +0 -0
  351. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/mcp_runtime.py +0 -0
  352. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/mcp_server.py +0 -0
  353. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/memory_persistence.py +0 -0
  354. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/memory_status.py +0 -0
  355. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/metacognition.py +0 -0
  356. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/metrics.py +0 -0
  357. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/neutral.py +0 -0
  358. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/observation.py +0 -0
  359. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/onboarding.py +0 -0
  360. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/packet_analyzer.py +0 -0
  361. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/packet_guidance.py +0 -0
  362. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/packet_projection.py +0 -0
  363. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/pagination.py +0 -0
  364. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/pggraph_store.py +0 -0
  365. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/procedural_planning.py +0 -0
  366. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/procedure_mining.py +0 -0
  367. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/projection.py +0 -0
  368. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/projection_backends.py +0 -0
  369. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/purpose.py +0 -0
  370. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/purpose_control.py +0 -0
  371. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/py.typed +0 -0
  372. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/query.py +0 -0
  373. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/reasoning_primitives.py +0 -0
  374. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/recall.py +0 -0
  375. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/recovery.py +0 -0
  376. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/refs.py +0 -0
  377. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/release.py +0 -0
  378. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/remote_security.py +0 -0
  379. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/__init__.py +0 -0
  380. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/README.md +0 -0
  381. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/__init__.py +0 -0
  382. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/schemas/result.schema.json +0 -0
  383. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/schemas/runner-manifest.schema.json +0 -0
  384. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/templates/activegraph.runner-manifest.template.json +0 -0
  385. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/templates/agent_memory.runner-manifest.template.json +0 -0
  386. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/templates/hybi.runner-manifest.template.json +0 -0
  387. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/templates/mem0.runner-manifest.template.json +0 -0
  388. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/templates/quarq.runner-manifest.template.json +0 -0
  389. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/resources/coordinationbench/unsupported_runner.py +0 -0
  390. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_intent.py +0 -0
  391. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/__init__.py +0 -0
  392. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/bundles.py +0 -0
  393. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/duration_evidence.py +0 -0
  394. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/fact_queries.py +0 -0
  395. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/foundations.py +0 -0
  396. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/ordering.py +0 -0
  397. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_plan/scalars.py +0 -0
  398. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/retrieval_profile.py +0 -0
  399. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/runtime.py +0 -0
  400. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/salience.py +0 -0
  401. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/schema.py +0 -0
  402. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/security.py +0 -0
  403. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/session.py +0 -0
  404. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/__init__.py +0 -0
  405. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/evidence_rows.py +0 -0
  406. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/foundations.py +0 -0
  407. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/labels.py +0 -0
  408. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/ledgers.py +0 -0
  409. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis/operations.py +0 -0
  410. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis_artifact.py +0 -0
  411. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/synthesis_packet.py +0 -0
  412. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/token_budget.py +0 -0
  413. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/tool_profiles.py +0 -0
  414. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/trace.py +0 -0
  415. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/transcripts.py +0 -0
  416. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/verbatim.py +0 -0
  417. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/viewer.py +0 -0
  418. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/working_set.py +0 -0
  419. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/src/zaxy/workspace.py +0 -0
  420. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/conftest.py +0 -0
  421. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_agent_experience_lanes.py +0 -0
  422. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_associative_memory.py +0 -0
  423. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_backend_shootout.py +0 -0
  424. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_benchmarks.py +0 -0
  425. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_capabilities.py +0 -0
  426. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_capture_manager.py +0 -0
  427. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_capture_soak.py +0 -0
  428. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_causal.py +0 -0
  429. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_causal_benchmark.py +0 -0
  430. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_causal_checkout.py +0 -0
  431. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_checkout.py +0 -0
  432. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_claude_compatible_adapter.py +0 -0
  433. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_cli.py +0 -0
  434. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_codebase.py +0 -0
  435. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_codex_capture.py +0 -0
  436. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_cognitive_lanes.py +0 -0
  437. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_cognitive_profile.py +0 -0
  438. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_compaction.py +0 -0
  439. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_competitive_benchmarks.py +0 -0
  440. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_compose.py +0 -0
  441. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_config.py +0 -0
  442. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_consolidation.py +0 -0
  443. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_consolidation_benchmark.py +0 -0
  444. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_consolidation_pipeline.py +0 -0
  445. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_context.py +0 -0
  446. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_context_refresh.py +0 -0
  447. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coordination.py +0 -0
  448. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coordination_adapters.py +0 -0
  449. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coordination_benchmark.py +0 -0
  450. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coordination_semantic.py +0 -0
  451. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coordinationbench_adapter.py +0 -0
  452. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_core.py +0 -0
  453. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_coverage_ratchet.py +0 -0
  454. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_crewai_adapter.py +0 -0
  455. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_dashboard.py +0 -0
  456. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_docs_site.py +0 -0
  457. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_doctor.py +0 -0
  458. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_documents.py +0 -0
  459. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_domain.py +0 -0
  460. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_embedded_graph_store.py +0 -0
  461. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_embedding.py +0 -0
  462. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_event.py +0 -0
  463. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_evidence.py +0 -0
  464. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_evidence_program.py +0 -0
  465. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_examples_v05.py +0 -0
  466. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_extract.py +0 -0
  467. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_extract_templates.py +0 -0
  468. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_feature_evidence.py +0 -0
  469. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_graph.py +0 -0
  470. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_graph_scale_lanes.py +0 -0
  471. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_graph_walk.py +0 -0
  472. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_harvey_lab_benchmark.py +0 -0
  473. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_inference.py +0 -0
  474. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_install.py +0 -0
  475. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_integration_check_script.py +0 -0
  476. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_integrations.py +0 -0
  477. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_langgraph_adapter.py +0 -0
  478. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_latticedb_store.py +0 -0
  479. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_lifecycle.py +0 -0
  480. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_live_benchmark.py +0 -0
  481. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_local_profile.py +0 -0
  482. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_longmembench.py +0 -0
  483. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_mcp.py +0 -0
  484. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_mcp_runtime.py +0 -0
  485. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_mcp_server.py +0 -0
  486. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_memory_persistence.py +0 -0
  487. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_memory_status.py +0 -0
  488. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_metacognition.py +0 -0
  489. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_metrics.py +0 -0
  490. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_neutral.py +0 -0
  491. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_observation.py +0 -0
  492. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_onboarding.py +0 -0
  493. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_openai_compatible_adapter.py +0 -0
  494. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_ops_scripts.py +0 -0
  495. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_packaging.py +0 -0
  496. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_packet_analyzer.py +0 -0
  497. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_packet_memory_e2e.py +0 -0
  498. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_packet_projection.py +0 -0
  499. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_pagination.py +0 -0
  500. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_pggraph_store.py +0 -0
  501. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_procedural_planning.py +0 -0
  502. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_procedure_mining.py +0 -0
  503. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_projection.py +0 -0
  504. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_purpose.py +0 -0
  505. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_purpose_benchmark.py +0 -0
  506. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_purpose_control.py +0 -0
  507. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_query.py +0 -0
  508. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_rc_benchmark_freeze.py +0 -0
  509. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_reasoning_benchmark.py +0 -0
  510. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_reasoning_primitives.py +0 -0
  511. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_recovery.py +0 -0
  512. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_refs.py +0 -0
  513. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_remote_security.py +0 -0
  514. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_retrieval_plan.py +0 -0
  515. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_retrieval_profiles.py +0 -0
  516. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_runtime.py +0 -0
  517. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_salience.py +0 -0
  518. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_schema_migrations.py +0 -0
  519. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_security.py +0 -0
  520. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_session.py +0 -0
  521. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_setup_script.py +0 -0
  522. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_statistical_benchmark.py +0 -0
  523. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_synthesis.py +0 -0
  524. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_synthesis_artifact.py +0 -0
  525. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_synthesis_packet.py +0 -0
  526. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_token_budget.py +0 -0
  527. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_trace.py +0 -0
  528. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_transcripts.py +0 -0
  529. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_v05_positioning.py +0 -0
  530. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_verbatim.py +0 -0
  531. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_viewer.py +0 -0
  532. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_working_set.py +0 -0
  533. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/tests/test_workspace.py +0 -0
  534. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/__init__.py +0 -0
  535. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/agent_experience_lanes.py +0 -0
  536. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/benchmark.py +0 -0
  537. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/causal_benchmark.py +0 -0
  538. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/consolidation_benchmark.py +0 -0
  539. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/coordination_benchmark.py +0 -0
  540. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/fok_calibration_lane.py +0 -0
  541. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/forgetting_lane.py +0 -0
  542. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/graph_walk_lane.py +0 -0
  543. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/harvey_lab_benchmark.py +0 -0
  544. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/live_benchmark.py +0 -0
  545. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/longmembench.py +0 -0
  546. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/purpose_benchmark.py +0 -0
  547. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/rc_benchmark_freeze.py +0 -0
  548. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/reasoning_benchmark.py +0 -0
  549. {zaxy_memory-2.3.2 → zaxy_memory-2.3.3}/zaxy_benchmarks/vector_scale_lane.py +0 -0
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable Zaxy release changes are recorded here.
4
4
 
5
+ ## 2.3.3 - 2026-06-13
6
+
7
+ - Extended deterministic per-turn memory injection to **Codex**. Codex now ships
8
+ Claude-parity hooks, so its `UserPromptSubmit` event accepts the same
9
+ `additionalContext` schema. `render_hook_config("codex")` now emits a real
10
+ `hooks.json` carrying the `UserPromptSubmit` injection hook (plus
11
+ `SessionStart`/`Stop`/`PreCompact` lifecycle capture), for `.codex/hooks.json`
12
+ or a `[hooks]` table in `config.toml`. Install with
13
+ `zaxy hooks codex -o ~/.codex/hooks.json`.
14
+ - Corrects the 2.3.2 note that per-turn injection was Claude Code-only: it now
15
+ works on Claude Code **and** Codex; only truly generic clients (with no
16
+ pre-prompt hook that re-injects output) remain advisory.
17
+ - No runtime change — the `zaxy hook-event user-prompt-submit` CLI already
18
+ emitted the exact JSON both clients consume; this un-gates rendering/install.
19
+
5
20
  ## 2.3.2 - 2026-06-13
6
21
 
7
22
  - Closed the recall persistence gap with deterministic per-turn memory injection
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zaxy-memory
3
- Version: 2.3.2
3
+ Version: 2.3.3
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
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "zaxy-memory"
3
- version = "2.3.2"
3
+ version = "2.3.3"
4
4
  description = "Coordinator memory for auditable multi-agent projects"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11"
@@ -28,6 +28,39 @@ HIGH_VALUE_OBSERVATION_TYPES = (
28
28
  )
29
29
 
30
30
 
31
+ def _command_hook_config(
32
+ events: list[tuple[str, str, str | None]],
33
+ *,
34
+ eventloom_path: str,
35
+ session_id: str,
36
+ source: str,
37
+ ) -> str:
38
+ """Render a Claude-Code/Codex-style hooks JSON for the given (event, trigger, matcher) set.
39
+
40
+ Both Claude Code and Codex consume the same `{"hooks": {Event: [{"hooks": [...]}]}}`
41
+ schema, including `UserPromptSubmit` with `additionalContext` injection.
42
+ """
43
+ hooks: dict[str, Any] = {}
44
+ for event_name, trigger, matcher in events:
45
+ group: dict[str, Any] = {
46
+ "hooks": [
47
+ {
48
+ "type": "command",
49
+ "command": _hook_command(
50
+ trigger,
51
+ eventloom_path=eventloom_path,
52
+ session_id=session_id,
53
+ source=source,
54
+ ),
55
+ }
56
+ ]
57
+ }
58
+ if matcher is not None:
59
+ group["matcher"] = matcher
60
+ hooks[event_name] = [group]
61
+ return json.dumps({"hooks": hooks}, indent=2, sort_keys=True)
62
+
63
+
31
64
  def render_hook_config(
32
65
  client: HookClient | str,
33
66
  *,
@@ -41,64 +74,36 @@ def render_hook_config(
41
74
  session_id = domain_default_session(resolved_domain)
42
75
  hook_source = source or normalized
43
76
  if normalized == "claude-code":
44
- return json.dumps(
45
- {
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
- ],
62
- "Stop": [
63
- {
64
- "matcher": "*",
65
- "hooks": [
66
- {
67
- "type": "command",
68
- "command": _hook_command(
69
- "stop",
70
- eventloom_path=eventloom_path,
71
- session_id=session_id,
72
- source=hook_source,
73
- ),
74
- }
75
- ],
76
- }
77
- ],
78
- "PreCompact": [
79
- {
80
- "hooks": [
81
- {
82
- "type": "command",
83
- "command": _hook_command(
84
- "precompact",
85
- eventloom_path=eventloom_path,
86
- session_id=session_id,
87
- source=hook_source,
88
- ),
89
- }
90
- ],
91
- }
92
- ],
93
- }
94
- },
95
- indent=2,
96
- sort_keys=True,
77
+ return _command_hook_config(
78
+ [
79
+ ("UserPromptSubmit", "user-prompt-submit", None),
80
+ ("Stop", "stop", "*"),
81
+ ("PreCompact", "precompact", None),
82
+ ],
83
+ eventloom_path=eventloom_path,
84
+ session_id=session_id,
85
+ source=hook_source,
86
+ )
87
+ if normalized == "codex":
88
+ # Codex ships Claude-parity hooks: its UserPromptSubmit accepts the same
89
+ # additionalContext schema, so the deterministic per-turn recall injection
90
+ # works here too. Config lives in .codex/hooks.json or a [hooks] table in
91
+ # config.toml. SessionStart/Stop/PreCompact add lifecycle capture boundaries.
92
+ return _command_hook_config(
93
+ [
94
+ ("UserPromptSubmit", "user-prompt-submit", None),
95
+ ("SessionStart", "session-start", None),
96
+ ("Stop", "stop", None),
97
+ ("PreCompact", "precompact", None),
98
+ ],
99
+ eventloom_path=eventloom_path,
100
+ session_id=session_id,
101
+ source=hook_source,
97
102
  )
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.
103
+ # NOTE: per-turn recall injection (UserPromptSubmit -> additionalContext) needs a
104
+ # client that fires a pre-prompt hook and re-injects the hook's output -- Claude
105
+ # Code and Codex both do. Truly generic clients expose no such hook, so they get
106
+ # capture commands only and recall stays advisory there.
102
107
  return "\n".join(
103
108
  [
104
109
  "# Zaxy observer hook commands",
@@ -59,6 +59,24 @@ def test_render_hook_config_emits_user_prompt_submit() -> None:
59
59
  cmd = hooks["UserPromptSubmit"][0]["hooks"][0]["command"]
60
60
  assert "hook-event user-prompt-submit" in cmd
61
61
  assert "zaxy-default" in cmd # canonical session derived from domain
62
+ # UserPromptSubmit takes no matcher.
63
+ assert "matcher" not in hooks["UserPromptSubmit"][0]
64
+
65
+
66
+ def test_render_hook_config_emits_user_prompt_submit_for_codex() -> None:
67
+ # Codex ships Claude-parity hooks with the same additionalContext schema, so the
68
+ # injection lever must render for Codex too (config -> .codex/hooks.json).
69
+ config = json.loads(render_hook_config("codex", eventloom_path=".eventloom", domain="zaxy"))
70
+ hooks = config["hooks"]
71
+ assert "UserPromptSubmit" in hooks
72
+ cmd = hooks["UserPromptSubmit"][0]["hooks"][0]["command"]
73
+ assert "hook-event user-prompt-submit" in cmd
74
+ assert "--source codex" in cmd
75
+ assert "zaxy-default" in cmd
76
+ # Codex omits matcher for non-tool events.
77
+ assert "matcher" not in hooks["UserPromptSubmit"][0]
78
+ # Lifecycle capture boundaries also present.
79
+ assert {"SessionStart", "Stop", "PreCompact"} <= set(hooks)
62
80
 
63
81
 
64
82
  def test_cli_emits_additional_context_when_stale(tmp_path) -> None: # type: ignore[no-untyped-def]
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