@hasna/mementos 0.17.5 → 0.17.6

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 (3) hide show
  1. package/README.md +4 -0
  2. package/bun.lock +2 -2
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -425,6 +425,10 @@ existing review and updates the Stop hook and its discovery witnesses together.
425
425
  Existing plugin, permission, native skill, or hook drift refuses installation;
426
426
  it is never silently adopted. Installations without a Skills policy retain the
427
427
  standalone behavior. Skills is loaded only while applying the installation.
428
+ The installer uses the published Skills 0.9.14 SDK and supports explicitly
429
+ reviewed v2 settings and marketplace witnesses. Their allowed model-effort and
430
+ marketplace timestamp changes remain valid; the installer does not enable v2
431
+ reviews or adopt unrelated changes on its own.
428
432
 
429
433
  The portable command is `mementos session stop-hook --claude`; the installed CLI
430
434
  must be on Claude's PATH. It reads the native `transcript_path` and final assistant
package/bun.lock CHANGED
@@ -10,7 +10,7 @@
10
10
  "@ai-sdk/openai-compatible": "^2.0.48",
11
11
  "@hasna/contracts": "1.0.2",
12
12
  "@hasna/events": "0.1.6",
13
- "@hasna/skills": "https://registry.npmjs.org/@hasna/skills/-/skills-0.9.12.tgz",
13
+ "@hasna/skills": "https://registry.npmjs.org/@hasna/skills/-/skills-0.9.14.tgz",
14
14
  "@modelcontextprotocol/sdk": "^1.12.1",
15
15
  "ai": "^6.0.199",
16
16
  "chalk": "^5.4.1",
@@ -99,7 +99,7 @@
99
99
 
100
100
  "@hasna/secrets": ["@hasna/secrets@0.4.2", "", { "dependencies": { "@aws-sdk/client-secrets-manager": "^3.1008.0", "@aws-sdk/credential-providers": "^3.1008.0", "@hasna/events": "^0.1.16", "@modelcontextprotocol/sdk": "^1.27.1", "@smithy/core": "3.33.2", "commander": "^13.1.0", "pg": "^8.20.0", "zod": "3.25.76" }, "bin": { "secrets": "dist/index.js", "secrets-mcp": "dist/mcp-server.js", "secrets-serve": "dist/server/index.js" } }, "sha512-0oI9TEVtOhlukcVUO0CWTn27f0/cmZA2Mzd6uGSjsDSNujWJXMdMt4vTR2i2+Y6MOCWThi2Cyd5YfiPU92IMwg=="],
101
101
 
102
- "@hasna/skills": ["@hasna/skills@https://registry.npmjs.org/@hasna/skills/-/skills-0.9.12.tgz", { "dependencies": { "@aws-sdk/client-ecs": "^3.1079.0", "@aws-sdk/client-s3": "^3.1079.0", "@hasna/events": "0.1.18", "@hasna/secrets": "0.4.2", "@modelcontextprotocol/sdk": "^1.26.0", "chalk": "^5.3.0", "commander": "^12.1.0", "ink": "^5.0.1", "ink-select-input": "^6.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "react": "^18.2.0", "zod": "^4.3.6" }, "bin": { "skills": "bin/index.js", "skills-mcp": "bin/mcp.js", "skills-serve": "bin/server.js", "skills-server": "bin/server.js", "skills-worker": "bin/worker.js", "skills-maintenance": "bin/maintenance.js", "skills-migrate": "bin/migrate.js" } }, "sha512-zGK0XM/dXNwQWDrGe82Lqzv31kTXZsCu6w3yj32zdzVt+4qArZvdVAc+2b7u58g5nTjgr1LhxO6yUhsnMh/ddQ=="],
102
+ "@hasna/skills": ["@hasna/skills@https://registry.npmjs.org/@hasna/skills/-/skills-0.9.14.tgz", { "dependencies": { "@aws-sdk/client-ecs": "^3.1079.0", "@aws-sdk/client-s3": "^3.1079.0", "@hasna/events": "0.1.18", "@hasna/secrets": "0.4.2", "@modelcontextprotocol/sdk": "^1.26.0", "chalk": "^5.3.0", "commander": "^12.1.0", "ink": "^5.0.1", "ink-select-input": "^6.0.0", "ink-spinner": "^5.0.0", "ink-text-input": "^6.0.0", "react": "^18.2.0", "zod": "^4.3.6" }, "bin": { "skills": "bin/index.js", "skills-mcp": "bin/mcp.js", "skills-serve": "bin/server.js", "skills-server": "bin/server.js", "skills-worker": "bin/worker.js", "skills-maintenance": "bin/maintenance.js", "skills-migrate": "bin/migrate.js" } }, "sha512-O0Hp+BBzj+YXJ5ZrMtd5bjGsMJTNJHTvnW/4gNN9RegA86UVIYO2NOS+34lkBHwzVjd9mI/h5HsNf5xdnia7Ag=="],
103
103
 
104
104
  "@hono/node-server": ["@hono/node-server@1.19.11", "", { "peerDependencies": { "hono": "^4" } }, "sha512-dr8/3zEaB+p0D2n/IUrlPF1HZm586qgJNXK1a9fhg/PzdtkK7Ksd5l312tJX2yBuALqDYBlG20QEbayqPyxn+g=="],
105
105
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/mementos",
3
- "version": "0.17.5",
3
+ "version": "0.17.6",
4
4
  "description": "Universal memory system for AI agents - CLI + MCP server + library API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -95,7 +95,7 @@
95
95
  "@ai-sdk/openai-compatible": "^2.0.48",
96
96
  "@hasna/contracts": "1.0.2",
97
97
  "@hasna/events": "0.1.6",
98
- "@hasna/skills": "https://registry.npmjs.org/@hasna/skills/-/skills-0.9.12.tgz",
98
+ "@hasna/skills": "https://registry.npmjs.org/@hasna/skills/-/skills-0.9.14.tgz",
99
99
  "@modelcontextprotocol/sdk": "^1.12.1",
100
100
  "ai": "^6.0.199",
101
101
  "chalk": "^5.4.1",