lean-memory 0.1.1__tar.gz → 0.1.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.
Files changed (89) hide show
  1. {lean_memory-0.1.1 → lean_memory-0.1.2}/CHANGELOG.md +6 -0
  2. {lean_memory-0.1.1 → lean_memory-0.1.2}/PKG-INFO +2 -2
  3. {lean_memory-0.1.1 → lean_memory-0.1.2}/README.md +1 -1
  4. {lean_memory-0.1.1 → lean_memory-0.1.2}/pyproject.toml +1 -1
  5. {lean_memory-0.1.1 → lean_memory-0.1.2}/server.json +3 -3
  6. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/__init__.py +1 -1
  7. {lean_memory-0.1.1 → lean_memory-0.1.2}/.github/workflows/publish-mcp.yml +0 -0
  8. {lean_memory-0.1.1 → lean_memory-0.1.2}/.github/workflows/release.yml +0 -0
  9. {lean_memory-0.1.1 → lean_memory-0.1.2}/.github/workflows/test.yml +0 -0
  10. {lean_memory-0.1.1 → lean_memory-0.1.2}/.gitignore +0 -0
  11. {lean_memory-0.1.1 → lean_memory-0.1.2}/ARCHITECTURE.md +0 -0
  12. {lean_memory-0.1.1 → lean_memory-0.1.2}/CLAUDE.md +0 -0
  13. {lean_memory-0.1.1 → lean_memory-0.1.2}/PERFORMANCE.md +0 -0
  14. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/bet2_ablation.py +0 -0
  15. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/bet2_goldset.py +0 -0
  16. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/phase2_escalation_probe.py +0 -0
  17. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/phase2_eval.py +0 -0
  18. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/phase2_ingest.py +0 -0
  19. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/phase2_judge.py +0 -0
  20. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/phase2_reader.py +0 -0
  21. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-bet2-revalidation.txt +0 -0
  22. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-baseline.json +0 -0
  23. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-postdrop-p1.json +0 -0
  24. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-postdrop-p2.json +0 -0
  25. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-postdrop-p3.json +0 -0
  26. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-postdrop-p4.json +0 -0
  27. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-escalation-postfix.json +0 -0
  28. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/2026-07-granularity-sweep.json +0 -0
  29. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/calibration/README.md +0 -0
  30. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/phase2/.gitkeep +0 -0
  31. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/results/phase2/dataset_pins.json +0 -0
  32. {lean_memory-0.1.1 → lean_memory-0.1.2}/bench/smoke_quality.py +0 -0
  33. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/assets/quickstart.gif +0 -0
  34. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/assets/quickstart.tape +0 -0
  35. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/benchmarks.md +0 -0
  36. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/competitive-landscape.md +0 -0
  37. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/launch-fixlist.md +0 -0
  38. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/phase2-eval-plan.md +0 -0
  39. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/phase2-learnings.md +0 -0
  40. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/phase2-HANDOFF.md +0 -0
  41. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/plans/2026-06-21-demo-agent.md +0 -0
  42. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/plans/2026-06-21-mcp-server.md +0 -0
  43. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/plans/2026-07-02-phase2-eval-harness.md +0 -0
  44. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/plans/2026-07-08-launch-quality-gate.md +0 -0
  45. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/specs/2026-07-02-phase2-eval-harness-design.md +0 -0
  46. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/specs/2026-07-08-strategic-direction-design.md +0 -0
  47. {lean_memory-0.1.1 → lean_memory-0.1.2}/docs/superpowers/workpackets.md +0 -0
  48. {lean_memory-0.1.1 → lean_memory-0.1.2}/examples/chat.py +0 -0
  49. {lean_memory-0.1.1 → lean_memory-0.1.2}/examples/mcp_config.json +0 -0
  50. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/embed/__init__.py +0 -0
  51. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/embed/base.py +0 -0
  52. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/embed/fake.py +0 -0
  53. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/embed/sentence_transformer.py +0 -0
  54. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/__init__.py +0 -0
  55. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/contradiction.py +0 -0
  56. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/gliner_extractor.py +0 -0
  57. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/llm_typer.py +0 -0
  58. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/router.py +0 -0
  59. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/rules.py +0 -0
  60. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/salience.py +0 -0
  61. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/extract/taxonomy.py +0 -0
  62. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/mcp_server.py +0 -0
  63. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/memory.py +0 -0
  64. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/retrieve/__init__.py +0 -0
  65. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/retrieve/rerank.py +0 -0
  66. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/retrieve/retriever.py +0 -0
  67. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/store/__init__.py +0 -0
  68. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/store/base.py +0 -0
  69. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/store/schema.py +0 -0
  70. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/store/sqlite_store.py +0 -0
  71. {lean_memory-0.1.1 → lean_memory-0.1.2}/src/lean_memory/types.py +0 -0
  72. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/fixtures/phase2/lme_oracle_mini.json +0 -0
  73. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/fixtures/phase2/lme_s_mini.json +0 -0
  74. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/fixtures/phase2/locomo_mini.json +0 -0
  75. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_asof_sparse.py +0 -0
  76. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_chat.py +0 -0
  77. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_contradiction_extends.py +0 -0
  78. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_embedder_default.py +0 -0
  79. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_escalation_probe.py +0 -0
  80. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_known_entities_cap.py +0 -0
  81. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_mcp_server.py +0 -0
  82. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_phase1_extraction.py +0 -0
  83. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_phase2_eval.py +0 -0
  84. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_phase2_ingest.py +0 -0
  85. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_phase2_judge.py +0 -0
  86. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_phase2_reader.py +0 -0
  87. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_router.py +0 -0
  88. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_search_now.py +0 -0
  89. {lean_memory-0.1.1 → lean_memory-0.1.2}/tests/test_spine.py +0 -0
