smartmemory 1.4.28__tar.gz → 1.4.32__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.
- {smartmemory-1.4.28 → smartmemory-1.4.32}/CHANGELOG.md +3 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/PKG-INFO +2 -2
- {smartmemory-1.4.28 → smartmemory-1.4.32}/pyproject.toml +2 -2
- {smartmemory-1.4.28 → smartmemory-1.4.32}/.github/dependabot.yml +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/.github/workflows/publish.yml +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/.github/workflows/sync-core.yml +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/.gitignore +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/LICENSE +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/LICENSE.agpl-v3 +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/LICENSE.header +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/README.md +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/plugin.json +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/scripts/generate_seed_patterns.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/__init__.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/__main__.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/async_enrichment.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/cli.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/cli_code.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/cli_mcp.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/config.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/daemon.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/ai.smartmemory.daemon.plist +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/ai.smartmemory.worker.plist +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seed_patterns.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/ai-model.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/concept.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/database.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/framework.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/language.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/manifest.json +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/organization.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/platform.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/protocol.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/service.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/data/seeds/tool.jsonl +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/enrichment_queue.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/enrichment_worker.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/event_sink.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/events_server.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/distill.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/learn.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/observe.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/orient.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/persist.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/hooks/recall.sh +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/launch_metrics.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/lifecycle.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/lifecycle_api.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/lifecycle_config.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/local_api.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/patterns.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/recall_format.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/remote_backend.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/setup.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/setup_tui.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/skills/ingest.md +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/skills/orient.md +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/skills/remember.md +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/skills/search.md +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/assets/local-Clt8rYLQ.js +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/assets/local-ZCcXPKXN.css +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/icons/icon-192x192.svg +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/icons/icon-512x512.svg +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/index.html +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/logo.svg +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/static/viewer-logo.svg +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/storage.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/sync.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/viewer_server.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/smartmemory_app/warm.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/__init__.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/conftest.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/__init__.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_async_enrichment_e2e.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_async_enrichment_sqlite_regression.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_cli_new_subcommands.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_daemon.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_entity_ruler_patterns.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_hook_recall.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_hook_scripts.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_local_api_integration.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_recall_confidence.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_recall_flow.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_viewer_server.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/integration/test_warm.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/__init__.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_async_enrichment.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_cli.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_config.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_events_server.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_launchd.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_lifecycle.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_lite_api_contract.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_local_api.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_patterns.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_recall_format.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_remote_backend.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_server_tools.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_setup.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_setup_tui.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_stale_markers.py +0 -0
- {smartmemory-1.4.28 → smartmemory-1.4.32}/tests/unit/test_storage.py +0 -0
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
Notable, **user-facing** changes to the `smartmemory` distribution package. The wrapper is thin — it pins an exact `smartmemory-core` version and the two move in lockstep — so entries here highlight what a release *delivers* (features, fixes, security), not routine version-pin bumps. For full internal detail, see [`smartmemory-core`'s CHANGELOG](https://github.com/smart-memory/smart-memory-core/blob/main/CHANGELOG.md). Loosely follows [Keep a Changelog](https://keepachangelog.com); not every patch release gets an entry.
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
|
+
### Changed (auto, lockstep) — track smartmemory-core==1.4.32 (1.4.32)
|
|
7
|
+
- Version copied from smartmemory-core 1.4.32 release (single-source lockstep).
|
|
8
|
+
|
|
6
9
|
### Changed (auto, lockstep) — track smartmemory-core==1.4.28 (1.4.28)
|
|
7
10
|
- Version copied from smartmemory-core 1.4.28 release (single-source lockstep).
|
|
8
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartmemory
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.32
|
|
4
4
|
License-File: LICENSE
|
|
5
5
|
License-File: LICENSE.agpl-v3
|
|
6
6
|
License-File: LICENSE.header
|
|
@@ -10,7 +10,7 @@ Requires-Dist: fastapi>=0.110
|
|
|
10
10
|
Requires-Dist: filelock>=3.12
|
|
11
11
|
Requires-Dist: httpx>=0.27
|
|
12
12
|
Requires-Dist: keyring>=24.0
|
|
13
|
-
Requires-Dist: smartmemory-core[lite]==1.4.
|
|
13
|
+
Requires-Dist: smartmemory-core[lite]==1.4.32
|
|
14
14
|
Requires-Dist: smartmemory-mcp>=0.2.0
|
|
15
15
|
Requires-Dist: textual>=8.0
|
|
16
16
|
Requires-Dist: tomli-w>=1.0
|
|
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "smartmemory"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.32"
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"smartmemory-core[lite]==1.4.
|
|
10
|
+
"smartmemory-core[lite]==1.4.32", # EXACT pin — wrapper and core versions move in lockstep
|
|
11
11
|
"filelock>=3.12", # cross-process SQLite write locking
|
|
12
12
|
"smartmemory-mcp>=0.2.0", # unified MCP server (PLAT-MCP-UNIFY-1)
|
|
13
13
|
"httpx>=0.27", # remote API calls (DIST-LITE-5)
|
|
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
|
|
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
|
|
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
|