You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added deterministic Chinese entity fallback hints so compound input-method terms such as 自然码 and 双拼 are extracted even when Jieba is unavailable or segments differently in CI/runtime environments.
Added docs/external-shared-memory.md with deployment guidance for connecting a local scope-recall instance to an existing central shared backend such as PostgreSQL.
Changed
Bumped package, plugin, release-check metadata, README, and stability docs to 1.0.8.
Reworded the V1 scope documentation around the positive architecture: local-first recall, SQLite truth storage, LanceDB companion retrieval, explicit bridge boundaries for external shared backends, Hermes-native skill ownership for procedural knowledge, and deployment-driven observability.
Included the external shared-memory integration document in release-gate source and wheel checks.
Fixed
Fixed the GitHub Actions regression where the Chinese entity test could fail because 自然码 was not extracted when Jieba was not installed or did not split the compound phrase as expected.