@@ -4,6 +4,12 @@ All notable changes to lean-memory are documented here. The format is based on
4
4
  [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
5
5
  adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.1.2] - 2026-07-12
8
+
9
+ ### Fixed
10
+ - MCP Registry namespace case: `io.github.Wuesteon/lean-memory` (the registry's
11
+ PyPI ownership marker is compared case-exactly against the published README).
12
+
7
13
  ## [0.1.1] - 2026-07-12
8
14
 
9
15
  ### Added
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lean-memory
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Embedded, local-first agent memory with hybrid retrieval and ADD-only supersession.
5
5
  Project-URL: Homepage, https://github.com/Wuesteon/lean-memory
6
6
  Project-URL: Repository, https://github.com/Wuesteon/lean-memory
@@ -227,5 +227,5 @@ bench/ Retrieval quality + BET-2 ablation harnesses
227
227
 
228
228
  Apache-2.0
229
229
 
230
- <!-- mcp-name: io.github.wuesteon/lean-memory -->
230
+ <!-- mcp-name: io.github.Wuesteon/lean-memory -->
231
231
 
@@ -183,5 +183,5 @@ bench/ Retrieval quality + BET-2 ablation harnesses
183
183
 
184
184
  Apache-2.0
185
185
 
186
- <!-- mcp-name: io.github.wuesteon/lean-memory -->
186
+ <!-- mcp-name: io.github.Wuesteon/lean-memory -->
187
187
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "lean-memory"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "Embedded, local-first agent memory with hybrid retrieval and ADD-only supersession."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.wuesteon/lean-memory",
3
+ "name": "io.github.Wuesteon/lean-memory",
4
4
  "description": "Embedded, local-first agent memory: one SQLite file per namespace, no server, no cloud.",
5
5
  "title": "lean-memory",
6
6
  "repository": {
7
7
  "url": "https://github.com/Wuesteon/lean-memory",
8
8
  "source": "github"
9
9
  },
10
- "version": "0.1.1",
10
+ "version": "0.1.2",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "pypi",
14
14
  "registryBaseUrl": "https://pypi.org",
15
15
  "identifier": "lean-memory",
16
- "version": "0.1.1",
16
+ "version": "0.1.2",
17
17
  "runtimeHint": "uvx",
18
18
  "transport": {
19
19
  "type": "stdio"
@@ -11,4 +11,4 @@ from .memory import Memory
11
11
  from .types import Entity, Episode, Fact, RetrievedFact
12
12
 
13
13
  __all__ = ["Memory", "Episode", "Entity", "Fact", "RetrievedFact"]
14
- __version__ = "0.1.1" # keep in sync with pyproject.toml [project].version
14
+ __version__ = "0.1.2" # keep in sync with pyproject.toml [project].version
File without changes
File without changes
File without changes
File without changes