@lorekit/cli 1.64.0 → 1.64.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lorekit/cli",
3
- "version": "1.64.0",
3
+ "version": "1.64.1",
4
4
  "description": "Install the LoreKit shared-memory skill and run health checks for the LoreKit MCP server.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -521,7 +521,7 @@ export const MCP_TOOL_DEFS = [
521
521
  "type": "integer",
522
522
  "minimum": 1,
523
523
  "maximum": 3650,
524
- "description": "Match lessons unseen for at least this many days. A never-seen lesson always matches."
524
+ "description": "Match lessons not individually opened via MCP or the CLI for at least this many days (a bulk list/search result or a dashboard view does not count). A never-opened lesson always matches."
525
525
  },
526
526
  "max_seen_count": {
527
527
  "type": "integer",
@@ -700,7 +700,7 @@ export const MCP_TOOL_DEFS = [
700
700
  "type": "integer",
701
701
  "minimum": 1,
702
702
  "maximum": 3650,
703
- "description": "Match lessons unseen for at least this many days. Omit to leave unchanged; pass explicit null to clear."
703
+ "description": "Match lessons not individually opened via MCP or the CLI for at least this many days (a bulk list/search result or a dashboard view does not count). Omit to leave unchanged; pass explicit null to clear."
704
704
  },
705
705
  "max_seen_count": {
706
706
  "type": "integer",
@@ -880,7 +880,7 @@ export const MCP_TOOL_DEFS = [
880
880
  "type": "integer",
881
881
  "minimum": 1,
882
882
  "maximum": 3650,
883
- "description": "Match lessons unseen for at least this many days. A never-seen lesson always matches."
883
+ "description": "Match lessons not individually opened via MCP or the CLI for at least this many days (a bulk list/search result or a dashboard view does not count). A never-opened lesson always matches."
884
884
  },
885
885
  "max_seen_count": {
886
886
  "type": "integer",
@@ -1044,7 +1044,7 @@ export const MCP_TOOL_DEFS = [
1044
1044
  "type": "integer",
1045
1045
  "minimum": 1,
1046
1046
  "maximum": 3650,
1047
- "description": "Match lessons unseen for at least this many days. A never-seen lesson always matches."
1047
+ "description": "Match lessons not individually opened via MCP or the CLI for at least this many days (a bulk list/search result or a dashboard view does not count). A never-opened lesson always matches."
1048
1048
  },
1049
1049
  "max_seen_count": {
1050
1050
  "type": "integer",